@charset "utf-8";

/*~~~~框架布局  v3.2.7~~~*/

html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;overflow:-moz-scrollbars-vertical;}
body{font-family: 'SHSCR';}

 





/*==版心定义↓==*/

.container{width:1600px;}
.w1340{width:1200px;}
a:hover{color:#2f4380}

.bga{background:#f8f8f8;}


/*==字体↓==*/
@font-face {
  font-family: 'SHSCR';
  src: url("../fonts/SourceHanSansCN-Regular.ttf");
}




/*==字符串↓==*/

*:before,*:after,em,i,.iof{font-style: normal;font-family: "iconfont";line-height:1;transition: all .4s ease-in-out}



@font-face {
  font-family: 'iconfont';
  src: url('//at.alicdn.com/t/c/font_1963410_kzrkmbh2h1.woff2?t=1712588869417') format('woff2'),
       url('//at.alicdn.com/t/c/font_1963410_kzrkmbh2h1.woff?t=1712588869417') format('woff'),
       url('//at.alicdn.com/t/c/font_1963410_kzrkmbh2h1.ttf?t=1712588869417') format('truetype');
}





/*==顶部↓==*/
.fixed-top.header{ position: fixed;top:0;width:100%; height:80px;  }
.fixed-top.header:before{opacity:1; height:100%;}
.fixed-top.header .nav .sub{top:80px} 
.fixed-top.header .nav > li:hover > a:after,.fixed-top.header .nav > li.active > a:after{background: #fff;}
/*--*/
/*.header.xf{position: relative;}
.header.xf:before{opacity:1; height:100%;}
.fixed-top.header.xf{position: fixed;}*/
/*--*/
.header{position: relative;top:0;left:0;right:0;z-index:5;height:100px;border-bottom:1px #ddd solid; background: #fff;}
.header:before{opacity:0; content:"";position:absolute;bottom:0;z-index:-1;width:100%;height:80%;transition: all .4s ease-in-out;background:#fff; }
.header .container{height:100%;}
.header .logo{float:left;display: flex;height:100%;padding: 20px 0;align-items: center;}
.header .logo a{display: flex;height:100%;align-items: center;}
.header .logo img{max-height:80px;}
.header .logo .txt{color:#181818;font-size:16px;text-align: center;margin-left: 20px;}
.header .logo .txt font{display: block;font-size:28px;color:#2f4380;font-weight:bold;letter-spacing:6px;}
.header .search{float:right;height: 100%;display: flex;margin-left: 50px;align-items: center;}
.header .search form{display: flex;width: 237px;border-radius: 30px;overflow: hidden;border: 1px #ccc solid;background: #fff;align-items: stretch;}
.header .search form input{flex: 1;width: 100%;padding: 10px 20px;color: #2a2a2a;font-size: 14px;}
.header .search form button{flex-shrink: 0;padding: 0 15px 0 10px;color:#2f4380;font-size: 22px;cursor: pointer;}
.header .search form button:hover{color:#fff;background:#2f4380}
.header .search form input,.header .search form button{border:none; background:none}
.header .search form input::-webkit-input-placeholder { color:#999; }
.header .nav{display:flex;float: right;height: 100%;}
.header .nav > li{ float: left;position:relative; height: 100%;margin-left: 35px;}
.header .nav > li > a{position: relative;z-index:1;display: flex;color: #3a3a3a;font-size: 17px;height: 100%;text-align: center;align-items: center;flex-direction: row-reverse;}

.header .nav > li > a:after{content:"";position: absolute;left: 0;right: 0;bottom:0;/* top: 15px; */z-index:-1;margin: auto;height: 2px;background:#2f4380;transition:transform .5s;transform: scale(0,1);transform-origin:right;}

.header .nav > li:hover > a,.header .nav > li.active > a{color: #2f4380;}
.header .nav > li:hover > a:after,.header .nav > li.active > a:after{/* opacity:0.5; */transform: scale(1);transform-origin:left;}
.header .nav > li:hover > a:before,.header .nav > li.active > a:before{color:#fff;transform: rotateY(180deg);}
.header .nav .sub{display:none;width: 190px;left: -50px;top: 100%;position:absolute;border:1px #ddd solid;background: rgba(255,255,255,1);padding: 10px 10px;z-index: 999;text-align: center;}
/*.header .nav .sub:before{content:"";position:absolute;top: -20px;left: 0;right: 0;display: block;margin: auto;width: fit-content;height: fit-content;border: 10px solid white;border-color: transparent transparent #fff transparent;}*/
.header .nav .sub a{display: block;color: #5e5e5e;font-size: 15px;padding: 10px 10px;border-bottom: 1px #ddd dashed;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.header .nav .sub a:last-child{border:none}
.header .nav .sub a:hover{color:#fff;border-color:#2f4380; background: #2f4380;}







/*==响应区分↓==*/

.res-flat_pc{}

.res-flat_flat{display: none;}

.res-wap_pc{}

.res-wap_wap{display: none;}





/*==弹出背景↓==*/
.offer-bg{ display:none; position: fixed;left:0;top:0;z-index:1; width:100%;height:100%; background:rgba(0,0,0,0.5);}


/*==弹出搜索↓==*/
.search-top{display: none; position:fixed;left:0;top:0px;right:0;z-index: 2;padding:120px 50px 50px 50px;border: 1px #ddd solid;background: #fff;}
.search-top .long{position:relative; padding:30px 0;display: flex;width: max-content;margin: auto;flex-direction: column;}
.search-top .top{position:relative;display: flex;width: max-content;flex-direction: row-reverse;align-items: center;}
.search-top .close{display: flex;margin-left: 30px;width: 40px;height: 40px;text-align: center;color: #666;font-size: 22px;background: #fafafa;justify-content: center;align-items: center;cursor: pointer;}
.search-top .close::before{content:"\e731";}
.search-top .close:hover{color:#fff;background: #999;}
.search-top .close:hover:before{color:#fff}
.search-top .trol form{position: relative;display: flex;margin: auto;width: max-content;border: 1px #ddd solid;border-radius: 5px;overflow: hidden;}
.search-top .trol i{position: absolute;left: 15px;top:0;bottom:0;margin:auto;height:fit-content;color:#999;font-size: 22px;}
.search-top .trol input{float: left;width:500px;color:#666;font-size: 15px;padding:0 20px 0 50px;}
.search-top .trol button{float:right;color:#fff;font-size:13px;padding: 0px 40px;background: #666;border: none;/* border-radius: 50%; */cursor: pointer;}
.search-top .trol input,.searchBox .trol button{line-height:50px;height:50px;border:none;}
.search-top .trol button:hover{ background:#000002}
.search-top .link{display:flex;font-size: 15px;margin-top: 20px;text-align: center;flex-wrap: wrap;justify-content: flex-start;}
.search-top .link h4{color: #5a5a5a;font-weight:bold;margin-right:20px;}
.search-top .link a{margin:0 10px 10px 0}




/*==次级导航↓==*/

.menu-each{width:100%;margin-top:60px;margin-bottom:-10px;}

.menu-each ul{display:table; text-align: center;/*! background:#f2f3f4; *//*! width: 100%; */margin: auto;}

.menu-each li{/*! flex: 1; */ display: inline-block;}

.menu-each li a{position:relative;z-index:2;display: block;margin:0 10px 10px 10px;color:#191919;font-size:18px;border: 1px #e9e9e9 solid;overflow: hidden;padding: 10px 40px;border-radius: 5px; background: #f7f7f7;}

.menu-each li a:after{ content: ""; position: absolute;left:0;bottom:0;z-index:-1;width:100%;height:100%; background: #2f4380;transition:transform .5s;transform: scale(0,1);transform-origin:right;}

.menu-each li:hover a,.menu-each li.active a{ color:#fff;border-color:#2f4380 }

.menu-each li:hover a:after,.menu-each li.active a:after{transform: scale(1);transform-origin:left;}

 



/*==次级导航↓==*/
.menu-orso{position: relative;margin-top:40px;border-bottom:2px #e8e8e8 solid;}
.menu-orso .long{display: flex;padding-bottom:20px;background: #fff;justify-content: space-between;align-items: center;}
.menu-orso .secon{}
.menu-orso .secon li{display: inline-block;margin-right: 50px;}
.menu-orso .secon a{position:relative;z-index:2;display: block;color: #666666;font-size: 18px;height: 100%;/* overflow: hidden; */background: #fff;}
.menu-orso .secon a::after{content: "";position: absolute;left:0;bottom: -22px;z-index: 2;width:100%;height: 2px;background: #2f4380;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.menu-orso .secon li:hover a,.menu-orso li.active a{ color:#2f4380; }
.menu-orso .secon li:hover a:after,.menu-orso .secon li.active a:after{transform: scale(1);transform-origin:left;}
/*--*/

.menu-orso.par{margin-top: -80px;height: 80px;border-bottom-width: 1px;}
.menu-orso.par .long{padding: 30px 30px 25px 30px;border-radius: 10px 10px 0 0;}

.menu-orso.par .secon a::after{bottom:-25px}

/*--*/

.menu-orso.cen .long{justify-content: center;}
.menu-orso.cen .secon li{margin:0 40px;}
.menu-orso.cen .site{display: none;}


/*==面包屑↓==*/
.siteGle{margin-top: 40px;}
.siteGle .long{display: flex; padding-bottom: 20px;height: 45px;border-bottom: 1px #ddd solid;align-items: center;justify-content: space-between;}
.siteGle .tit{position: relative;color: #666;font-size: 18px;}
.siteGle .tit:after{content: "";position: absolute;left:0;bottom: -21px;z-index: 2;width:100%;height: 2px;background: #2f4380;}
.siteGle .more{float:right;color:#fff;font-size:14px;padding: 5px 10px;margin-top: -5px;background: #666;}
.siteGle .more:hover{color:#fff; background: #2f4380;}
.siteGle.slv{margin-top:0px;margin-bottom:50px;}
.siteGle.slv .long{border:none;padding-bottom:0px;}
.siteGle.slv .more{display: none;}
/*--*/
.site-dot{color: #6a6a6a;font-size: 15px;}

.site-dot .home i{ font-weight:bold;font-size:16px;margin-right:10px;color:#aaa}
.site-dot a{}
.site-dot a:after{content:"\eb9b";margin: 0 5px;font-size:12px;}
.site-dot a:last-child:after{display:none}
.site-dot a:hover{color:#2f4380}





/*==标题↓==*/

.titleAx{margin-bottom:40px;color:#000123;font-size:44px;}

.titleAx b{font-weight: bold;}  

.titleAx span{margin-top:15px;display: block;color:#6b6b6b;font-size:16px;font-weight: 400;text-transform: Uppercase;}

.titleAx font{color:#2f4380}

.titleAx hr{display: block;margin:0px;margin-top: 12px;width: 40px;height: 3px;border:none;background: #2f4380;}

.titleAx.cen{text-align: center; }

.titleAx.cen{}

.titleAx.cen hr{margin:0px auto;margin-top: 10px;}

.titleAx.white,.titleAx.white b,.titleAx.white span{color:#fff}

.titleAx.white hr{background:#fff}

.titleAx.tTop{margin:50px 0 -20px 0;}

.titleAx.m30{margin-bottom:30px}

.titleAx.m40{margin-bottom:40px}

/*--*/

.titleBx{color:#000123;font-size:40px;margin-bottom:50px; text-align: center;}

.titleBx b{}

.titleBx span{display: block; margin:auto;margin-top:15px;color:#9a9b9c;font-size:15px;font-weight:400;text-transform: Uppercase;}

.titleBx hr{display: block;margin:0 auto;margin-top:15px;width: 40px;height: 2px;border:none;background: #2f4380;}

.titleBx.lef{text-align: left;}

.titleBx.lef hr{margin:0px;margin-top:15px;}

.titleBx.lef span{margin:0px;margin-top:15px;}

.titleBx.white,.titleBx.white span{color:#fff}

.titleBx.tTop{margin:50px 0 -20px 0;}





/*===内页框↓==*/

.rack{width:100%;padding:70px 0 80px 0;}

.rack.t0{padding-top:0px !important}

.rack.b0{padding-bottom:0px !important}

.rack.tb0{padding-top:0px !important;padding-bottom:0px !important}



/*==切换按钮↓==*/
.tone-item{display: flex;text-align: center;margin-bottom:50px;margin-left: -50px;align-items: stretch;justify-content: center;}
.tone-item li{display:inline-block;cursor: pointer;margin-left: 50px;}
.tone-item a{position: relative;z-index: 1;display: block;height:100%;color: #333;font-size: 16px;padding: 12px 40px;border-radius: 8px;overflow:hidden;background: #f5f6f7;}
.tone-item a:after {content:"";position:absolute;left:0;bottom:0;z-index:-1;width:100%;height:100%;background: #2f4380;transition:transform .5s;transform:scale(0,1);transform-origin:right;}
.tone-item .more a{color:#3a3b3c; background: #dddddd;}
.tone-item .active a,.tone-item li:hover a{color:#fff; }
.tone-item .active a:after,.tone-item li:hover a:after{transform:scale(1);transform-origin:left;}





/*==首页产品↓==*/
.productHome{background:url(../images/product-bg.jpg) no-repeat center;background-size:cover;}




/*==产品列表↓==*/
.product-list.edge{margin:0 0 -20px -20px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.product-list.edge li{display: inline-block;width:calc(20% - 30px);margin:0 0 30px 30px;}
.product-list li{box-shadow: 0 0 10px #eee;}
.product-list a{position: relative;display: block;height:100%;padding:35px;border: 1px #fff solid;overflow: hidden;background: #fff;}
.product-list a::after{opacity:0;content: "";position: absolute;left:0;top:0;right:0;bottom:0;z-index: 0;background: #2f4380;}
.product-list .tip{position: absolute;right:0;top: 0;z-index:1;padding: 5px 5px;color:#fff;font-size:16px;}
.product-list .tip::after{content: "";position:absolute;left: -100%;top: -50%;right: -100%;bottom: 0;z-index:-1;background: #2f4380;transform: rotate(45deg);}
.product-list em{display: table;overflow: hidden;margin: auto;}
.product-list em img{/*filter: drop-shadow(0px 124px #fff);*/}
.product-list .box{position: relative;margin-top:15px;text-align: center;}
.product-list h4{color:#000123;font-size:22px;}
.product-list p{margin-top:10px;color:#000123;font-size:15px; }
.product-list li:hover a{border-color:#2f4380}
.product-list li:hover a:after{opacity:0.5;}
.product-list li:hover h4{color:#2f4380}
.product-list.edge.lx1 li{width: calc(100% - 20px);}



/*==产品详情↓==*/
.proDet{padding:0 !important}
.proDet .top{padding: 100px 0;background: url(../images/pro-bg-01.jpg) no-repeat center;background-size:cover;}
.proDet .top .long{display: flex;}
.proDet .top .set{flex-shrink: 0; width:30%;text-align: center;}
.proDet .top .info{flex: 1;}
.proDet .top .title{color:#1a1a1a;font-size:32px;}
.proDet .top .txt{margin-top: 30px;color:#1a1a1a;font-size:15px;line-height: 30px;}
.proDet .top .download{display: table;margin-top:40px;color:#fff;font-size:15px;padding: 8px 30px;border-radius:30px;background:#2f4380;}
.proDet .top .download:hover{background: #3a3a3a;}





/*==首页解决方案列表↓==*/

.solve-grid{margin:0 0 -10px -10px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.solve-grid li{display: inline-block;width:calc(50% - 10px);margin:0 0 10px 10px; }
.solve-grid a{position: relative;display: block;height: 500px;}
.solve-grid .pic{position: relative;height: 100%;}
.solve-grid .pic img{position: absolute;right: 0;top: 0;bottom: 0;width: 120%;height: 100%;object-fit: cover;max-width: initial;}
.solve-grid .box{position: absolute;left:0;bottom:0;right:0;margin:50px;display: flex;align-items: center;justify-content: space-between;}
.solve-grid h4{color:#fff;font-size:24px}
.solve-grid h4 span{display: block;margin-top:5px; color:#fff;font-size:14px}
.solve-grid .more{color:#2f4380;font-size:14px;padding:10px 30px;border-radius: 30px;background: #fff;}
.solve-grid li:hover .more{color:#fff;background:#2f4380}
.solve-grid li:hover .box{transform:translateY(-5px)}
.solve-grid li:nth-child(2n) .pic img{right:auto;left:0;}







/*==首页优势↓==*/

.advantHome{background:url(../images/advant-bg.jpg) no-repeat center;background-size:cover;}

/*--*/

.advant-row{display: flex;position:relative;z-index:1;}

.advant-row:after{content:"";position:absolute;left:20%;bottom:0;right:20%;height: 10px;z-index: -1;box-shadow: 0 3px 20px #5e5e5e;border-radius: 100px;}
.advant-row li{position: relative;width:25%;padding: 80px 50px;border-right:1px #ddd solid;text-align: center;background: #fff;}
.advant-row .box{margin-top: 20px;}
.advant-row .box h4{color:#212121;font-size:24px;}
.advant-row .box span{display: block;margin-top: 10px;color:#212121;font-size:20px;font-weight:bold;} 
.advant-row .in{opacity: 0;position: absolute;left:0;top:0;bottom:0;right:0;z-index:1;display: flex;padding: 50px 30px;transform:translateY(-5px);flex-direction: column;align-items: center;justify-content: center;}

.advant-row .in::after{opacity:0.6;content:"";position:absolute;left:0;top:0;right:0;bottom:0;z-index:-1;background: #2f4380;}
.advant-row .in h4{color:#fff;font-size:24px;}
.advant-row .in span{display: block;margin-top: 10px;color:#fff;font-size: 20px;font-weight:bold;} 
.advant-row .in p{margin-top:20px;color:#fff;font-size:14px;line-height: 24px;}
.advant-row .in .bg{content:;position:absolute;left:0;top:0;right:0;bottom:0;z-index:-1;width:100%;height: 100%;object-fit: cover;}
.advant-row li:hover .in{opacity: 1;transform:translateY(0px)}





/*==首页关于↓==*/

.aboutHome{background:url(../images/about-bg.png) no-repeat center;background-size:cover;}

.aboutHome .wx{color:#000123;font-size:16px;line-height: 30px;padding:0 50px;}

.aboutHome .more{display: table;margin:auto;margin-top: 40px;padding:15px 50px;color:#fff;font-size: 16px;border-radius: 30px; background: #2f4380;}

.aboutHome .more:hover{background: #3a3a3a;}

.aboutHome .srll-honor{margin-top:40px}

/*--*/

.srll-honor .list{padding:10px;}

.srll-honor .list .pic{box-shadow:  0 0 10px #ddd;border:none}

.srll-honor .list .pic img{padding:20px}





/*===首页新闻↓==*/
.newsHome{ background: url(../images/news-bg.jpg) no-repeat center; background-size:cover;}
.newsHome .tone{display: flex;justify-content: center;margin-bottom:40px;}
.newsHome .tone li{margin:0 20px;cursor: pointer;}
.newsHome .tone a{color:#000123;font-size:20px}
.newsHome .tone li.active a{color:#2f4380}

/*--*/
.news-grid {margin:0 0 0px -15px;}
.news-grid li{float:left;width: calc(33.3% - 15px);margin: 0 0 0px 15px;}
.news-grid a {display:block;position:relative;background:#fff;}
.news-grid .box{position: relative;z-index: 1;padding:20px;}
.news-grid .pic img {display:block;width:100%;height:100%;object-fit:cover;}
.news-grid h4 {position:relative;color: #000;font-size: 20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.news-grid p {-webkit-line-clamp:1;margin-top: 8px;color:#878787;font-size:14px;line-height: 24px;}
.news-grid li:hover h4 {color:#2f4380}
.news-grid .one .pic{padding-top:65%;}
.news-grid .one .time{margin-top: 30px;display: flex;color:#aaa;font-size:13px;padding: 20px;justify-content: space-between;align-items: center;background: #fff;}
.news-grid .one .time:after{content: "\e61d";display: flex;width: 32px;height: 32px;color: #2f4380;font-size: 18px;font-weight: bold;border:1px #2f4380 solid;border-radius: 50%;transform: rotateZ(0deg);justify-content: center;align-items: center;}
.news-grid .one:hover{background:#fff}
.news-grid .one:hover .time:after{ color:#fff;background:#2f4380;   transform: rotateZ(-40deg);}







/*==解决方案↓==*/
.solve-list li {position:relative;margin-bottom:60px;clear:both;overflow:hidden;z-index:2;}
.solve-list li a {position:relative;z-index:2;height:520px;display:flex;border:1px #ddd solid;clear:both;overflow:hidden;}
.solve-list li:last-child {margin-bottom:0px;padding-bottom:0px;border-bottom:0px;}
.solve-list .pic {flex-shrink:0;width:50%;}
.solve-list .pic img {width:100%;height:100%;object-fit:cover;}
.solve-list .box {position:relative;flex:1;padding:50px 60px;width:40%;}
.solve-list h4 {color:#666;font-size:28px;margin-bottom:40px;}
.solve-list span {display:block;color:#999;font-size:14px;}
.solve-list hr {display:block;margin:10px 0 0 0;width:40px;height:2px;border:none;background:#2f4380;}
.solve-list p{    -webkit-line-clamp: 6;color:#666;font-size:16px;line-height:30px;}
.solve-list .more {position:relative;z-index:2;margin-top:40px;display:table;color:#666;font-size:14px;padding:10px 40px;border:1px #999 solid;/* background:#2f4380;*/}
.solve-list .more:hover {color:#fff;background:#333;}
.solve-list li:hover a {border-color:#2f4380}
.solve-list li:hover h4{color:#2f4380;}
.solve-list li:hover h4 hr{width:50px;}
.solve-list li:hover .more {color:#fff;border-color:#2f4380;background:#2f4380}
.solve-list li:nth-child(2n) a {flex-direction:row-reverse;}


/*==详情页框架2↓==*/
.ss-main{display: flex;}
.ss-lefter{flex: 1;min-width:50%}
.ss-lefter .shell{margin-top: -1px;border:1px #ddd solid;}
.ss-lefter .title{padding:50px 50px;color:#2f4380;font-size:30px;text-align: center;border-bottom:1px #2f4380 solid;background: url(../images/titleBg.jpg) no-repeat center;}
.ss-lefter .wx{color:#666;font-size:15px;line-height:28px;}
/*--*/
.ss-lefter .frame{position:relative;padding:50px;/* margin-bottom:30px; */}
.ss-lefter .frame:before{content:"";position:absolute;left:50px;right:50px;bottom:0;width:auto;height:1px;background:#eee}
.ss-lefter .frame:last-child:before{display:none}
.ss-lefter .frame .tit{position:relative;margin-bottom:20px;padding-left:15px;color:#333;font-size:20px}
.ss-lefter .frame .tit:before {content:"";position:absolute;left:0;top:25%;width:3px;height:50%;background:#2f4380;}
/*--*/
.ss-lefter .intro{display: flex;flex-direction: row-reverse;}
.ss-lefter .intro .pic{flex-shrink: 0;width: 45%;margin-left: 50px;}
.ss-lefter .intro .pic img{width:100%;height: 100%;object-fit: cover;}
.ss-lefter .intro .box{position: relative;flex: 1;}
.ss-lefter .intro h3{color: #666;font-size: 28px;margin-bottom:40px;}
.ss-lefter .intro span{ display: block; color:#999;font-size:14px;}
.ss-lefter .intro hr{display: block;margin:10px 0 0 0; width:20px;height:2px; border:none;background: #2f4380;}
.ss-lefter .intro p{-webkit-line-clamp: 3;color: #666;font-size:16px;line-height:30px;}
.ss-lefter .intro .more{position: relative;z-index: 2;margin-top: 40px;display:table;color: #fff;font-size:14px;padding:10px 40px;/* border: 1px #999 solid; */background:#2f4380;}
.ss-lefter .intro .more:hover{color:#fff;background:#ff8525;}
.ss-lefter .intro li:hover .more{color:#fff;border-color:#2f4380;background:#2f4380}
/*--*/
.ss-lefter .tone{padding: 30px 50px;border-bottom: 1px #ddd solid;clear: both;overflow: hidden;background: #f5f5f5;}
.ss-lefter .tone li{position:relative;float: left;color:#333;font-size:22px;}
.ss-lefter .tone li:after{content:"";position: absolute;left:0;bottom: -30px;width:100%;height:2px;background:#2f4380;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.ss-lefter .tone li.active{color:#2f4380; }
.ss-lefter .tone li:hover:after,.ss-lefter .tone li.active:after{transform: scale(1);transform-origin:left;}
/*--*/
.ss-lefter .pagIng{position: relative;padding: 30px 50px;overflow: hidden;background: #f5f5f5;}
.ss-lefter .pagIng .return{position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto; width: fit-content;height: min-content;text-align: center;}
.ss-lefter .pagIng .return:before{content:"\e7bf";float:left;margin: 3px 5px 0 0;font-size: 16px;color:#666;}
.ss-lefter .pagIng span{color:#666;font-size:14px;max-width: 40%;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ss-lefter .pagIng .prev{float:left}
.ss-lefter .pagIng .next{float:right;}
.ss-lefter .pagIng a{color:#333;font-size:14px;}
.ss-lefter .pagIng a:hover,.ss-lefter .pagIng .return:hover:before{color:#2f4380}
/*--*/
.ss-righter{flex-shrink: 0;width:24%;margin-left:30px;}
.ss-righter .shell{margin-bottom:50px}
.ss-righter .bga{border:1px #ddd solid;margin-top:-31px;padding: 25px 40px;background: #f5f5f5;}
.ss-righter .title{color:#333;font-size: 26px;margin-bottom:30px;padding:25px;border:1px #ddd solid;background: #f5f5f5;}
.ss-righter .title span{display: block;color:#999;font-size:14px;}
/*--*/
.ss-righter .list_1{}
.ss-righter .list_1 li{margin-bottom:10px;}
.ss-righter .list_1 a{display: block;}
.ss-righter .list_1 h4{color:#666;font-size:16px;text-align: center;padding:15px;background: #f5f5f5;}
.ss-righter .list_1 li:hover h4{color:#fff;background: #2f4380;}
/*--*/
.ss-righter .nav{}
.ss-righter .nav ul{}
.ss-righter .nav li{border-bottom:1px #ddd solid}
.ss-righter .nav li:last-child{border-bottom:none;}
.ss-righter .nav a{display: block;color:#666;font-size: 16px;padding: 10px 0;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ss-righter .nav a:hover{color:#2f4380;transform:translateX(-5px)}






/*==关于↓==*/
.aboutIn{padding:0px !important}


/*==关于-公司介绍↓==*/
.ab-intro{ background:url(../images/about-bg-02.jpg) no-repeat center; background-size:cover;}
.ab-intro .long{display: flex;}
.ab-intro .set{width:40%;margin-right:80px;}
.ab-intro .set img{width:100%;}
.ab-intro .set a{display:block;position:relative}
.ab-intro .set a:before{opacity:0.6; content:"\e628";position: absolute;left:0;top:0;bottom:0;z-index: 2;right:0;margin: auto;height: max-content;text-align: center;color:#fff;font-size:50px;font-weight:bold;}
.ab-intro .set a:after{opacity: 0.2;content: "";position: absolute;left:0;top:0;bottom:0;right:0;background: #000;}
.ab-intro .title{color:#010101;font-size:36px;margin-bottom:20px;font-weight: bold}
.ab-intro .info{flex:1}
.ab-intro .info .tit{color:#1a1a1a;font-size:26px;margin-bottom: 20px;}
.ab-intro .info .tit font{color:#2f4380}
.ab-intro .info .wx{color:#333333;font-size:16px;line-height: 30px;}
.ab-intro .set a:hover:before{opacity:1;}
.ab-intro .set a:hover:after{opacity:0.1;}


/*==公司数字滚动↓==*/
.number-intro{display: flex;margin-top:80px;margin-left:-50px}
.number-intro li{flex: 1;margin:0 0 0 50px;line-height: 1;}
.number-intro span{color:#2f4380;font-size: 68px;font-weight: bold;}
.number-intro font{margin-left:5px;color:#2f4380;font-size: 16px;}
.number-intro h4{margin-top:20px;padding-top:20px;color:#000000;font-size: 16px;border-top:1px #ddd solid;}



/*==企业文化↓==*/
.ab-culture{ }
.ab-culture ul{margin:0 0 -20px -20px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.ab-culture ul li{position:relative;width: calc( 33.3% - 20px);min-height: 400px;margin:0 0 20px 20px;text-align: center;}
.ab-culture ul li img{display: block;width:100%;height: 100%;object-fit: cover;}
.ab-culture ul .box{position:absolute;left:0;right:0;top:0;margin:50px 40px 0 40px}
.ab-culture ul h4{color:#fff;font-size:16px; line-height: 26px;}
.ab-culture ul p{color:#fff;font-size:24px; margin-top:10px;line-height: 40px;;}
.ab-culture ul li:hover{transform: translateY(-5px);box-shadow: 5px 5px 10px #ddd;}

/*==团队切换↓==*/
.srll-team{}
.srll-team .list h4{opacity: 0; position: absolute;left:0;right:0;bottom:0;padding:20px;color:#fff;font-size:16px;background: rgba(0,0,0,0.2);}
.srll-team .list li:hover h4{opacity: 1;}


/*==发展历程↓==*/
.ab-history{background: url(../images/history-bg.jpg) no-repeat center; background-size:cover;}
/*-历程内容-*/
.srll-course{position: relative;  }
.srll-course .peg{position: relative;margin-bottom: 50px;}
.srll-course .peg:after{content:"";position:absolute;left:0;right:0;top: 5px;width: 100%;height: 1px;background: #080404;}
.srll-course .peg li{ cursor: pointer;}
.srll-course .peg li h4{display: flex;width: fit-content;margin:auto;color: #080404;font-size:20px;flex-direction: column;align-items: center;}
.srll-course .peg li h4:before{content:"";display: block;width: 10px;height: 10px;margin-bottom: 10px;border-radius: 50%;background: #080404;}
.srll-course .peg .swiper-slide-thumb-active h4{ color:#2f4380}
.srll-course .peg .swiper-slide-thumb-active h4:before{background:#2f4380;}
.srll-course .long{position: relative;/* margin-top: 50px; */}
.srll-course .info li{}
.srll-course .info .box{position: relative;width: 1000px;height: 100%;margin: 10px auto;padding: 80px 80px;border-radius: 20px;box-shadow: 0 0 10px #ddd;background: #fff;}
.srll-course .info .back{opacity: 0.1;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;width: fit-content;height:fit-content; color:#999;font-size: 250px;font-weight: bold;}
.srll-course .info h4{position: relative;color: #2f4380;font-size: 48px;padding-bottom:20px;margin-bottom: 20px;border-bottom: 2px #ddd solid;line-height: 1;}
.srll-course .info h4:before{content:"";position:absolute;left:0;bottom:-2px;width:100px;height:2px;background:#2f4380}
.srll-course .info h5{margin-bottom: 10px;color: #2a2a2a;font-size: 22px;}
.srll-course .info .wx{color: #444444;font-size: 18px;-webkit-line-clamp: 10;line-height: 30px;}
.srll-course .trol{display: flex;width: fit-content;margin:auto;margin-top:60px;align-items: center;}
.srll-course .btn{display:flex;margin: 0 10px;width: 50px;height: 50px;cursor:pointer;align-items: center;justify-content: center;transition: all .4s ease-in-out;border-radius: 50%;background: #fff;}
.srll-course .btn:before {content:"\eb9a";color: #999;font-size: 26px;transition: all .15s ease-in-out;}
.srll-course .btn.sNext {transform:rotateY(180deg);}
.srll-course .btn:hover {color:#fff;background:#2f4380}
.srll-course .btn:hover:before {color:#fff}
 


/*==新闻列表↓==*/
.news-list {margin:0px 0 -10px 0;}
.news-list li {clear:both;width:100%;margin-bottom:30px;padding-bottom:30px;border-bottom:1px #ddd solid;overflow:hidden;}
.news-list a {display:block;}
.news-list .pic {float:left;width:360px;height:220px;margin-right:30px;background:#eee;}
.news-list .pic img {width:100%;height:100%;object-fit:cover;}
.news-list .title {color:#333333;font-size:22px;margin-bottom:15px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.news-list .part {position:relative;margin-bottom:20px;display:table;}
.news-list .part:before {content:"";float:left;display:block;margin:8px 10px 0 0;width:50px;height:1px;background:#aaa;}
.news-list .part span {display:block;float:left;margin-right:40px;color:#999999;font-size:12px;line-height:1;}
.news-list .part span:before {display:none;content:"";float:left;margin-right:5px;font-size:14px;}
.news-list .part .time:before {content:"\e8b8";}
.news-list .part .source:before {content:"\e647";}
.news-list .part .read:before {content:"\e8c7";}
.news-list .txt {-webkit-line-clamp:3;color:#666666;font-size:14px;line-height:24px;}
.news-list .more {margin-top:30px;display:table;color:#666;font-size:13px;padding:8px 20px;border:1px #aaa solid;}
.news-list li:hover .title {color:#2f4380}
.news-list li:hover .more {color:#fff;border-color:#2f4380;background:#2f4380}



/*==新闻详情框↓==*/

.newsDet{}
.newsDet .bgi{margin-bottom:30px;background:#fff;}
.newsDet .bgi:last-child {margin-bottom:0px;}
.newsDet .bgi.p3 {padding:30px 30px 40px 30px;}
.newsDet .bgi.p4 {padding:40px 40px 40px 40px;}

/*--*/

.newsDet .door{display: flex;}

.newsDet .large{flex: 1;}

/*--*/
.newsDet .content .titleTop{text-align: center;padding: 0 0 30px 0;margin: 0 0 40px 0;border-bottom: 1px #e4e4e4 solid;}

.newsDet .content .titleTop.lef{text-align: left;}
.newsDet .content .title{color:#333333;font-size:28px;}
.newsDet .content .msg{margin-top: 15px;color:#a7a7a7;font-size:14px;}
.newsDet .content .msg *,.NewsDetail .msg span,.NewsDetail .msg a{color:#a3a3a3;font-size:14px;}
.newsDet .content .msg span{margin:0 5px;}
.newsDet .content .msg a:hover,.NewsDetail .msg .active{color:#2f4380}
.newsDet .content .msg .active{font-weight:bold;}
.newsDet .content .wor{min-height:300px;font-size:16px;}

/*--*/
.newsDet .secs{width:350px;margin-left:80px;}
.newsDet .secs .shell {width:100%;margin-bottom:30px;border:1px #ddd solid}
.newsDet .secs .shell:last-child {margin-bottom:0px;}
.newsDet .secs .shell .tit {position:relative;color:#333333;font-size:18px;border-bottom:1px #e6e8eb solid;padding-bottom:15px;margin-bottom:20px;}
.newsDet .secs .shell .tit.bor:before {content:"";position:absolute;left:0;bottom:-1px;width:20%;height:1px;background:#2f4380;}
.newsDet .secs .shell .tit .more{float:right;font-size:14px;color: #999;margin-top: 5px;transition: all .4s ease-in-out;}
.newsDet .secs .shell .tit .more:hover{color:#2f4380}
/*--*/
.newsDet .news {}
.newsDet .news li {clear:both;width:100%;margin-bottom:12px;}
.newsDet .news li:last-child{margin-bottom:0px;}
.newsDet .news .one {position:relative;}
.newsDet .news .one h4 {position:absolute;left:0;right:0;bottom:0;width:100%;padding:10px 20px;color:#fff;font-size:14px;background:rgba(0,0,0,0.6)}
.newsDet .news .one:hover h4 {background:#2f4380}
.newsDet .news .two{}
.newsDet .news .two a {position:relative;display:block;padding-left:15px;color:#333333;font-size:15px;}
.newsDet .news .two a:before {content:"";position:absolute;left:0;top:9px;width:6px;height:6px;border-radius:50%;background:#b2b2b2;}
.newsDet .news .title {width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.newsDet .news .two:hover a {color:#2f4380;}
.newsDet .news .two:hover a:before {background:#2f4380;}
/*--*/
.newsDet .pagIng{margin-top:60px;padding-top:50px;border-top:1px #eee solid;overflow: hidden;}
.newsDet .pagIng span{ display: inline-block;color:#888888;font-size:15px;}
.newsDet .pagIng a{width:47%;color:#666666;font-size:15px;padding: 15px 20px;max-width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;background: #f6f6f6;}
.newsDet .pagIng a:hover{color:#fff; background: #2f4380;}
.newsDet .pagIng .prev{float:left}
.newsDet .pagIng .next{float:right} 







/*==联系我们↓==*/
.contactIn{padding-bottom:0px !important}

.contactIn #dituContent{width:100%;height:700px;}
.contactIn #dituContent img{max-width:initial;}
/*--*/
.cta-mode{}
.cta-mode ul{display: flex;margin: 0 0 -20px -20px;flex-wrap: wrap;}
.cta-mode ul li{position: relative;width: calc(33.3% - 20px);margin: 0 0 20px 20px;padding: 30px;background: #f5f5f5;}
.cta-mode ul em{opacity:0.4; position: absolute;right: 0;bottom: 0;margin: 30px;color: #ddd;font-size: 100px;}
.cta-mode ul h4{display: block;color:#000;font-size: 20px;font-weight:bold;}
.cta-mode ul h4 font{display:block;font-size:14px;color:#666;font-weight:400;}
.cta-mode ul span{display:block;margin-top:60px;font-size: 20px;}
.cta-mode ul li:hover{background: #2f4380; transform: translateY(-5px);}
.cta-mode ul li:hover *{color:#fff}
/*--*/
.cta-message{background:url(../images/message-bg.jpg) no-repeat center; background-size:cover;}
.cta-message form{padding:0 0px;}
.cta-message .long{padding:80px;background: #fff;}
.cta-message .top{display: flex;margin-bottom:30px;align-items: center;justify-content: space-between;}
.cta-message .top h3{float:left;color:#191919;font-size:24px;}
.cta-message .top .tel{display: flex;color:#3a3a3a;font-size:26px;align-items: center;}
.cta-message .top .tel::before{content:"\e6a6"; display:block;margin-right:10px;margin-top:5px;color:#3a3a3a;font-size:28px;}

/*==留言模块↓==*/
.feedback-item form{display: flex;flex-wrap: wrap;margin: 0 0 -10px -10px;}

.feedback-item form .loaf{width: calc(50% - 10px);margin:0 0 10px 10px;}

.feedback-item form .loaf.w33{width:calc(33.3% - 10px);}
.feedback-item form .loaf.w50{width:calc(50% - 10px);}
.feedback-item form .loaf.w100{width:calc(100% - 10px);}
.feedback-item form .shell{display: flex;border: 1px #ddd solid;padding: 12px 20px;align-items: center;background: #fff;}
.feedback-item form .shell.vt{align-items: flex-start;}

.feedback-item form .shell i{color:red;margin-left:5px;}
.feedback-item form h5 {/* width: 60px; */flex-shrink: 0;display: flex;margin-right: 10px;color: #6a6a6a;font-size: 15px;align-items: center;}
.feedback-item form h5 em{display: flex;margin-right:10px;font-size: 18px;color: #999;width: 20px;align-items: center;justify-content: center;}
.feedback-item form .fill{ flex: 1;/* width: 100%; */line-height: 30px;color:#666;font-size: 15px;border: none;background: none;}
.feedback-item form textarea{height:180px}
.feedback-item form .button{position: relative; display: table;margin-right: 20px;color: #fff;font-size: 16px;padding: 16px 80px;border:none;cursor: pointer;border-radius: 5px;background: #2f4380;}
.feedback-item form .button.cor{color:#333;background:#dadde3}
.feedback-item form .button:after{opacity:0; content:"";position:absolute;left:0;top:0;right:0;bottom:0; background:#fff}
.feedback-item form .button:hover{color:#fff;background:#2f4380}
.feedback-item form .button:hover:after{opacity:0.2}
.feedback-item form .code{flex-shrink: 0;display: flex;margin-right: 20px;border: 1px #ddd solid;background: #fff;align-items: center;}
.feedback-item form .code input{flex: 1;width: 150px;padding: 18px 20px;font-size: 15px;border: none;}
.feedback-item form .code img{height: 35px;margin: 0px 15px;flex-shrink: 1;cursor: pointer;}
.feedback-item form .yzm{display: flex;margin-top:20px;align-items: center;}
.feedback-item form .explain{flex-shrink:0;width: 100%;margin-top: 0px;color:#333333;font-size:16px;}
.feedback-item form .explain i{color:red}
.feedback-item form .explain font{color:#2f4380;font-weight:bold;}
.feedback-item form .but{display: flex;margin-top:20px; align-items: center;justify-content: space-between;}

.feedback-item form .but .button{width:49%;margin:0px;}





/*==数字滚动↓==*/
.digital-air{display: flex;margin: 60px 0 0px -20px;justify-content: space-between;flex-wrap: wrap;}
.digital-air li{position:relative;margin-left: 20px;color:#666;line-height: 1;text-align: center;}
.digital-air span{color:#2f4380;font-size:44px;font-weight:bold;}
.digital-air font{font-size:16px;margin-left:5px}
.digital-air h4{margin-top: 10px;font-size:16px}
.digital-air.white *{color:#fff}





/*==服务支持↓==*/
.serviceIn{padding:0 !important}


/*==服务支持-下载↓==*/
.ser-download{background:url(../images/bgk04.jpg) no-repeat center; background-size:cover}


/*==服务支持-留言↓==*/
.ser-message{background: #eff1f5;}





/*==常见问题列表↓==*/
.problem-list {margin:0px 0 -30px -30px;display:flex;flex-flow:row wrap;align-content:flex-start;}
.problem-list li {float:left;width:calc( 50% - 30px);margin:0 0 30px 30px;padding:30px;border:1px #fff solid;background: #f5f7fa;}
.problem-list a {display:block;}
.problem-list h4 {-webkit-line-clamp:1;position:relative;color:#333;font-size:18px;padding-bottom:2px;}
.problem-list p{position:relative;-webkit-line-clamp:2;color:#666;font-size:15px;margin-top:15px;line-height:24px;}
.problem-list .it{position:relative;display: flex;}
.problem-list em {display:flex;flex-shrink: 0;margin-right:10px;width:25px;height:25px;color: #fff;font-size: 16px;text-align:center;align-items: center;justify-content: center;background: #2f4380;}
.problem-list p em {background: #ee781f;}
.problem-list li:hover {border-color:#2f4380; transform:translateY(-5px);}
.problem-list li:hover h4 {color:#2f4380}
.problem-list li.w100 {width:100%;}





/*==下载列表↓==*/
.download-list {}
.download-list .top{background:#2f4380}
.download-list li {display:flex;color: #5b555a;font-size:15px;margin-bottom:2px;background: #fff;}
.download-list li:nth-child(2n){ background:#f8f8f8}
.download-list .state {padding: 12px 40px;display: flex;border-right: 1px #eee solid;}
.download-list .state:last-child {border-right:none}
.download-list .title {flex:1;color:#333;}
.download-list .block {width:200px;flex-shrink:0;color:#666;text-align: center;justify-content: center;}
.download-list .file:before {content:"\e694";float:left;margin:3px 5px 0 0;font-size:20px;color:#2f4380}
.download-list .file:hover {color:#2f4380}
.download-list .file:hover:before {color:#2f4380}
.download-list .top * {color: #fff;font-size: 20px;}

.download-list a:hover{color:#2f4380}





/*==通用列表↓==*/

.list-item.edge{display: flex;margin:0 0 -30px -20px;flex-flow: row wrap;align-content: flex-start;}
.list-item.edge li{display: inline-block;width: calc(25% - 20px);margin:0 0 30px 20px}

.list-item li{}

.list-item a{display: block;}
.list-item .pic{position:relative;padding-top:100%;border:1px #ddd solid;transition:all .7s ease-in-out;overflow:hidden;}
.list-item .pic img{position:absolute; left:0;right:0;top:0;bottom:0; display:block;width:100%;height:100%;}
.list-item .title{-webkit-line-clamp: 1;margin-top:20px;font-size: 18px;color:#3a3b3c;text-align:center;display: -webkit-box;word-break: break-all;text-overflow: ellipsis;-webkit-box-orient: vertical;overflow: hidden;}
.list-item .txt{-webkit-line-clamp: 2;margin-top: 10px;font-size:16px;color: #6a6b6c;text-align: center;display: -webkit-box;word-break: break-all;text-overflow: ellipsis;-webkit-box-orient: vertical;overflow: hidden;}

.list-item li:hover .pic{border-color:#2f4380}
.list-item li:hover .pic img{transform:scale(1.08);}
.list-item li:hover h4{color:#2f4380;}

/*--*/

.list-item.lx3.edge li{width: calc(33.3% - 20px);}

.list-item.lx5.edge li{width: calc(20% - 20px);}







/*==底部===*/
.footer {position:relative;z-index:5; background:#262626;}
.footer .up {padding:70px 0 0px 0;}
.footer .tit {position:relative;color:#fff;font-size:16px;margin-bottom:15px;}
.footer .tit:before {display: none; content:"";position:absolute;top:0;left:-12px;bottom:0;margin:auto;width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:4px solid #fff;}
.footer .nav {position:relative;float:left;width:45%;display:flex;justify-content: space-between;}
.footer .nav li {padding-right:20px;float:left;}
.footer .nav li a {display:block;color:#aaa;font-size:14px;margin-bottom: 8px;}
.footer .nav li a:hover {color:#fff}
.footer .nav .box.col{ column-count: 2;}
.footer .nav .box.col.c3{ column-count:3;}
.footer .ewm {float:right;margin-left:5%;color:#aaa;font-size:14px;text-align:center;}
.footer .ewm span{float: left;margin-left:30px;}
.footer .ewm img {display:block;width:130px;margin-bottom:10px;}
.footer .right {float:left;margin-left:10%;color:#aaa;font-size:14px;}
.footer .right .tel{display:block;color:#fff;font-size:28px;font-weight:bold;margin-bottom:15px;}
.footer .right .wx{display:block;color: #aaa;font-size: 14px;line-height: 30px;}
.footer .down {position:relative;margin-top:60px;padding:20px 0;color:#aaa;font-size:13px;border-top:1px solid rgba(255,255,255,0.1)}
.footer .down a{color:#aaa;font-size:14px;}
.footer .down a:hover {color:#eee;}
.footer .link{margin-top:40px}
.footer .link h3{color:#f5f7f8;font-size:14px;float: left;margin-right: 10px;}
.footer .link a{color:#a3a3a3;font-size:12px;display: inline-block;margin-right: 10px;}
.footer .link a:hover{color:#fff}


/*==解决方案2↓==*/
.solveIn .titleTop{color:#1f1e23;font-size:44px;font-weight: bold;margin-bottom:60px;text-align: center;}
.solveIn .titleTop span{margin-top:10px;display: block;font-size:20px;font-weight:400;color:#6d6d6d}


/*==解决方案2-工业电源↓==*/
.gydyIn{}
.gydyIn .top{overflow: hidden; background: #f6f6f6;}
.gydyIn .top .srll-single{border:3px solid #ddd;background: #fff;}
.gydyIn .top .srll-single .pic{text-align: center;}
.gydyIn .top .srll-single .btn{ left:10px;}
.gydyIn .top .srll-single .btn.sNext{left:auto;right:10px;}
.gydyIn .top .srll-single .spot{display:none;position: absolute; bottom:20px;left:0;right:0;z-index:2;margin:auto;}
.gydyIn .content{margin-top:80px}
.gydyIn .content .frame{margin-bottom:60px;}
.gydyIn .content .frame:last-child{margin-bottom:0px}
.gydyIn .content .theme{margin-bottom:40px;color:#081827;font-size:36px;border-bottom:2px #cdd4df solid}
.gydyIn .content .theme font{position: relative;display: table;padding-bottom: 15px;}
.gydyIn .content .theme font::after{content: "";position: absolute;left:0;bottom: -2px;width:100%;height:2px;background: #2f4380;}
.gydyIn .content .wx{color:#081827;font-size:16px;line-height: 30px;}


/*==代理列表-2↓==*/
.product-list-2.edge{display: flex;margin:0 0 -40px -40px;flex-wrap: wrap;}
.product-list-2.edge li{width: calc(20% - 40px);margin:0 0 40px 40px}
.product-list-2 li{cursor: pointer;background:#fff}
.product-list-2 a{position: relative;display:block;width: 100%;height:100%;border: 2px #eee solid;padding: 10px;border-radius: 10px;overflow: hidden;}
.product-list-2 a:after{opacity:0; content:""; position:absolute;left:0;top:0;right:0;bottom:0;transform: translateY(-10px);background:#2f4380;}
.product-list-2 .pic{position:relative;width:100%;padding-top:44%;}
.product-list-2 .pic img{position: absolute;left:0;top:0; display:block;width:100%;height:100%;}
.product-list-2 h4{opacity:0;position: absolute;left:0;top:0;right:0;bottom:0;z-index: 1;margin: auto;height: fit-content;text-align: center;padding:10px;color:#fff;font-size: 18px;transform: translateY(10px);}
.product-list-2 li:hover h4{opacity:1;transform: translateY(0px);}
.product-list-2 li:hover a:after{opacity:0.8;transform: translateY(0px);}



/*==解决方案2-汽车电子↓==*/
.qcdzIn{min-height:1100px;}
.qcdzIn .long{position: relative;/* width: 1400px; */height: 820px;margin: 0px auto 0;text-align: center;}
.qcdzIn .long .pic{/* opacity: 0; */display: flex;/* max-width: initial; *//* height: 100%; */margin: auto;padding-top: 77px;justify-content: center;align-items: center;}
.qcdzIn .long ul{position: absolute;left:0;right:0;top:0;bottom:0;}
.qcdzIn .long ul li{position: absolute;display: flex;flex-direction: column;}
.qcdzIn .long ul i{position: absolute;left: 0;right: 0;bottom: 0;margin: auto;width: 15px;height: 15px;border: 2px #2f4380 solid;border-radius: 50%;background: #fff;}
.qcdzIn .long ul i:before{content:"";position: absolute;left: 0;top: 0;right: 0;bottom: 0;display: block;margin: -10px;border-radius: 50%;border: solid 10px #2f4380;animation:  scaleCircles 3s 0s ease both infinite;}
.qcdzIn .long ul li::after{content: "";/* position: absolute; */display: block;margin: auto;width: 4px;border-color: #2f4380;border-left-style: solid;background-size:contain;background-repeat:no-repeat;}
.qcdzIn .long ul .tit{display: block; color:#1f1e23;font-size:20px;padding: 10px 40px;border:2px #2f4380 solid;border-radius: 5px;}
.qcdzIn .long ul li:hover .tit{color:#fff;background: #2f4380;}
.qcdzIn .long ul li:hover i{border-color:#fff; background: #2f4380;}
.qcdzIn .long ul li:hover i::before{opacity: 0 !important;}
.qcdzIn .long ul li:nth-child(n+6){display: none;}
.qcdzIn .long ul .x1{left: 10%;top: 12%;}
.qcdzIn .long ul .x2{left: 22%;top: 0;}
.qcdzIn .long ul .x3{left: 46%;top:0;}
.qcdzIn .long ul .x4{left: 64%;top: 7%;}
.qcdzIn .long ul .x5{left: 53%;top: 31%;flex-direction: column-reverse;}
.qcdzIn .long ul .x1 i{/* left: 0; *//* bottom: 0; */}
.qcdzIn .long ul .x2 i{}
.qcdzIn .long ul .x3 i{}
.qcdzIn .long ul .x4 i{}
.qcdzIn .long ul .x5 i{left: 20px;top: -5px;right: auto;bottom: auto;}
.qcdzIn .long ul .x1:after{height: 140px;}
.qcdzIn .long ul .x2:after{height: 230px;}
.qcdzIn .long ul .x3:after{height: 200px;}
.qcdzIn .long ul .x4:after{height: 100px;}
.qcdzIn .long ul .x5:after{width: 120px;height: 300px;margin-left: 30px;border-top-style: solid;border-right-style: solid;border-left-style: none;}
@keyframes scaleCircles {
  0% {opacity:1;transform: scale(0);}
  50% {transform:scale(1);}
  100% {opacity:0}
}
