﻿ @charset "utf-8";

body,ol,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select,div,span,a,aside,article,section,header,nav,footer,label,img{margin:0;padding:0;box-sizing:border-box;}
fieldset,img{border:0;}
img{vertical-align:middle;max-width:100%;}
ol,ul,li{list-style-type:none;}
/*table{border-collapse:collapse;border-spacing:0;}*/
table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0;
  font-size: 16px;
  text-align: left;
}
table th, table td {
  padding: 12px;
  border: 1px solid #ddd;
}
table th {
  background-color: #f4f4f4;
}
table tr:hover {
  background-color: #f1f1f1;
}
button,input,select,textarea{font-size:1rem;font-family:inherit;margin:0;outline:none;resize:none;border:none;background:none;}
.clearfix:after{clear:both;content:".";display:block;height:0;overflow:hidden;visibility:hidden;}
.clearfix{zoom:1;}
html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;overflow:-moz-scrollbars-vertical;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;}
body{color:#565656;line-height:1.6;font-family: system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Segoe UI", Helvetica, Arial, "Noto Sans SC", sans-serif;min-width:320px;}
a{color:#565656;text-decoration:none;transition:all ease 0.3s;}
a:hover{color:#116dd1;}
body,html{height:100%;position:relative;}

/* CSS活动的公共样式 */
.fl{float:left;}
.fr{float:right;}
.ce{text-align:center;}
.hide{overflow:hidden;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.container{position:relative;width:100%;max-width:1440px;min-width:320px;margin:0 auto;}
.pImg{position:relative;padding-top:100%;display:block;overflow:hidden;}
.pImg img{position:absolute;top:0;left:0;width:100%;height:100%;transition:all 0.5s;}
.bgImg{background-position:center;background-size:cover;position:relative;transition:all 0.5s;display:block;width:100%;height:100%;}
.pd60{padding:90px 0;overflow:hidden;}
.pd30{margin-top:30px;overflow:hidden;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.font14{font-size:.875em;}
.font16{font-size:1.143em;}
.gray{background:#efefef;}
/* 头部 */
.header{width:100%;height:100px;line-height:100px;z-index:90;font-size:1rem;position: fixed;top:0;left:0;color:#fff;transition:all .5s;background-color: rgba(0, 0, 0, 0.5) ;}
.header .container{height:100px;}
.header .logo2{display:none;}
.nav{width:50%;margin-right:330px;display:flex;justify-content:space-between;max-width:720px;font-size:1.063em;}
.nav .m{float:left;text-align:center;}
.nav .m>a{color:#fff;display:inline-block;position:relative;}
.nav .m>a::after{content:"";position:absolute;left:50%;bottom:20px;width:0;height:2px;background:#fff;transition:all .5s;}
.nav .cur>a,.nav .m>a:hover,.nav .on>a{color:#fff;}
.nav .cur>a::after,.nav .m>a:hover::after{width:100%;left:0;}

.nav .navSub{position:absolute;top:120%;background:#fff;width:100%;text-align:center;padding:20px 0;transform:scaleY(0);opacity:0;left:0px;border-radius: 0 0 5px 5px;transform-origin:top;transition:top .5s,opacity .5s;line-height:1.8;}
.nav .navSub_pro{display:flex;justify-content:space-between;padding:40px 0;}
.nav .navSub::after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:#fff;width:300%;left:-100%;z-index:-1;border-top: 1px solid #eee;border-bottom: 1px solid #eee;}
.navSub_pro .main{width:60%;padding-left:40px;display:flex;flex-flow:row wrap;margin:0px auto;}
.navSub_pro dl{text-align:left; width:50%;padding-left:40px;}
.navSub_pro dt{font-size:1em;border-bottom:1px solid #e6e6e6;margin-bottom:10px;padding-bottom:10px;}
.navSub_pro dt a{position: relative;display:block;}
.navSub_pro dt a::after,.navSub_tab .tabMenu li a::after{content:"\e6ab";font-family:"iconfont";position:absolute;right:0;top:0;opacity:.7;font-weight:700;}
.navSub_pro dd a{color:#666;display:inline-block;font-size:.875rem;position: relative;padding-left:10px;}
.navSub_pro dd a::after{content:"";position:absolute;left:0;width:5px;height:5px;border-radius:100%;background:#888;top:50%;margin-left:-2px;}
.navSub_pro dd a:hover{color:#116dd1;}
.navSub_pro dd a:hover::after{background:#116dd1;}
.navSub_pro dd em{font-style:normal;font-family:"iconfont";color:#116dd1;margin:5px;}

.nav .navSub_plan{display: flex;justify-content:space-between;color:#777;padding:40px 0;}
.navSub_plan .txt{width:320px;text-align:left;}
.navSub_plan .txt h3{font-size:1.8em;color:#333;margin-bottom:5px;}
.navSub_plan .txt p{text-overflow:ellipsis;display: -webkit-box;overflow: hidden;line-clamp:5;-webkit-box-orient: vertical;text-overflow: -o-ellipsis-lastline;-webkit-line-clamp:5;margin-bottom:20px;}
.nav .navSub_plan .more{color:#116dd1;}
.navSub_plan .more i{display:inline-block;background:#116dd1;color:#fff;font-family:"iconfont";font-style:normal;border-radius:100%;width:20px;height:20px;border-radius:100%;margin-left:10px;line-height:20px;text-align:center;font-size:14px;}
.navSub_plan .more:hover i{animation: moveRightIn 1s 1;}
.navSub_plan .navSub_tab{width:75%;padding-left:6%;display:flex;justify-content:space-between;text-align:left;position: relative;border-left: 1px solid #999;}
.navSub_plan .swiper-scrollbar{left:-1px;top:0; opacity: 1 !important;width:3px;}
.navSub_plan .swiper-scrollbar-drag{background: rgba(0, 0, 0, .2);}
.navSub_tab .tabMenu{width:35%;max-height:550px;overflow:hidden;}
.navSub_tab .tabMenu ul{height:auto;}
.navSub_tab .tabMenu li{height:50px;line-height:50px;}
.navSub_tab .tabMenu li a{display:block;padding:0 6%;position:relative;}
.navSub_tab .tabMenu li a::after{right:6%;opacity:1;color:#fff;}
.navSub_tab .tabMenu li a:hover,.navSub_tab .tabMenu .on a{background-color:#116dd1;color:#fff !important;}
.navSub_tab .tabMain{width:50%;}
.navSub_tab .tabMain li{display:none;}
.navSub_tab .tabMain .pic{display: block;width:100%;height:300px;overflow:hidden;margin-bottom:15px;}
.navSub_tab .tabMain img{object-fit: cover;width:100%;height:100%;}
.navSub_tab .tabMain .text{text-overflow:ellipsis;display: -webkit-box;overflow: hidden;line-clamp:3;-webkit-box-orient: vertical;text-overflow: -o-ellipsis-lastline;-webkit-line-clamp:3;margin-bottom:15px;font-size:.875em;} 

.navSub_default li{display:inline-block;padding:0 40px;text-align:center;border-right: 1px solid #eee;line-height:1.8;}
.navSub_default a{color:#191919;display:block;position: relative;transition:all .5s;}
.navSub_default i{display:block;background-size:100%;background-repeat: no-repeat;background-position:center;margin-bottom:20px;position:relative;font-family:"iconfont";font-style:normal;font-size:2.5em;line-height:1;opacity:.8;}
.navSub_default i::after{content:"";position: absolute;width:60px;height:60px;background:#eee0e1;border-radius:100%;top:50%;left:50%;z-index:-1;transition:all .5s;transform:scale(0);margin-left:-30px;margin-top:-30px;}
.navSub_default a:hover{color: #116dd1;}
.navSub_default a:hover i::after{transform:scale(1);}

.nav .m:hover .navSub{transform:scale(1);opacity:1;top:100%;}
.header:hover,.headFix{background:#fff}

.contact{display: flex;align-items: center;gap: 25px; position:absolute; right:0px;}
.phone{display: flex;align-items: center;color: #fff;transition: all 0.3s ease; margin-right:20px; border-left:1px solid #fff; padding-left:25px;}
.phone span{ font-size:18px;color: #fff; line-height:20px;}
.header.scrolled .phone{color: #333;border-left:1px solid #a4a4a4;}
.phone i{margin-right: 8px;font-size: 20px;color: #fff;}
.header.scrolled .phone i{color: #333;}
.search-icon{color: #fff;font-size: 18px;cursor: pointer;transition: all 0.3s ease;}
.search-icon i{font-size:20px;}
.header.scrolled .search-icon{color: #333;}
.search-icon:hover{transform: scale(1.1);}

.search-container {
    position: fixed;
    top: 80px; /* 初始值，会被JS覆盖 */
    left: 0;
    width: 100%;
    background: #fff;
    padding: 20px 5%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    z-index: 999;
    transform: translateY(-150%);
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
}

.search-container.active {
    transform: translateY(0);
    opacity: 1;
}
.search-box {width: 100%;max-width: 800px;position: relative;margin: 10px auto;}

.search-input{width: 100%;padding: 16px 25px;padding-right: 60px;border: none;border-radius: 50px;font-size: 16px;outline: none;box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);transition: all 0.3s ease;}
.search-input:focus{box-shadow: 0 8px 25px rgba(0, 102, 255, 0.15);}
.search-submit{position: absolute;right: 5px;top: 0px;width: 50px;height: 50px;background: #116dd1;color: white;border: none;border-radius: 50%;font-size: 18px;cursor: pointer;transition: all 0.3s ease;}
.search-submit:hover{background: #db4506;transform: scale(0.95);}
.close-search{margin-left: 20px;width: 50px;height: 50px;background: none;color: #888;border: none;border-radius: 50%;font-size: 20px;cursor: pointer;transition: all 0.3s ease;display: flex;align-items: center;justify-content: center;}
.close-search:hover{color: #333;background: #f5f5f5;}
/* .header.hideY{transform: translateY(-120px);} */
.headFix{position:fixed;top:0; box-shadow:0 0 8px #e1e1e1;}
.headFix .container{height:80px;}
.headFix .logo img{height:50px;}
.logo img{height:50px;}
.header:hover .logo2,.headFix .logo2,.headPro .logo2{display:inline-block;}
.header:hover .logo1,.headFix .logo1,.headPro .logo1{display:none;}
.header:hover .nav .m>a,.headFix .nav .m>a,.headPro .nav .m>a{color:#454545;}
.header:hover .phone span,.headFix .phone span,.headPro .phone span{color:#454545;}
.header:hover .search-icon,.headFix .search-icon,.headPro .search-icon{color:#454545;}
.header:hover .phone,.headFix .phone,.headPro .phone{border-left:1px solid #454545;}
.header:hover .nav .cur>a,.header:hover .nav .m>a:hover,.header:hover .nav .on>a,.headFix .nav .cur>a,.headFix .nav .m:hover>a,.headFix .nav .on>a,.headPro .nav .cur>a,.headPro .nav .m:hover>a,.headPro .nav .on>a{color:#116dd1;}
.header:hover .nav .m>a::after,.headFix .nav .m>a::after,.headPro .nav .m>a::after{background:#116dd1;}
.headPro{background:#fff;border-bottom: 1px solid #eee;}


/*  导航按钮 */
.navTrigger{position:absolute;top:22px;right:15px;width:24px;overflow:hidden;white-space:nowrap;color:transparent;z-index:20;cursor:pointer;display:none;}
.navTrigger span{display:block;height:2px;background:#333;margin-bottom:5px;transition:all 0.3s;  -webkit-transform-origin: 0% 50%;-moz-transform-origin: 0% 50%; -ms-transform-origin: 0% 50%;-o-transform-origin: 0% 50%;transform-origin: 0% 50%;}
.navTrigger span:nth-child(3){margin-bottom:0;}
.navTrigger span:nth-child(2){width:16px;}
.navTrigger-on span:nth-child(1){transform: translateX(3px) translateY(0px) rotate(45deg);}
.navTrigger-on span:nth-child(2){opacity:0;}
.navTrigger-on span:nth-child(3){transform:translateX(2px) translateY(2px) rotate(-45deg);}
.wapTel{font-family:"iconfont";position: absolute;color:#333;right:60px;font-size:1.5rem;line-height:1;top:20px;display:none;}

/* 广告轮播图 */
.banner{width: 100%;overflow:hidden;z-index:2;position:relative;color:#fff;}
.banner .swiper-wrapper{transition-timing-function: ease-in-out;}
.banner .swiper-slide{position:relative;height:100%;overflow:hidden;}
.banner img{width:100%;height:100%;object-fit: cover;}
.banner .small{display:none;}
.banner .pic{width:100%;animation:scale 30s infinite;}
.banner .txt{position: absolute;top:45%;transform: translateY(-50%);color:#fff;text-align:center;width:100%;}
.banner .txt h4{font-weight:700;font-size:4.25em;}
.banner .txt p{font-size:2.375em;font-weight:300;margin-bottom:45px;}
.banner .txt .more{display:inline-block;height:40px;line-height:38px;border:1px solid #fff;border-radius:22px;color:#fff;padding:0 20px;font-size:1rem;}
.banner .txt i,.pageAd .txt .more i{font-style:normal;font-family:"iconfont";margin-left:15px;display:inline-block;}
.banner .txt .more:hover{background:#fff;color:#000;}
.banner .txt .more:hover i,.pageAd .txt .more:hover i,.homPageban .more:hover i{animation: moveRightIn 1s 1;}
.banner .mouse{position:absolute;background: url('../images/mouse.png') no-repeat center;left:50%;bottom:60px;z-index:2;width:15px;height:28px;  -webkit-animation: mouse both ease-in 2s infinite; -o-animation: mouse both ease-in 2s infinite; animation: mouse both ease-in 2s infinite;margin-left:-8px;}
.banner div.progress{width:150px;bottom:52px;top:auto;background: rgba(255,255,255,.5);left:8%;height:2px;margin-left:25px;}
.banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#fff;}
.banner .btn{width:32px;height:32px;border:1px solid #fff;top:auto;bottom:40px;right:8%;background:none;left:auto;font-family:"iconfont";text-align:center;line-height:30px;font-size:1.5rem;transition:all .4s;border-radius:100%;}
.banner .swiper-button-prev{margin-right:45px;}
.banner .btn:hover{opacity:1;background:#fff;color:#000;}
.banner .num{position: absolute;z-index:2;left:8%;bottom:40px;font-family:Arial;}
.banner .total{margin-left:180px;}
@keyframes scale
{
  from {transform:scale(1);}
  50% {transform:scale(1.1);}
  to {transform:scale(1);}
}


/* 推荐产品 */
.product{position: relative;}
.product::before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(255, 255, 255, 0.9);z-index: 0;}
.product > .container{position: relative;z-index: 1;}
.product .hTitle{font-size: 2.2rem;margin-bottom: 40px;text-align: center;line-height: 1.4;text-transform: uppercase;color: #1f1e23;position: relative;padding-bottom: 20px;}
.product .hTitle::after{content: "";position: absolute;width: 80px;height: 3px;background: #116dd1;left: 50%;bottom: 0;transform: translateX(-50%);border-radius: 2px;}
.category-tabs{display: flex;justify-content: center;margin-bottom: 40px;flex-wrap: wrap;}
.category-tab{padding: 10px 30px;margin: 0 10px 10px;background: #fff;border: 1px solid #e1e1e1;border-radius: 30px;cursor: pointer;transition: all 0.3s ease;font-size: 1rem;color: #555;}
.category-tab:hover{border-color: #116dd1;color: #116dd1;}
.category-tab.active{background: #116dd1;color: #fff;border-color: #116dd1;}
.product-list{margin-right: -25px;font-size: 0.938em;overflow: hidden;}
.product-item{float: left;width: calc(33.3% - 25px);margin-bottom: 25px;margin-right: 25px;display: block;position: relative;padding: 25px 0 25px 40px;height: 360px;display: flex;justify-content: space-between;align-items: center;flex-direction: row-reverse;position: relative;transition: all 0.5s;top: 0;background: url('../images/cpbj.jpg') no-repeat;background-size: cover;border-radius: 8px;overflow: hidden;}
.product-item.big{width: calc(50% - 25px);padding: 25px 40px;}
.product-item .pic{top: 25px;width: 245px;display: block;overflow: hidden;border-radius: 6px;}
.product-item .pic img{width: 100%;transition: all 0.5s;display: block;}
.product-item.big .pic{right: 50px;}
.product-item .txt{max-width: 52%;}
.product-item h3{font-size: 1.1em;padding-bottom: 15px;margin-bottom: 20px;position: relative;}
.product-item h3::after{content: "";position: absolute;width: 48px;height: 3px;background: #116dd1;left: 0;bottom: 0;border-radius: 2px;}
.product-item h3 a{color: #292929;text-decoration: none;transition: color 0.3s;}
.product-item .menu{height: 90px;margin-bottom: 10px;overflow: hidden;color: #666;line-height: 1.6;}
.product-item .more{display: inline-block;width: 130px;height: 36px;line-height: 34px;text-align: center;border: 1px solid #747474;border-radius: 20px;text-decoration: none;color: #555;transition: all 0.3s;font-size: 0.9rem;}
.product-item h3 a:hover{color: #116dd1;}
.product-item .more:hover{border-color: #116dd1;background: #116dd1;color: white;}
.product-item:hover img{transform: scale(1.08);transition-delay: 0.3s;}
.product-item:hover{top: -8px;box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);}
.product-category{display: none;}
.product-category.active{display: block;}

/* 行业方案 */
.apply{position: relative;overflow:hidden;font-size:1.25em;}
.hTitleW{color:#fff;}
.apply .hTitle{position:absolute;top:140px;left:12.3%;z-index:3;text-align:left;width:100%; font-size:2.2rem;}
.applySlide li .txt,.applyMenu{position:absolute;top:140px;left:12.3%;z-index:3;text-align:left;width:100%;}
.applySlide li{height:850px;overflow:hidden;position:relative;}
.applySlide li .txt{top:230px;color:#fff;max-width:700px;text-overflow:ellipsis;display: -webkit-box;overflow: hidden;line-clamp:2;-webkit-box-orient: vertical;text-overflow: -o-ellipsis-lastline;-webkit-line-clamp:2;}

.hMore{display:inline-block;height:46px;line-height:44px;border:1px solid #fff;border-radius:24px;padding:0 25px;color:#fff;}
.hMore i{margin-left:15px;display:inline-block;font-family:"iconfont";}
.hMore:hover{background:#fff;color:#d61518;}
.hMore:hover i{animation: moveRightIn 1s 1;}

.applyMenu{top:auto;bottom:130px;max-width:730px;}
.applyMenu li{float:left;padding-right:20px;margin-bottom:20px; text-align:center;}
.applyMenu li a{color:#333;display:block;width:220px;height:140px;background:#fff;border-radius:4px;padding:15%;position:relative;overflow: hidden;z-index:2;}
.applyMenu li a::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:0;background:#116dd1 url('../images/rd_bg2.png') no-repeat right bottom;transition:all .6s;z-index:-1;}
.applyMenu li a i{background-repeat: no-repeat;width:40px;height:40px;display:block;margin:0px auto 10px;transition:all .5s;}
.applyMenu .on a::after{height:100%;}
.applyMenu .on a i{background-position: 0 -40px;}
.applyMenu .on a{color:#fff;}

/* 关于我们 */
.aboutL{width:49%;}
.about .hTitle{font-size: 2.2rem;margin-bottom: 40px;text-align: center;line-height: 1.4;text-transform: uppercase;color: #1f1e23;position: relative;padding-bottom: 20px;}
.about .hTitle::after{content: "";position: absolute;width: 80px;height: 3px;background: #116dd1;left: 50%;bottom: 0;transform: translateX(-50%);border-radius: 2px;}
.aboutL h2{ font-size:2.6rem;line-height:2.8;color:#333;}
.aboutL .info{padding-top:55px;height:auto;margin-bottom:30px;overflow:hidden;line-height:1.8;color:#555;}
.aboutL .more{display:inline-block;width:135px;height:36px;line-height:34px;border:1px solid #116dd1;color:#116dd1;text-align:center;border-radius:20px;}
.aboutL .more:hover{background:#116dd1;color:#fff;}
.aboutNum{display: flex;justify-content: space-between;margin-top:40px;overflow:hidden;font-size:1.125em; border-top:1px dashed #ccc; padding-top:30px;}
.aboutNum li{float:left;color:#282828;}
.aboutNum li i{display:inline-block;width:50px;height:50px;background: url('../images/abouticon.png') no-repeat;}
.aboutNum li:nth-child(2) i{background-position:-50px 0;}
.aboutNum li:nth-child(3) i{background-position:-100px 0;}
.aboutNum li span{display:block; padding-left:10px;}
.aboutNum li p{overflow:hidden;margin-bottom:8px;margin-top:3px;font-size:1.5em;}
.aboutNum li b{font-size:2.5em!important;line-height:1;margin-right:5px;position: relative;float:left;font-weight:400;letter-spacing:-2px;}
.layer_video {width:85% !important;height:90% !important;}

.aboutR{width:55%;margin-right:-10%;padding:50px 0 0; position:relative;}
.aboutR::after{content:"";position:absolute;background:#af000a;left:120px;top:0;right:0;bottom:0;z-index:-1;}
.aboutR a{display:block;overflow:hidden;position:relative;}
.aboutR a img{transition:all .6s; animation: scale 15s linear infinite alternate;animation-play-state: paused;}
.aboutR i{width:85px;height:85px;background: url('../images/avideo.png') no-repeat;top:50%;left:50%;position:absolute;margin-top:-42px;margin-left:-42px;}
.aboutR a:hover img{animation-play-state: running;}

/* 新闻快讯 */
.partner{background: #f4f4f4;}
.news .hTitle{font-size: 2.2rem;margin-bottom: 40px;text-align: center;line-height: 1.4;text-transform: uppercase;color: #1f1e23;position: relative;padding-bottom: 20px;}
.news .hTitle::after{content: "";position: absolute;width: 80px;height: 3px;background: #116dd1;left: 50%;bottom: 0;transform: translateX(-50%);border-radius: 2px;}
.newsMain ul{display: flex;flex-wrap: wrap;list-style: none;margin: 0 -15px;}
.newsMain li{width: 25%;padding: 15px;transition: all 0.5s;}
.newsMain li a{display: flex;flex-direction: column;overflow: hidden;position: relative;z-index: 2;color: #888;background: #fff;border-radius: 8px;box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);transition: all 0.3s;height: 100%;}
.newsMain li a:hover{transform: translateY(-5px);box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);}
.newsMain li .pImg{position: relative;padding-top: 60%;overflow: hidden;}
.newsMain li .pImg img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transition: transform 0.5s;}
.newsMain li a:hover .pImg img{transform: scale(1.05);}
.newsMain li .date-overlay{position: absolute;top: 15px;right: 15px;background: rgba(17, 109, 209, 0.9);color: white;padding: 8px 12px;border-radius: 4px;text-align: center;z-index: 3;line-height: 1.2;}
.newsMain li .date-year{font-size: 0.9rem;font-weight: bold;}
.newsMain li .date-md{font-size: 0.8rem;opacity: 0.9;}
.newsMain li .content{padding: 20px;flex: 1;display: flex;flex-direction: column;}
.newsMain li h4{font-size: 1.1rem;color: #333;margin-bottom: 10px;line-height: 1.4;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;height: 50px;}
.newsMain li p{color: #666;line-height: 1.6;font-size: 0.9rem;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;flex: 1;}
.news .more{height: 66px;line-height: 64px;text-align: center;margin-top: 50px;display: block;border: 1px solid #e6e8ed;background: #fff;color: #333;text-decoration: none;border-radius: 4px;font-size: 1rem;transition: all 0.3s;}
.news .more:hover{border-color: #116dd1;color: #116dd1;}
.news .more i{font-family: "iconfont";font-style: normal;margin-left: 10px;}


/*底部 */
.ab_foot{width: 100%;background-color: #252525;color: rgba(255, 255, 255, .45);position: relative;}
.web_foot{padding: 0;}
.pc_ft_main{padding: 40px 0;position: relative;margin: 0 auto;overflow: hidden;}
.pc_ft_main .ft_list{float: left;overflow: hidden;padding: 0;width: 56%;margin-right: 3%;}
.ft_list ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.ft_list ul li{width: 21.25%;height: auto;overflow: hidden;float: left;box-sizing: border-box;margin-right: 5%;margin-bottom: 20px;}
.ft_list ul li:nth-child(4){margin-right: 0;}
.ft_list ul li b{width: 100%;height: 30px;overflow: hidden;line-height: 30px;color: #fff;font-size: 18px;margin: 0 auto 5px;padding: 0 0 5px 0;display: block;position: relative;font-weight: normal;}
.ft_list ul li em{display: block;width: 36px;height: 1px;background: #116dd1;margin-bottom: 20px;}
.ft_list ul li a{display: block;width: 100%;height: auto;overflow: hidden;line-height: 26px;font-size: 14px;margin: 0;padding: 0;white-space: nowrap;text-overflow: ellipsis;color: rgba(255, 255, 255, .45);text-decoration: none;}
.ft_list ul li a:hover{color: #fff;}
.f_ewm{margin-top: 10px;float: left;}
.f_ewm img{width: 126px;height: auto;}
.f_ewm p{text-align: center;font-size: 14px;margin-top: 10px;color: rgba(255, 255, 255, .45);}
.pc_ft_main .con{width: 25%;box-sizing: border-box;float: right;}
.pc_ft_main .con .ico9{display: block;font-size: 14px;color: rgba(255, 255, 255, .45);line-height: 25px;}
.pc_ft_main .con .ico9 i{margin-right: 5px;font-size: 16px;}
.pc_ft_main .con .dtel{display: block;font-family: fantasy;font-size: 42px;color: #116dd1;margin: 5px 0 15px;border-bottom: 1px solid rgba(255, 255, 255, .20);padding-bottom: 5px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-style: normal;}
.pc_ft_main .con span{display: block;font-size: 14px;color: rgba(255, 255, 255, .45);margin: 5px 0 0 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.pc_ft_main .con span i{margin-right: 5px;font-size: 16px;}
.ab_foot .foot_copy{border-top: 1px solid rgba(255, 255, 255, .2);padding: 25px 0;overflow: hidden;color: rgba(255, 255, 255, .45);font-size: 14px;}
.ab_foot .foot_copy a{color: rgba(255, 255, 255, .45);text-decoration: none;}
.ab_foot .foot_copy a:hover{color: #fff;}
.foot_copy .copy_l{text-align: center;}
.clear{clear: both;}
/* 移动端样式*/
.mobile-toggle{display: none;position: absolute;right: 10px;top: 15px;color: #116dd1;font-size: 18px;cursor: pointer;transition: transform 0.3s;}
.mobile-toggle.active{transform: rotate(45deg);}

/*内页公用 */
.listWrap{overflow:hidden;padding:80px 0;}
.listBan,.mzsmBanner{height:520px;background-position: center;background-repeat: no-repeat;background-size:cover;position:relative;overflow:hidden;}
.listBan .txt{position: absolute;left:50%;top:50%;transform:translate(-50%,-50%);animation:leftPic .8s;color:#fff;max-width:1600px;margin:0 auto;width:100%;text-align:center;font-size:1.5em;text-transform: uppercase;letter-spacing:2px;line-height:1.2;font-size:2em;}
.listBan .txt h3{font-size:1.333em; margin-bottom:20px;position:relative;padding-bottom:20px;}
.listBan .txt p{font-size:1em;}
.listBan .txt h3::after{content:"";position:absolute;left:0;bottom:0;width:60px;height:2px;background:#fff;left:50%;margin-left:-30px;}
.listBan .bgImg{transform: matrix(1, 0, 0, 1, 0, 0);-webkit-transform: matrix(1, 0, 0, 1, 0, 0);-webkit-animation: minus 8s 0s ease both infinite;-moz-animation: minus 8s 0s ease both infinite;animation: minus 8s 0s ease both infinite;animation-iteration-count: 1;-webkit-animation-iteration-count: 1;}
.listBan .hBtn{margin-top:70px;margin-right:20px;border-color:#222;color:#222;font-size:.9em;}
.listBan .hBtn:hover{border-color: #116dd1;color:#fff;}

.breadCrumb{overflow:hidden;background:#efefef;text-align:right;}
.breadCrumb p{padding:25px 0;}
.breadCrumb .h{background:url('../images/home_icon.png') no-repeat left center;padding-left:25px;display:inline-block;background-size:20px;}
.breadCrumb .back{float:right;color:#fff;background:#666;line-height:30px;padding:0 10px;font-size:14px;}
.breadCrumb .back:hover{background:#116dd1;color:#fff;}
.breadCrumb .bc,.listMenu_box p .bc{color:#116dd1;}
.breadCrumb .bc:hover,.listMenu_box p .bc:hover{text-decoration:underline;}

.listMenu_box{height:80px;line-height:80px;position: relative;z-index:3;font-size:1.125em;overflow:hidden;}
.listMenu_box::after{content:"";position:absolute;left:-100%;bottom:0;width:300%;height:100%;z-index:-1;}
.listMenu_box p{font-size:16px;background:url('../images/home_icon.png') no-repeat left center;padding-left:25px;background-size:18px;}

/* 应用领域 */
.lySider{width:20%;font-size:1.125em;float:left;background:#f6f6f6;border-radius:10px;overflow:hidden;}
.lySider .title{background:#116dd1;padding:30px 10%;color:#fff;font-size:1.667em;line-height:1;font-weight:700;}
.lySider .title span{position:relative;display: block; text-align:center}
.lySider .title i{float:right;color:#116dd1;display:none;font-size:14px;cursor:pointer;position: relative;padding-right:25px;font-style:normal;position: relative;z-index:5;}
.lySider .title i::after{content:"\e668";position:absolute;right:0;top:0;font-family:"iconfont";font-size:1.143rem;}
.lySider_sub{border:1px solid #f6f6f6;}
.lySider_sub>li{border-bottom:2px solid #fff;position:relative; text-align:center}
.lySider_sub>li>a{display:block;color:#191919;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;height:75px;line-height:75px;padding:0 10%;font-weight:700;position:relative;}
.lySider_sub>li>i{font-family:"iconfont";margin-left:5px;font-style:normal;font-size:14px;top:3px;float:right;transition:all .5s;}
.lySider_sub li a:hover,.lySider_sub li .cur,.lySider_sub .sub ul a:hover,.lySider_sub .sub ul .cur{color:#116dd1;}

.module-two-img-section{position: relative;text-align: center;overflow: hidden;margin-bottom: 30px;border-radius: 18px;width: 100%;height: 250px;/* 固定高度，比原来小*/box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);transition: transform 0.3s ease;}
.module-two-img-section:hover{transform: translateY(-5px);}
.module-two-bg-img{width: 100%;height: 100%;/* 使用容器高度*/object-fit: cover;/* 关键属性：保持宽高比，填充容器*/display: block;transition: transform 0.5s ease;}
.module-two-img-section:hover .module-two-bg-img{transform: scale(1.05);}
.module-two-img-content{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;background: rgba(0, 0, 0, 0.4);transition: background 0.3s ease;}
.module-two-img-section:hover .module-two-img-content{background: rgba(0, 0, 0, 0.2);}
.module-two-bkx{padding: 30px 150px;text-align: center;}
.module-two-img-content a{display: block;text-decoration: none;}
.module-two-img-title{font-size: 38px;margin-bottom: 25px;color: white;text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);letter-spacing: 1px;}
.module-two-btn{display: inline-block; padding: 10px 50px; background: linear-gradient(45deg, rgba(17, 109, 209, 0.7), rgba(66, 153, 255, 0.7)); color: white; text-decoration: none; border: 1px solid white; border-radius: 30px; transition: all 0.4s ease; font-size: 16px; font-weight: bold; letter-spacing: 1px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);}
.module-two-btn:hover{background: linear-gradient(45deg, rgba(17, 109, 209, 0.9), rgba(66, 153, 255, 0.9)); transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);}
.proList .title{font-size:1.75em;color:#000;margin-bottom:15px;}
/* 产品列表 */
.proSider{width:20%;font-size:1.125em;float:left;background:#f6f6f6;border-radius:10px;overflow:hidden;}
.proSider .title{background:#116dd1;padding:30px 10%;color:#fff;font-size:1.667em;line-height:1;font-weight:700;}
.proSider .title span{position:relative;display: block;}
.proSider .title i{float:right;color:#116dd1;display:none;font-size:14px;cursor:pointer;position: relative;padding-right:25px;font-style:normal;position: relative;z-index:5;}
.proSider .title i::after{content:"\e668";position:absolute;right:0;top:0;font-family:"iconfont";font-size:1.143rem;}
.proSide_sub{border:1px solid #f6f6f6;}
.proSide_sub>li{border-bottom:2px solid #fff;position:relative;}
.proSide_sub>li>a{display:block;color:#191919;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;height:75px;line-height:75px;padding:0 10%;font-weight:700;position:relative;}
.proSide_sub>li>i{font-family:"iconfont";margin-left:5px;font-style:normal;font-size:14px;top:3px;float:right;transition:all .5s;}
.proSide_sub>li>a::after,.proSide_sub>li>a::before{content:"";position:absolute;right:10%;background:#666;top:50%;margin-top:-2px;transition:all .5s;}
.proSide_sub>li>a::after{width:3px;height:15px;margin-right:6px;margin-top:-8px;}
.proSide_sub>li>a::before{height:3px;width:15px;}
.proSide_sub li a:hover,.proSide_sub li .cur,.proSide_sub .sub ul a:hover,.proSide_sub .sub ul .cur{color:#116dd1;}
.proSide_sub li .cur::before,.proSide_sub li .cur::after{background:#116dd1;}
.proSide_sub li .cur::after{transform:rotate(-90deg);margin-right:9px;}
.proSide_sub .sub{font-size:.889em;padding:15px 10%;background:#fff;}
.proSide_sub .sub li a{border:none;display:inline-block;height:30px;line-height:30px;padding-left:10px;margin:3px 0;position:relative; font-size:14px;}
.proSide_sub .sub li a::after{content:"";position:absolute;left:0;top:50%;margin-top:-2px;width:5px;height:5px;background:#666;border-radius:100%;}
.proSide_sub .sub li .cur::after,.proSide_sub .sub li a:hover::after{background:#116dd1;}
.proSide_sub .sub ul{padding-left:10px;}
.proSide_sub .sub ul a{font-size:.875em;color:#333;background:none;}
.proSide_sub .sub ul em{margin-right:5px;display:inline-block;font-style:normal;}


.proList{float:right;width:77%;font-size:0.938em; margin-bottom:60px;}
.proTop{display:flex;padding-bottom:40px;flex-flow:row wrap;border-bottom: 1px solid #f0f0f0;justify-content:space-between;margin-bottom:40px;}
.proTop .pic{width:34%;height:200px;overflow:hidden;}
.proTop .pic img{object-fit: cover;width:100%;height:100%;}
.proTop .txt{width:60%;padding-right:15px;}
.proTop .txt h3{font-size:1.667em;color:#116dd1;margin-bottom:10px;}

.proList li{display:flex;justify-content:space-between;margin-bottom:40px;}
.proList li .pic{width:390px;height:350px;border:1px solid #e3e3e3;text-align:center;line-height:350px;border-radius:5px;overflow: hidden;margin-right:25px;}
.proList li img{max-width:100%;max-height:100%;object-fit:contain;transition:all .5s;}
.proList li .txt{width:62.5%;border-bottom: 1px solid #e3e3e3;position:relative;padding-top:15px;}
.proList li .txt h4{font-size:1.33em;margin-bottom:15px;}
.proList li .txt h4 a{color:#323232;}
.proList li .txt h4 a:hover{color:#116dd1;}
.proList li .txt p{text-overflow:ellipsis;display: -webkit-box;overflow: hidden;line-clamp:4;-webkit-box-orient: vertical;text-overflow: -o-ellipsis-lastline;-webkit-line-clamp:4;}
.proList li .txt .more{position:absolute;bottom:60px;width:135px;height:36px;line-height:34px;border:1px solid #116dd1;color:#116dd1;text-align:center;border-radius:20px;z-index:2;overflow: hidden;}
.proList li .txt .more::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:0;transition:all .3s;background:#116dd1;z-index:-1;}
.proList li .txt .more:hover::after{height:100%;}
.proList li .txt .more:hover{color:#fff;}
.proList li:hover .pic img{transform:scale(1.1);}



/*  产品详情 */
.proShow_box{background:url('../images/proshow_bg.jpg') no-repeat center;margin-top:100px;padding:70px 0;background-size:cover;}
.breadCrumb2{background:none;position: relative;top:-30px;}
.gallery{width:48%;position:relative;}
.gallery .btn{width:34px;height:50px;text-align:center;line-height:50px;background:#ccccd3;font-family:"iconfont";color:#fff;font-size:1.5em;left:0;}
.gallery .swiper-button-next{left:auto; right:0;}
.gallery .btn:hover{background:#116dd1;}
.gallery li .pic{height:560px;line-height:560px;display:block;text-align:center;}
.gallery li img{max-width:100%;max-height:100%;object-fit: cover;}
.gallery .swiper-pagination{position:static;margin-top:10px;}
.gallery .swiper-pagination-bullet{width:10px;height:10px;background:#333;opacity:.8;}
.gallery .swiper-pagination-bullet-active{background:#116dd1;}

.proShow_R{width:45%;padding-top:40px;font-size:1.063em;}
.proShow_R .title{font-size:2.059em;color:#116dd1;padding-bottom:25px;margin-bottom:25px;position:relative;}
.proShow_R .title::after{content:"";position:absolute;left:0;bottom:0;height:2px;width:75px;background:#116dd1;}
.proShow_R .tie2 {margin-bottom:15px;display:flex;justify-content:space-between;font-weight:700;max-width:500px;}
.proShow_R .tie2 span{color:#116dd1;font-size:2em;}
.proShow_R .font{height:220px;line-height:2;margin-bottom:20px;overflow:hidden;}
.proShow_R .font span{display:block;margin-bottom:10px;font-size:16px;}
.proShow_R .btn a{height:50px;line-height:48px;padding:0 20px;color:#116dd1;border-radius:5px;font-size:1.059em;float:left;margin-right:20px;border:1px solid #116dd1;width:220px;text-align:center;}
.proShow_R .btn .tel{background:#116dd1;color:#fff;font-size:1.222em;}
.proShow_R .btn i{font-style:normal;font-family:"iconfont";margin-right:10px;}
.proShow_R .btn a:hover{background:#116dd1;color:#fff;}

.pro_tieS{color:#116dd1;font-size:1.75em;font-weight:700;margin-bottom:20px;}
.proShow_box2 .title{height:80px;line-height:80px;font-size:1.25em;color:#222;border-bottom: 1px solid #dfdfdf;text-align:center;margin-bottom:50px;}
.proShow_box2 .title span{padding:0 30px;margin:0 10px;display:inline-block;transition:all .5s;cursor:pointer;}
.proShow_box2 .title .on,.proShow_box2 .title span:hover{background:#116dd1;color:#fff;}
.proShow_box2 .mainBox{overflow: hidden;margin-bottom:40px;}
.proShow_box2 .mainBox2 table{width:100%;}
.proShow_box2 .mainBox2 td{padding:6px 10px;word-break: break-all;}

.proShow_case{background:#f6f6f6;padding:60px 0;overflow:hidden;margin-top:80px;}
.proShow_case ul{margin-right:-20px;}
.proShow_case li{float: left;width:25%;padding-right:20px;}
.proShow_case li a{cursor: auto;}
.proShow_case li .pImg{padding-top:80%;}
.proShow_case li p{text-align:center;font-size:1.125em;color:#333;margin-top:10px;}
.proShow_case li a:hover img{transform: scale(1.1);}

.relatedPro li a{border:1px solid #ddd;display:block;text-align:center;font-size:1.125em;color:#333;padding-bottom:20px;background:#fff;}
.relatedPro li .pImg{padding-top:90%;margin-bottom:10px;overflow:hidden;}
.relatedPro li p{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.relatedPro li a:hover img{transform:scale(1.1);}
.relatedPro li a:hover{color:#116dd1;}

/*  行业方案 列表*/
.solutionIndex{margin-right:-40px;}
.solutionIndex li{float:left;width:50%;margin-bottom:40px;padding-right:40px;}
.solutionIndex li .pImg{padding-top:60%;}
.solutionIndex li .txt{background:#f3f3f3;position:relative;padding:30px 5%;line-height:1.8;color:#666;z-index:2;}
.solutionIndex li .txt::after{content:"";position: absolute;left:0;bottom:0;width:100%;height:0;background:#116dd1; background:linear-gradient(to top,#ffc8cb,#116dd1) ;z-index:-1;transition:all .5s;}
.solutionIndex li h4{font-size:1.5em;margin-bottom:5px;color:#000123;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.solutionIndex li p{height:60px;margin-bottom:35px;overflow:hidden;}
.solutionIndex li .more,.h_more{color:#116dd1;width:130px;height:36px;line-height:34px;border:1px solid #116dd1;display:inline-block;border-radius:20px;text-align:center;font-size:.875em;}
.solutionIndex li .more i{font-style:normal;font-family:"iconfont";margin-left:5px;}
.solutionIndex li a:hover img{transform: scale(1.1);}
.solutionIndex li a:hover .txt::after{height:100%;}
.solutionIndex li a:hover *{color:#fff;transition:all .5s;}
.solutionIndex li a:hover .more{border-color:#fff;}
.h_more:hover{background:#116dd1;color:#fff;}

/*  解决方案详情 */
.solutionShow{border:1px solid #ddd;}
.solutionShow .title{text-align:center;background: url('../images/titlebg.jpg') no-repeat center right; font-size:2.571em;color:#116dd1; text-align: center; padding:30px 20px; border-bottom: 1px solid #116dd1;font-weight:700;}
.showdec_s{padding:60px;overflow: hidden;border-bottom: 1px solid #ddd;}
.showdec_s .txt{width:46%;line-height:2;}
.showdec_s .tie{font-size:1.875em;color:#333;padding-bottom:25px;margin-bottom:25px;position:relative;line-height:1.2;font-weight:700;}
.showdec_s .tie::after,.showTie2::after{content:"";position:absolute;left:0;bottom:0;width:20px;height:4px;width:50px;background:#116dd1;}
.showdec_s .bgImg{width:48%;height:460px;}
.showdec_s .btn{display:inline-block;width:150px;height:40px;line-height:40px;background:#116dd1;text-align:center;color:#fff;font-size:.875em;margin-top:40px;border-radius:20px;}
.showdec_s .btn:hover{background:#a00008;}
.showTie2{border-bottom: 1px solid #ddd;padding:30px 50px;background:#f5f5f5;font-size:1.875em;font-weight:700;line-height:1;color:#333;position:relative;}
.showTie2::after{left:50px;height:4px;bottom:-1px;width:100px;}
.solutionShow_info{padding:50px 60px;line-height:1.8;overflow:hidden;border-bottom: 1px solid #ddd;}
.solutionBox2 {background:#f5f5f5;}
.relatedS li{padding-right:0 !important;margin-bottom:10px;}
.solutionShow .showPage i{float:none;display:inline-block;}
.solutionCase ul{padding:50px 60px;overflow:hidden;margin-right:-15px;}
.solutionCase li{float:left; width:25%;padding-right:15px;margin-bottom:15px;}
.solutionCase li .pImg{padding-top:78%;}
.solutionBox2 .showTie2{text-align:center;margin-bottom:40px;border:none;padding-bottom:20px;}
.solutionBox2 .showTie2::after{left:50%;margin-left:-50px;}

/*新闻列表 */
.layout-container{display: flex;gap: 50px; margin-bottom:50px;}
/* 左侧样式*/
.left-sidebar{width: 280px;flex-shrink: 0;}
.news-categories{background: #fff;border-radius: 8px;overflow: hidden;margin-bottom: 30px;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);}
.news-categories h3{background: linear-gradient(135deg, #116dd1, #0a5cb5);color: #fff;padding: 18px 20px;font-size: 18px;margin: 0;display: flex;align-items: center;}
.news-categories h3 i{margin-right: 10px;font-size: 20px;}
.category-list{list-style: none;padding: 15px 0;}
.category-list li{padding: 12px 20px;border-bottom: 1px solid #f0f0f0;transition: all 0.3s;}
.category-list li:last-child{border-bottom: none;}
.category-list li:hover{background: #f8f8f8;padding-left: 25px;}
.category-list a{color: #333;text-decoration: none;display: flex;justify-content: space-between;align-items: center;}
.category-list .count{background: #f0f0f0;color: #666;padding: 4px 10px;border-radius: 12px;font-size: 12px;transition: all 0.3s;}
.category-list li.active{background: #f0f7ff;border-left: 4px solid #116dd1;}
.category-list li.active a{color: #116dd1;font-weight: bold;}
.category-list li.active .count{background: #116dd1;color: white;}
.pro-recommend{background: #fff;border-radius: 8px;overflow: hidden;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);}
.pro-recommend h3{background: linear-gradient(135deg, #116dd1, #0a5cb5);color: #fff;padding: 18px 20px;font-size: 18px;margin: 0;display: flex;align-items: center;}
.pro-recommend h3 i{margin-right: 10px;font-size: 20px;}
.pro-list{padding: 20px;}
.pro-item{margin-bottom: 20px;border-bottom: 1px solid #f0f0f0;transition: all 0.3s;border-radius: 6px;}
.pro-item:hover{background: #f8f8f8;transform: translateY(-3px);box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);}
.pro-item:last-child{margin-bottom: 0;padding-bottom: 0;border-bottom: none;}
.pro-img{width: 100%;border-radius: 6px;overflow: hidden;margin-right: 15px;flex-shrink: 0;border: 1px solid #e8e8e8;}
.pro-img img{width: 100%;height: 100%;object-fit: cover;transition: transform 0.5s;}
.pro-info h4{font-size: 16px;margin-bottom: 8px;color: #333; text-align:center; line-height:30px; margin-top:10px;}
.pro-info p{color: #666;font-size: 14px;line-height: 1.5;}
.pro-item:hover .pro-img img{transform: scale(1.1);}
.pro-item:hover h4{color: #116dd1;}
/* 右侧样式*/
.right-content{flex: 1;}
.listWrap{overflow: hidden;padding: 0;}
.newsList ul{margin-right: -20px;font-size: 0.938em;display: flex;flex-wrap: wrap;list-style: none;}
.newsList li{width: calc(33.333% - 20px);margin-right: 20px;margin-bottom: 30px;background: #fff;border-radius: 8px;overflow: hidden;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);transition: all 0.3s;}
.newsList li:hover{transform: translateY(-5px);box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);}
.newsList li a{display: block;text-decoration: none;height: 100%;}
.newsList li .pImg{border-bottom: 1px solid #e8e8e8;padding-top: 65%;position: relative;overflow: hidden;}
.newsList li .pImg img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transition: transform 0.5s;}
.newsList li .txt{background: #fff;padding: 20px;position: relative;z-index: 2;}
.newsList li h4{color: #111;font-size: 1.2em;margin-bottom: 10px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.newsList li p{text-overflow: ellipsis;display: -webkit-box;overflow: hidden;line-clamp: 2;-webkit-box-orient: vertical;text-overflow: -o-ellipsis-lastline;-webkit-line-clamp: 2;margin-bottom: 15px;height: auto;color: #666;}
.newsList li .date{font-family: Arial;color: #999;display: flex;align-items: center;}
.newsList li .date i{margin-left: auto;color: #ccc;font-size: 1.2em;}
.newsList li a:hover img{transform: scale(1.1);}
.newsList li a:hover h4, .newsList li a:hover p, .newsList li a:hover .date, .newsList li a:hover .date i{color: #fff;transition: all .5s;}
.newsList li a:hover .date, .newsList li a:hover p{opacity: .9;}
.newsList li .txt::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 0;background: linear-gradient(135deg, #116dd1, #0a5cb5);z-index: -1;transition: all .5s;}
.newsList a:hover .txt::after{height: 100%;}
/* 分页样式*/
.pagination{text-align: center;margin-top: 40px;font-size: 14px;display: flex;justify-content: center;align-items: center;flex-wrap: wrap;}
.pagination a, .pagination span{display: inline-block;padding: 10px 16px;margin: 5px;border: 1px solid #e0e0e0;border-radius: 6px;color: #666;text-decoration: none;transition: all 0.3s;}
.pagination a:hover{background: #116dd1;color: #fff;border-color: #116dd1;}
.pagination .cur_page{background: #116dd1;color: #fff;border-color: #116dd1;}
.pagination .a1_page{border: none;padding-left: 0;color: #999;margin-right: 15px;}
.pagination .a1_page:hover{background: transparent;color: #999;}
/* 新闻详情 */
.newsShow_F{flex: 1; }
.newsShow_F .title{font-size:1.75em;color:#000;margin-bottom:15px;}
.newsShow_F .text {font-size:.875em;opacity:.8;}
.newsShow_F .text span{margin-left:25px;}
.newsShow_con{padding:35px 0;overflow:hidden;line-height:1.8;margin-top:25px;border-top:1px solid #116dd1;font-size:16px;}
.newsShow_con p,.newsShow_con span,.newsShow_con div,.newsShow_con h1,.newsShow_con h2,.newsShow_con h3,.newsShow_con h4,.newsShow_con h5{ font-size:16px; line-height:28px;}
.newsShow_con img{ margin:10px auto;}
.showPage{border-top:1px solid #dadada;padding-top:10px;}
.showPage p{margin-top:10px;}



/* 视频列表 */
.videoList ul{margin-right:-30px;overflow: hidden;padding:0 6px;}
.videoList li{float:left;width:33.3%;padding-right:30px;margin-bottom:30px;}
.videoList li a{display: block;overflow: hidden;box-shadow:0 0 10px #e1e1e1;}
.videoList li .pImg{padding-top:74%;}
.videoList li p{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;color:#000123;height:70px;line-height:70px;padding:0 4%;text-align:center;font-size:1.125em;}
.videoList li p span{float:right;color:#116dd1;}
.videoList li p i{font-family:"iconfont";font-style:normal;margin-left:5px;font-size:1.5em;float:right;transition:all .5s;}
.videoList li .pImg::after{content:"";position:absolute;left:0;top:0;background:#000;opacity:.4;width:100%;height:100%;transition:all .5s;z-index:4;}
.videoList li .pImg::before{content:"";position:absolute;left:50%;top:50%;width:80px;height:80px;background: url('../images/vicon.png') no-repeat;margin-left:-40px;margin-top:-40px;z-index:5;transition:all .5s;background-size:100%;}
.videoList li a:hover p{color:#116dd1;}
.videoList li a:hover img{transform: scale(1.06);}
.videoList li a:hover i{transform: rotate(-180deg);}
.layer_video{width:80% !important;height:90% !important;}

/* 技术问答 */
.faqList ul{margin-right:-20px; overflow: hidden;}
.faqList li{float:left;width:50%;position:relative;transition:all .3s;padding-right:20px;margin-bottom:20px;}
.faqList li a{background:#f5f7fa;display:block;padding:25px;position:relative;}
.faqList li a::after{content:"";position: absolute;left:0;bottom:0;height:3px;background:#116dd1;transition:all .5s;width:0;}
.faqList li h4{font-size:1.25em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;font-weight:700;margin-bottom:10px;color:#333;background: url('../images/q.png') no-repeat left center;padding-left:40px;}
.faqList li .txt{color:#777;height:80px;overflow:hidden;background: url('../images/a.png') no-repeat left 0px;padding-left:40px;}
.faqList li a:hover::after{width:100%;}
.faqList li a:hover h4{color:#116dd1;}



/* 关于我们 */
.aboutBox1{background: url('../images/about_bg.jpg') no-repeat center;background-size:cover;}
.aboutBox1 .aboutR{width:46%;height:540px;margin-right:0;padding:0;}
.aboutBox1 .aboutR img{width:100%;height:100%;object-fit:cover;}
.aboutR::after{display:none;}
.aboutBox1 .aboutL{width:50%;}
.listTie{font-size:2em;color:#1f1e23;padding-bottom:20px;margin-bottom:30px;position:relative;}
.listTie::after{content:"";position:absolute;left:0;bottom:0;width:60px;height:3px;background:#116dd1;}
.listTie2::after{left:50%;margin-left:-30px;}
.aboutBox1 .tie2{font-size:2.652em;color:#116dd1;padding-bottom:10px;}
.aboutBox2{background:#f6f6f6;padding-top:35px;height:200px;overflow:hidden;}

.culture ul{margin-right:-20px;}
.culture li{float:left;width:33.3%;padding-right:20px;margin-bottom:20px;}
.culture li.big{width:50%;}
.culture li a{display:block;position:relative;height:360px;overflow:hidden;}
.culture li .txt{position:absolute;width:100%;text-align:center;top:20%;padding:0 7%;color:#fff;letter-spacing:2px;transition:all .5s;}
.culture li h5{font-size:1.5em;margin-bottom:15px;}
.culture li a:hover .bgImg{transform: scale(1.05); filter: blur(5px);}
.culture li a:hover .txt{top:60px;}

.honor{background:#f0f4f8 url('../images/honor_bg.jpg') no-repeat center;}
.honorL{width:28%;}
.honorL .tie2{color:#116dd1;font-size:1.375em;margin-top:-10px;}
.honorL ul{padding:50px 0;}
.honorL li p{color:#222;line-height:1.2;}
.honorL li b{font-size:4em;color:#116dd1;letter-spacing:-2px;}
.honorL li:first-child{margin-bottom:50px;}
.honorL .more{display:inline-block;width:160px;height:42px;line-height:42px;background:#116dd1;color:#fff;border-radius:22px;text-align:center;}
.honorL .more:hover{background:#ba1200;}

.honorSlide{width:66%;padding:0 10px;padding-top:60px;overflow:hidden;font-size:1.125em;}
.honorSlide li{float:left;width:55%;text-align:center;}
.honorSlide li .pImg{padding-top:82%;box-shadow:0 3px 10px #e1e1e1;margin-bottom:25px;}
.honorSlide li p{opacity:0;}
.honorSlide .swiper-slide-active p{opacity:1;}
.honorSlide li:hover img{transform:scale(1.1);}
.settingSlide li{float:left;width:33.3%;}
.settingSlide li a{display:block;border-radius:10px;overflow:hidden;position:relative;background:#000;}
.settingSlide li a::after{content:"";position:absolute;left:50%;top:50%;background: url('../images/pmore.png');width:60px;height:60px;margin-top:-26px;margin-left:-26px;transition:all .5s;opacity:0;transform:scale(0);}
.settingSlide li .pImg{padding-top:68%;}
.settingSlide li a:hover img{opacity:.6;transform: scale(1.1);}
.settingSlide li a:hover::after{transform: scale(1);opacity:1;}
.settingSlide .swiper-pagination{position: static;margin-top:25px;}
.settingSlide .swiper-pagination-bullet{width:12px;height:12px;}
.settingSlide .swiper-pagination-bullet-active{background:#ba1200;}

/* 图片列表 */
.picList ul{margin-right:-30px;}
.picList li{width:33.3%;text-align:center;float:left;padding-right:30px;margin-bottom:30px;}
.picList li a{display:block;overflow:hidden;}
.picList li .pImg{padding-top:68%;border:1px solid #e1e1e1;}
.honorList li .pImg{padding-top:82%;}
.honorList li .pic{height:370px;line-height:370px;border:1px solid #e1e1e1;transition:all .5s;display:block;overflow:hidden;}
.honorList li .pic img{transition:all .5s;max-height:100%;}
.picList li p{font-weight:normal;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333;z-index:2;position:relative;margin-top:20px;}
.picList li a:hover img{transform:scale(1.1);}
.picList li a:hover p{color:#116dd1;}

/* 合作伙伴*/
.partnerList ul{padding-left:1px;padding-top:1px;}
.partnerList li{float:left;width:14.3%;border:1px solid #d9d9d9;margin-left:-1px;margin-top:-1px;position: relative;transition:all .5s;overflow:hidden;}
.partnerList li .pImg{padding-top:66%;}
.partnerList li p{background:#116dd1;color:#fff;height:32px;line-height:32px;text-align:center;padding:0 10px;position:absolute;left:0;bottom:-32px;width:100%;font-size:12px;transition:all .5s;}
.partnerList li:hover{z-index:2;border:1px solid #116dd1;}
.partnerList li:hover p{bottom:0;}
.partnerList li:hover img{top:-20px;}

/* 联系*/
.sContact-intro{padding:40px 0 80px;}
.sContact-intro .wrapIn{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;-ms-flex-line-pack: center;align-content: center;gap: 100px}
.sContact-intro .wrapIn:after{display: none;}
.sContact-intro .left{width: 440px;}
.sContact-intro .right{width: 800px;margin-left: 40px;}
.sContact-way .dt{position: relative;color: #333333;font-weight: bold;line-height: 1.25;padding-bottom:20px; font-size:24px; margin-top:10px;}
.sContact-way .dt:before,
.sContact-way .dt:after{content: " ";position: absolute;left: 0;bottom: 0;}
.sContact-way .dt:before{width: 100%;height: 2px;background-color: #e7e7e7;}
.sContact-way .dt:after{width: 100px;height: 3px;background-color: #116dd1;}
.sContact-way .dd{padding: 10px 0;}
.sContact-way .dd .line{position: relative;padding-left: 48px;margin-top: 20px;min-height: 34px;}
.sContact-way .dd .line .icoImg{float: left;margin-left: -48px;width: 34px;height: 34px;border-radius: 50%;background-color: #e9e9e9;}
.sContact-way .dd .line p{line-height: 2; font-size:16px;}
.sContact-way{flex: 0.5;}
.sContact-map{position: relative;flex: 1;height: 400px;max-width: 100%;}
.sContact-map #dituContent{position: absolute;left: 0;top: 0;width: 100%;height: 100%;line-height: 1.1;background-color: #f5f3f0;}
.sContact-map #dituContent .BMap_bubble_title{font-size: 16px;margin-bottom: 5px;padding-right: 16px;color: #d70c18;}
.sContact-map #dituContent .BMap_bubble_content{width: auto;font-size: 14px;line-height: 18px;}
.sContact-map #dituContent img{max-width: none;}
._pen .sContact-map{pointer-events: none;}
/*关于我们*/

/* 标题统一样式*/
.ya_section-title{text-align: center;margin: 60px 0 40px;position: relative;}
.ya_section-title h2{font-size: 38px;margin-bottom: 15px;color: #2c3e50;}
.ya_section-title::after{content: '';display: block;width: 80px;height: 3px;background: #3498db;margin: 0 auto;}
/* 模块一：关于我们*/
.ya_about-section{position: relative;padding: 20px 0 0;width: 100%;}
.ya_about-title{text-align: center;margin-bottom: 40px;position: relative;z-index: 1;}
.ya_about-title h2{font-size: 38px;margin-bottom: 15px;color: #2c3e50;}
.ya_about-title::after{content: '';display: block;width: 80px;height: 3px;background: #3498db;margin: 0 auto;}
.ya_about-bg-container{position: relative;width: 100%;overflow: hidden;background-image: url('../images/about_bg.jpg');background-size: cover;background-position: center;}
.ya_about-content{padding: 120px 0px;margin: 0px auto 0;animation: fadeUp 1s forwards 0.5s; color:#333}
.ya_about-content p{margin-bottom: 20px;font-size: 16px;text-align: justify; line-height:28px;}
/* 模块二：品牌理念 - 使用颜色背景*/
.ya_belief-section{padding: 0px 0px;}
.ya_horizontal-accordion{display: flex;height: 500px;overflow: hidden;box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);}
.ya_horizontal-item{position: relative;flex: 1;transition: all 0.5s ease;overflow: hidden;cursor: pointer;background: #e1e3e6;box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);}
/* 默认中间项使用金色*/
.ya_horizontal-item.default-active{flex: 3;background: linear-gradient(135deg, #ccb03d, #b89a2a);}
/* 鼠标悬停时使用金色*/
.ya_horizontal-item:hover{flex: 3;background: linear-gradient(135deg, #ccb03d, #b89a2a);}
/* 当鼠标悬停在其他项上时，中间项变回灰色*/
.ya_horizontal-accordion:hover .ya_horizontal-item.default-active:not(:hover){background: #e1e3e6;flex: 1;}
.ya_horizontal-content{position: absolute;top: 50px;left: 0;width: 100%;padding: 0 20px;}
/* 默认文字颜色为黑色*/
.ya_horizontal-content{color: #333;}
/* 默认中间项文字为白色*/
.ya_horizontal-item.default-active .ya_horizontal-content{color: white;}
/* 悬停项文字为白色*/
.ya_horizontal-item:hover .ya_horizontal-content{color: white;}
/* 当鼠标悬停在其他项上时，中间项文字变回黑色*/
.ya_horizontal-accordion:hover .ya_horizontal-item.default-active:not(:hover) .ya_horizontal-content{color: #333;}
/* 默认只显示中间项的文字内容*/
.ya_horizontal-item:not(.default-active) .ya_horizontal-content p, .ya_horizontal-item:not(:hover) .ya_horizontal-content p{display: none;}
/* 当鼠标悬停在其他项上时，中间项隐藏文字*/
.ya_horizontal-accordion:hover .ya_horizontal-item.default-active:not(:hover) .ya_horizontal-content p{display: none;}
.ya_horizontal-content h3{font-size: 22px;margin-bottom:0px;font-weight: 600;}
.ya_horizontal-content p{font-size: 15px;opacity: 0;transform: translateY(20px);transition: all 0.4s ease 0.2s;line-height: 1.7;}
/* 中间项和悬停项显示完整内容*/
.ya_horizontal-item.default-active .ya_horizontal-content p, .ya_horizontal-item:hover .ya_horizontal-content p{opacity: 1;display: block;font-size: 16px;}
/* 添加装饰元素区分每个项*/
.ya_horizontal-decoration{position: absolute;bottom: 20px;right: 20px;width: 60px;height: 60px;border-radius: 50%;background: rgba(255, 255, 255, 0.2);display: flex;align-items: center;justify-content: center;font-size: 24px;opacity: 0.7;transition: all 0.4s ease;}
.ya_horizontal-item:nth-child(1) .ya_horizontal-decoration{background: rgba(52, 152, 219, 0.2);}
.ya_horizontal-item:nth-child(2) .ya_horizontal-decoration{background: rgba(46, 204, 113, 0.2);}
.ya_horizontal-item:nth-child(3) .ya_horizontal-decoration{background: rgba(255, 255, 255, 0.3);}
.ya_horizontal-item:nth-child(4) .ya_horizontal-decoration{background: rgba(155, 89, 182, 0.2);}
.ya_horizontal-item:nth-child(5) .ya_horizontal-decoration{background: rgba(241, 196, 15, 0.2);}
.ya_horizontal-item.default-active .ya_horizontal-decoration, .ya_horizontal-item:hover .ya_horizontal-decoration{opacity: 1;}
/* 当鼠标悬停在其他项上时，中间项装饰元素恢复*/
.ya_horizontal-accordion:hover .ya_horizontal-item.default-active:not(:hover) .ya_horizontal-decoration{opacity: 0.7;}
/* 模块三：合作伙伴*/
.ya_partners-section{padding: 0px 20px 60px;}
.ya_partners-grid{display: grid;grid-template-columns: repeat(4, 1fr);gap: 30px;}
.ya_partner-item{background: white;overflow: hidden;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);transition: all 0.3s ease;display: flex;align-items: center;justify-content: center;padding: 25px;height: 150px;}
.ya_partner-item:hover{transform: translateY(-10px);box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);}
.ya_partner-img{max-width: 100%;max-height: 100%;transition: filter 0.3s;}

/*产品详情*/
.cp_container{width: 100%;}
/* 标题样式*/
.cp_title{text-align: center;margin: 0px 0 50px;}
.cp_title h2{font-size: 38px;margin-bottom: 15px;color: #222;}
.cp_title_line{height: 3px;width: 80px;background: #3498db;margin: 0 auto;border-radius: 2px;}
/* 模块一：产品介绍*/
.cp_module1{margin-bottom: 60px;}
.cp_module1_content{display: flex;flex-wrap: wrap;gap: 50px;}
.cp_product_img{flex: 0.8;min-width: 300px;text-align: center;}
.cp_product_img img{width: 100%;height: auto;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);transition: transform 0.3s ease;}
.cp_product_img img:hover{transform: scale(1.02);}
.cp_product_info{flex: 1;min-width: 300px;padding:0 15px;}
.cp_tech_specs{background: #edf1f2;padding: 15px;margin-bottom: 20px;}
.cp_tech_specs h3{font-size: 22px; color:#000; text-align:center;}
.cp_table{width: 100%;border-collapse: collapse;margin-bottom: 20px;}
.cp_table tr{border-bottom: 1px solid #ddd;}
.cp_table tr:first-child{border-top: 2px solid #116dd1;}
.cp_table tr:last-child{border-bottom: 2px solid #116dd1;}
.cp_table td{padding: 11px 10px;width: 50%;border-right: 1px solid #ddd; text-align:center; border-left:none}
.cp_table td:last-child{border-right: none;}
.cp_contact_buttons{display: flex;gap: 15px; margin-top:40px;}
.cp_btn{padding: 18px 40px;border: none;font-size: 22px;cursor: pointer;border-radius: 8px;transition: all 0.3s ease; text-align:center;}
.cp_btn i{ font-size:20px; margin-right:5px;}
.cp_btn_primary{background: #3498db;color: white;}
.cp_btn_primary:hover{background: #2980b9;transform: translateY(-2px);box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);color: white;}
.cp_btn_secondary{background: #e95613;color: white;}
.cp_btn_secondary:hover{background: #d04404;transform: translateY(-2px);box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);color: white;}
/* 模块二：产品优势*/
.cp_module2{background: #edf1f2;width: 100%;padding:60px 0 70px;margin-bottom:0px;}
.cp_advantages{display: flex;flex-wrap: wrap;justify-content: center;}
.cp_advantage_item{text-align: center;padding:30px;/*background: white;border-radius: 8px;box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);*/transition: transform 0.3s ease; width:25%}
.cp_advantage_item:hover{transform: translateY(-5px);}
.cp_advantage_img{width: 120px;height: 120px;margin: 0 auto 15px;/*border-radius: 50%;*/overflow: hidden;display: flex;align-items: center;justify-content: center;/*background: #f0f8ff;*/}
.cp_advantage_img img{max-width:100%;}
.cp_advantage_item h3{font-size: 18px;margin-bottom: 10px;color: #2c3e50;}
.cp_advantage_item p{ text-align:left}
/* 模块三：行业应用*/
.cp_module3{margin-bottom: 60px; background:url(../images/hhh.png) no-repeat center top; padding:60px 0px; background-size:cover}
.cp_slider_container{position: relative;width: 100%;overflow: hidden;}
.cp_slider{display: flex;transition: transform 0.5s ease;}
.cp_slide_group{display: grid;grid-template-columns: repeat(4, 1fr);gap: 20px;width: 100%;flex-shrink: 0;padding: 20px;}
.cp_slide{background: white;border-radius: 8px;overflow: hidden;box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);transition: transform 0.3s ease; text-align:center;}
.cp_slide:hover{transform: translateY(-5px);}
.cp_slide_img{max-width: 90%;height: auto;object-fit: cover; margin:20px; width:180px;align-items: center;justify-content: center;}
.cp_slide_content{padding:0px 10px 10px;}
.cp_slide_content h3{font-size: 18px;color: #333; text-align:center;}
.cp_slide_content p{font-size: 14px;color: #666;}
.cp_slider_btn{position: absolute;top: 50%;transform: translateY(-50%);background: rgba(255, 255, 255, 0.9);border: none;width: 50px;height: 50px;border-radius: 50%;font-size: 20px;cursor: pointer;transition: all 0.3s ease;z-index: 10;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);}
.cp_slider_btn:hover{background: white;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);}
.cp_prev{left: 10px;}
.cp_next{right: 10px;}
.cp_slider_dots{display: flex;justify-content: center;margin-top: 20px;gap: 10px;}
.cp_dot{width: 12px;height: 12px;border-radius: 50%;background: #ddd;border: none;cursor: pointer;transition: background 0.3s ease;}
.cp_dot.active{background: #3498db;}
/* 模块四：产品推荐*/
.cp_module4{margin-bottom: 60px;}
.cp_products{display: flex;flex-wrap: wrap;gap: 20px;}
.cp_product_item{text-align: center;padding: 15px;border-radius: 8px;box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);transition: all 0.3s ease; border:1px solid #bed8f5; width:25%;}
.cp_product_item:hover{transform: translateY(-5px);box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);}
.cp_product_item_img{width: 100%;height: auto;overflow: hidden;border-radius: 6px;margin-bottom: 15px;}
.cp_product_item_img img{width: 100%;height: 100%;object-fit: cover;transition: transform 0.5s ease;}
.cp_product_item:hover .cp_product_item_img img{transform: scale(1.05);}
.cp_product_item h3{font-size: 18px;margin-bottom: 10px;}
/* 模块五：在线留言*/
.cp_module5{margin-bottom: 60px;}
.cp_form{max-width: 100%;margin: 0 auto;background: #f9f9f9;padding: 30px;box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);}
.cp_form_row{display: flex;flex-wrap: wrap;gap: 20px;margin-bottom: 20px;}
.cp_form_group{flex: 1;min-width: 300px;}
.cp_form_control{width: 100%;padding: 12px 15px;border: 1px solid #ddd;border-radius: 4px;font-size: 16px;transition: border 0.3s ease;background-color: #fff;}
.cp_form_control::placeholder{color: #666;}
.cp_form_control:focus{border-color: #3498db;outline: none;box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);}
.cp_form_submit{text-align: center;margin-top: 20px;}
.cp_btn_submit{background: #e74c3c;color: white;padding: 12px 40px;border: none;border-radius: 4px;font-size: 16px;cursor: pointer;transition: all 0.3s ease;}
.cp_btn_submit:hover{background: #c0392b;transform: translateY(-2px);box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);}
/* 响应式调整*/
@media (max-width: 1200px){
.cp_slide_group{grid-template-columns: repeat(4, 1fr);}
} 
@media (max-width: 900px){
.cp_slide_group{grid-template-columns: repeat(2, 1fr);}
.cp_products{grid-template-columns: repeat(2, 1fr);display: grid}
} 
@media (max-width: 768px){
.cp_module1_content {flex-direction: column;gap: 50px;}
.cp_product_img { width:100%}
.cp_title h2{font-size: 24px;}
.cp_slider_btn{width: 40px;height: 40px;font-size: 16px;}
.cp_contact_buttons {width:100%}
.cp_btn {flex:1;}
} 
@media (max-width: 480px){
.cp_products{grid-template-columns: repeat(1, 1fr);}
.cp_title h2{font-size: 20px;}
.cp_contact_buttons{flex-direction: column;}
}