@charset "utf-8";
/*~~~~框架布局  v3.2.1~~~*/
html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;overflow:-moz-scrollbars-vertical;}
.point-ban{position:relative;bottom:80px;}

/*==版心定义↓==*/
.container{width:1600px;}
a:hover{color:#0041c9}


/*==字符串↓==*/
*: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';  /* Project id 1963410 */
  src: url('//at.alicdn.com/t/c/font_1963410_ikqui3vy9jg.woff2?t=1700500270194') format('woff2'),
       url('//at.alicdn.com/t/c/font_1963410_ikqui3vy9jg.woff?t=1700500270194') format('woff'),
       url('//at.alicdn.com/t/c/font_1963410_ikqui3vy9jg.ttf?t=1700500270194') format('truetype');
}

/*==顶部↓==*/
.fixed-top.header{ position: fixed !important;top:0;width:100%; height:80px;box-shadow: 0 0 10px #ddd;  }
.fixed-top.header:before{opacity:1; height:100%;}
.fixed-top.header .sub{top:80px} 
/*--*/
.header.idx{position:fixed;}
/*--*/
.header{position: relative;top: 0;left: 0;right: 0;z-index:5;height:100px;border-bottom: 1px solid #ddd;}
.header:before{opacity:0; content:"";position:absolute;bottom:0;z-index:-1;width:100%;height:80%;background: #fff;transition: all .4s ease-in-out;}
.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:#0041c9;font-weight:bold;letter-spacing:6px;}
.header .tel{position: relative;float: right;display: flex;font-size: 24px;color: #0041c9;height: 100%;align-items: center;margin-left: 50px;}
.header .tel:before{content: "\e671";display: flex;margin-right: 10px;font-size: 20px;color: #0041c9;width: 32px;height: 32px;border: 2px #0041c9 solid;border-radius: 50%;align-items: center;justify-content: center;}

.header .bar{float:right;display: flex;margin-left: 30px;height: 100%;color:#333;font-size:16px;align-items: center;}
.header .bar i{color:#000123;font-size: 26px;margin-right:6px;}
.header .bar:hover{color:#0041c9}
.header .bar:hover i{color:#0041c9}
.header .lang{float: right;position: relative;display: flex;margin-left: 60px;height:100%;align-items: center;}
.header .lang:after{content:"\eb98";margin-left:10px;color: #6a6a6a;font-size: 14px;}
.header .lang .tit{display: flex;color:#6a6a6a;font-size:18px;align-items: center;}
.header .lang .tit:before{content:"\e6b0";margin-right:10px;color:#333;font-size: 22px;}
.header .lang .drop{display:none;position: absolute;right: 0;top: 80%;z-index: 2;width: max-content;padding: 10px 20px;border: 1px #eee solid;border-radius: 5px;box-shadow: 10px 0px 20px #ccc;background: #fff;}
.header .lang .drop:before{content:"";position:absolute;top: -20px;right: 25px;display: table;margin: auto;border: 10px solid white;border-color: transparent transparent #fff transparent;}
.header .lang .drop a{display: inline-block;color:#3a3a3a;font-size: 14px;padding: 0 10px;border-right: 1px #aaa  solid;text-align:center}
.header .lang .drop a:last-child{border-right:0px;}
.header .lang .drop a:hover{color:#0041c9;}
.header .lang:hover .drop{display:block;}
.header .lang:hover:after{color:#0041c9;transform: rotateX(180deg);}
.header .lang:hover b{color:#0041c9}
.header .nav{display:flex;float: right;height: 100%;}
.header .nav > li{ float: left; height: 100%;margin-left: 50px;}
.header .nav > li > a{position: relative;display: flex;color: #333;font-size: 16px;height: 100%;text-align: center;/* padding-bottom: 39px; */align-items: center;flex-direction: row-reverse;}
.header .nav > li > a:after{content:"";position: absolute;left:0;bottom:0;width:100%;height:2px;background:#0041c9;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.header .nav > li.arr > a::before{content:"\eb9c";margin-left:8px;font-size: 14px;}
.header .nav > li:hover > a,.header .nav > li.active > a{color:#0041c9; }
.header .nav > li:hover > a:after,.header .nav > li.active > a:after{transform: scale(1);transform-origin:left;}
.header .nav .sub{display:none;width: 100%;left:0%;right:0;top: 100%;position:absolute;border:1px #ddd solid;padding: 60px 0;z-index: 999;/* box-shadow: 0 0 10px #ddd; */background: #f9f9f9;}
/*.header .nav li:last-child .sub{display: none !important;}*/


/*--*/
.sub-1{width:100% !important;padding:30px 0 !important;}
.sub-1 .long{display:flex;align-items: center;justify-content: center;}
.sub-1 a{display: flex;color: #3a3a3a;font-size: 16px;padding: 10px 40px;margin: 0 10px;border: 1px #ddd solid;align-items: center;justify-content: center;border-radius: 30px;background: #fff;}
.sub-1 a::before{content:"";display: none;width:6px;height:2px;margin-right: 10px;background: #9a9a9a;}
.sub-1 a:hover{color:#fff;border-color:#0041c9;background: #0041c9;}
/*--*/
.sub-2{}
.sub-2 .long{display: flex;}
.sub-2 .left{position:relative;width: 300px;padding-right: 20px;}
.sub-2 .left li{}
.sub-2 .left a{display: flex;color: #666666;font-size: 16px;padding: 22px 40px;border-bottom: 1px #eee solid;background: #fff;justify-content: space-between;flex-direction: row-reverse;align-items: center;}
.sub-2 .left .br a:before{content:"\ebd2";color:#0041c9;font-size:16px;font-weight:bold;transform: rotate(-45deg);}
.sub-2 .left .br:hover a,.sub-2 .left .br.active a{color:#fff;background:#0041c9}
.sub-2 .left .br:hover a:before,.sub-2 .left .br.active a:before{color:#fff;transform: rotate(0deg);}
.sub-2 .left .more a{display: flex;color:#0041c9;font-size:15px;justify-content: flex-end;}
.sub-2 .left .more a:before{content:"\e84f";color: #0041c9;margin-left:5px;font-size: 22px;}
.sub-2 .left .more a:hover{color:#ff6600}
.sub-2 .left .more a:hover:before{color:#ff6600}
.sub-2 .right{flex:1;margin-left: 50px;/* padding:40px 50px; */}
.sub-2 .right .frame{display:none;}
.sub-2 .right .frame.on{display: block;}
.sub-2 .list{display: flex;flex-wrap: wrap;}
.sub-2 .list li{width: calc(33.3% - 20px);padding: 30px;border-right: 1px #ddd solid;border-bottom: 1px #ddd solid;}
.sub-2 .list a{display: block;background: #f7f7f7;}
.sub-2 .list .pic{padding-top: 0%;height: 260px;background: #fff;}
.sub-2 .list .pic img{position:initial;object-fit: cover;}
.sub-2 .list h4{position: relative;width: 100%;color: #666;font-size: 16px;padding-right: 20px;margin-top: 15px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.sub-2 .list h4:after{content:"\ebd2";position: absolute;top: 0;right: 0;bottom: 0;color: #999;font-size:16px;transform: rotate(-45deg);}
.sub-2 .list li:hover a{}
.sub-2 .list li:hover h4{color:#0041c9}
.sub-2 .list li:hover h4:after{color:#242523;transform: rotate(0deg);}
.sub-2 .list.lx3 li{padding-top:0px;}
.sub-2 .list.lx3 li:nth-child(3n - 2){padding-left:0px;}
.sub-2 .list.lx3 li:nth-child(3n){padding-right:0px;border-right:0px;}
.sub-2 .list.lx3 li:nth-child(n+4){padding-top:30px;padding-bottom:0px;border-bottom:0px;}
.sub-2 .list.lx4 li{width:calc(25% - 20px); padding-top:0px;}
.sub-2 .list.lx4 li:nth-child(4n - 3){padding-left:0px; }
.sub-2 .list.lx4 li:nth-child(4n){padding-right:0px;border-right:0px;}
.sub-2 .list.lx4 li:nth-child(n+5){padding-top:30px;padding-bottom:0px;border-bottom:0px;}

/*==弹出背景↓==*/
.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;}
.trol-top .search-top{padding-top:100px;}
.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: #0041c9;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.menu-each li:hover a,.menu-each li.active a{ color:#fff;border-color:#0041c9 }
.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: #0041c9;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.menu-orso .secon li:hover a,.menu-orso li.active a{ color:#0041c9; }
.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;/* overflow: hidden; */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: #0041c9;}
.siteGle .more{float:right;color:#fff;font-size:14px;padding: 5px 10px;margin-top: -5px;background: #666;}
.siteGle .more:hover{color:#fff; background: #0041c9;}
/*--*/
.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:#0041c9}


/*==标题↓==*/
.titleAx{position: relative;z-index: 1;margin-bottom:44px;color:#000123;font-size:44px;font-weight: bold;}
.titleAx b{color:#0041c9;font-weight: bold;}  
.titleAx span{opacity: 0.1;position: relative;z-index: -1;margin-bottom: -45px;display: block;color:#000;font-size:50px;font-weight:bold;letter-spacing: 3px;text-transform: Uppercase;}
.titleAx font{color:#0041c9}
.titleAx hr{display: block;margin:0px;margin-top: 12px;width: 40px;height: 3px;border:none;background: #0041c9;}
.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.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: #0041c9;}
.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;}


/*==切换按钮↓==*/
.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: #0041c9;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;}


/*===产品列表↓==*/
.product-list.edge{margin:0 0 -30px -30px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.product-list.edge li{position:relative; display: inline-block;width:calc(25% - 30px);margin:0 0 30px 30px;}
.product-list li{position: relative;padding-bottom:30px;border-bottom:2px #ddd solid; }
.product-list li::after{content: "";display: block;position:relative;left:0;right:0;bottom: -32px;z-index:1;width:100%;height:2px;background:#0041c9;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.product-list a{display: block;}
.product-list .pic{padding-top:100%;background:#f6f8fa;}
.product-list h4{display:flex;margin-top:20px;color:#000123;font-size: 20px;justify-content: space-between;align-items: center;}
.product-list h4::after{content: "\e62a";color: #aaa;font-size: 20px;}
.product-list p{margin-top:10px;color: #666;font-size: 15px;}
.product-list .more{display: flex;width: fit-content;margin-top:40px;color:#777777;font-size:14px;align-items: center;}
.product-list .more:after{content:"\e65b";color: #777;margin-left: 2px;font-size: 18px;}
.product-list li:hover a{transform: translateY(-5px);}
.product-list li:hover::after{transform: scale(1);transform-origin:left;}
.product-list li:hover h4{color:#0041c9}
.product-list li:hover h4:after{color:#0041c9;transform: translateX(-5px);}
.product-list li:hover .more{color:#0041c9;transform: translateX(5px);}
.product-list li:hover .more:after{color:#0041c9}


/*===产品列表-2↓==*/
.product-list-2.edge{margin:0 0 -20px -20px;display: flex;flex-flow: row wrap;align-content: flex-start;overflow: hidden;}
.product-list-2.edge li{display: inline-block;width:calc(25% - 20px);margin:0 0 20px 20px; }
.product-list-2 a{display: block; background: #fff;}
.product-list-2 .pic{padding-top:100%;border:1px #eee solid;}
.product-list-2 h4{color:#000123;font-size:16px;padding: 20px 0;text-align: center;}
.product-list-2 li:hover a{transform: translateY(-5px);}
.product-list-2 li:hover h4{color:#0041c9}


/*==首页产品↓==*/
.productHome{background:url(../images/product-bg.jpg) no-repeat center;background-size: cover;}
.productHome .tone{display: flex;margin-bottom: 40px;justify-content: center;}
.productHome .tone li{margin: 0 40px;}
.productHome .tone a{display: flex;color:#414141;font-size:20px;flex-direction: column;align-items: center;}
.productHome .tone em{display: block;margin-bottom:10px;overflow:hidden}
.productHome .tone em img{height: 40px;filter: drop-shadow(0px 40px #0041c9);}
.productHome .tone li.active a{color:#0041c9}
.productHome .tone li.active em img{transform:translateY(-100%);}
.productHome .down{}



/*==公司优势tab↓==*/
.reason-tab{position: relative;display: flex; height: 817px;flex-direction: column;}
.reason-tab .titTop{margin: -20px 0 40px 0;display: table;color:#fff;font-size:20px;padding-bottom:5px;border-bottom: 1px solid rgba(255,255,255,0.5);}
.reason-tab .roll{position: absolute;left:0;right: 0;bottom:100px;z-index: 2;display: flex;box-shadow:0 0 10px #ddd; background: #fff;}
.reason-tab .roll li{flex: 1;position: relative;padding:30px 20px;text-align:center;cursor: pointer;}
.reason-tab .roll li:after{content: "";position: absolute;right:0;bottom:0;top:0;width:1px;height: 60%;margin: auto;background: #ddd;}
.reason-tab .roll li:last-child:after{display:none}
.reason-tab .roll em{display: inline-block;height: 52px;overflow:hidden;}
.reason-tab .roll em img{display: block;transform: translateY(0px);filter: drop-shadow(0px 52px #fff);}
.reason-tab .roll h4{margin-top:15px;color:#161823;font-size:22px;}
.reason-tab .roll li.active{background:#2d2f39 url(../images/reasonCir.png) no-repeat center;}
.reason-tab .roll li.active:after{opacity: 0;}
.reason-tab .roll li.active h4{color:#fff}
.reason-tab .roll li.active em img{transform: translateY(-100%);}
.reason-tab .stance{display: flex; height: 100%;}
.reason-tab .stance .pic{flex: 1;position:relative; width:100%;}
.reason-tab .stance .pic .frame{position: relative;height: 100%;}
.reason-tab .stance .pic img{position: absolute;left:0;top:0;bottom:0;height: 100%;max-width: initial;}
.reason-tab .stance .info{flex: 1;max-width: 50%;position: relative;z-index: 1;padding: 60px 40px 60px 0;}
.reason-tab .stance .info:before{content: "";opacity: 0.6;position: absolute;right:0;top:0;bottom:0;left: -50%;z-index: -1;background: #0041c9;}
/*.reason-tab .stance .info:after{content: "";position: absolute;right:0;top:0;bottom:0;background:url(../images/reasonBg01.png) no-repeat center;}*/
.reason-tab .stance .shelf{width:100%;}
.reason-tab .stance .title{color:#fff;font-size:48px;margin-bottom:50px;font-weight: bold;line-height: 1.2;}
.reason-tab .stance .title span{font-size:20px;font-weight: 400;margin-top:20px;padding-bottom: 10px;display: table;border-bottom: 1px solid rgba(255,255,255,0.5);}
.reason-tab .stance .box h4{color:#fff;font-size:28px;}
.reason-tab .stance .box .wx{margin-top:20px;color:#fff;font-size:16px;line-height: 30px;}
.reason-tab .stance .box .wx p{position:relative;display: flex;}
.reason-tab .stance .box .wx p:before{content:"\e638";margin: 8px 10px 0 0;font-size: 20px;}
.reason-tab .stance .tel{display: flex;margin-top:30px;color:#fff;font-size:24px;align-items: center;}
.reason-tab .stance .tel:before{content: "\e617";margin-right:10px;}
.reason-tab .stance .bg{position:absolute;top: 0;bottom:0;right:0;z-index: -2;}
.reason-tab .stance .bg img{max-width: initial;height: 100%;}


/*==行业应用tab↓==*/
.solve-tab .tone{display: flex;text-align: center;align-items: stretch;margin-bottom: 40px;justify-content: center;}
.solve-tab .tone li{display:inline-block;cursor: pointer;border-radius: 5px;margin: 0 40px;overflow: hidden;}
.solve-tab .tone a{position: relative;z-index: 1;display: flex;height:100%;color:#252525;font-size:18px;overflow:hidden;align-items: center;}
.solve-tab .tone em{flex-shrink: 0; margin-right:10px;height: 40px;overflow: hidden;}
.solve-tab .tone em img{height: 40px;max-width: initial;filter: drop-shadow(0px 40px #0041c9);}
.solve-tab .tone .active a{color:#0041c9; }
.solve-tab .tone .active em img{transform:translateY(-100%);}
.solve-tab .frame{position: relative;}
.solve-tab .frame a{position: relative;display: flex;height: 600px;justify-content: flex-end;}
.solve-tab .frame .box{position:relative;z-index:1;padding: 50px 50px;margin: 60px;width:500px;color:#fff;border-radius:5px;transition: all .4s ease-in-out;background: rgba(0,65,201,0.8);background-size:cover;}
.solve-tab .frame h4{ font-size:30px;} 
.solve-tab .frame p{ -webkit-line-clamp: 3;font-size:16px;margin-top:20px;line-height:26px} 
.solve-tab .frame .pic{position: absolute;left: 0;right:0;top:0;height:100%;transition: all .4s ease-in-out;}
.solve-tab .frame .pic img{position: absolute;left: 0;top: 0;bottom: 0;/* max-width: initial; */width: 100%;height: 100%;object-fit: cover;}
.solve-tab .frame .more{position: relative;z-index: 2;margin-top:30px;display:table;color:#fff;font-size: 14px;padding: 8px 40px;border: 1px #fff solid;}
.solve-tab .frame:hover .box{transform: translateY(-10px);}
.solve-tab .frame:hover .pic img{/*transform:scale(1.01);*/}
.solve-tab .frame:hover .more{color:#0041c9;border-color:#fff; background: #fff;}


/*==首页关于↓==*/
.aboutHome{background: #f4f4f4;}
.aboutHome .up{position: relative;z-index: 1;/* width: 100%; */display: flex;overflow-y: clip;align-items: stretch;}
.aboutHome .up:after{content:"";position:absolute;top: 0;left: -50%;right: -50%;z-index:-1;height: 60%;background:#0041c9}
.aboutHome .up .pic{position: relative;flex: 1;width:50%;height: auto;}
.aboutHome .up .pic img{position: absolute;right:0;top:0;bottom: 0;max-width: initial;height: 100%;display: block;}
.aboutHome .up .info{flex: 1;}
.aboutHome .up .titleTop{display: flex;position: relative;z-index: 2;width: -webkit-fill-available;color:#fff;font-size: 48px;margin: 80px 0 40px 0;text-align: right;line-height: 1;/* float: right; */flex-direction: column;align-items: flex-end;}
.aboutHome .up .titleTop:after{content:"";position: absolute;right: 0;bottom: 5px;display: block;width: 609px;height: 77px;background: url(../images/about-bg-tit.png) no-repeat center;}
.aboutHome .up .box{padding: 40px;background: #fff;}
.aboutHome .up .box .title{color: #0041c9;font-size: 25px;}
.aboutHome .up .box .wx{color:#666666;font-size:16px;margin-top:15px;line-height: 30px;}
.aboutHome .up .box .more{display: table;margin-top: 30px;color:#fff;font-size:14px;padding: 8px 30px;border-radius: 5px;background: #0041c9;}
.aboutHome .up .box .more:hover{background:#333}


/*==图形模型↓==*/
.chart-item .tone{margin-bottom:40px;text-align: center;overflow:hidden;}
.chart-item .tone li{position:relative; display:inline-block;cursor: pointer;}
.chart-item .tone li:before{content:"";display:none; position:absolute;top:0;bottom:0;margin:auto;width:1000px;height: 1px;background:#d8d8d8}
.chart-item .tone a{position: relative;z-index: 1;display: flex;color:#000123;font-size:20px;padding:8px 30px;margin:0 10px; overflow:hidden;justify-content: center;align-items: center; background: #fff;}
.chart-item .tone a:after {content:"";position:absolute;left:0;bottom:0;z-index:-1;width:100%;height:100%;background: #0041c9;transition:transform .5s;transform:scale(0,1);transform-origin:right;}
.chart-item .tone .active a,.chart-item li:hover a{color:#fff; }
.chart-item .tone .active a:after,.aboutHome li:hover a:after{transform:scale(1);transform-origin:left;}
.chart-item .tone li:first-child:before{left: -1020px;display: block;}
.chart-item .tone li:last-child:before{right: -1020px;display: block;}


/*==图形图片切换↓==*/
.srll-chart{position: relative; }
.srll-chart .swiper-container{}
.srll-chart .list{}
.srll-chart .list li{}
.srll-chart .list a{display: block;}
.srll-chart .list .pic{padding-top: 70%;text-align: center;overflow: hidden;background: #fff;}
.srll-chart .list h4{ color:#000123;font-size:16px;margin-top:20px; text-align: center;}
.srll-chart .list li:hover h4{color:#0041c9}
.srll-chart .list li:hover a{}
.srll-chart .list li:hover .pic img{transform:scale(1.05);}
.srll-chart .spot{display: none;}



/*==首页新闻列表↓==*/
.newsHome{}
/*--*/
.news-grid_1{margin-left:-60px}
.news-grid_1 li{float: left;margin-left:60px;width: calc(50% - 60px);}
.news-grid_1 h4{color:#000000;font-size:20px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news-grid_1 p{margin-top: 12px;color:#666666;font-size:16px;line-height: 26px;}
.news-grid_1 .more{ display: block;margin-top:15px;font-size:14px;color:#999}
.news-grid_1 .one{border-bottom:3px #0041c9 solid}
.news-grid_1 .one a{position: relative;}
.news-grid_1 .one a:after{opacity: 0; content: ""; position: absolute;left:0;bottom:-2;width:50%;height: 3px;background: #ff8400;}
.news-grid_1 .one .pic{height:388px}
.news-grid_1 .one .pic img{width:100%;height: 100%;object-fit: cover;} 
.news-grid_1 .one .box{padding:30px;background: #f6f8fa;}
.news-grid_1 .one h4{color:#0041c9}
.news-grid_1 .box{padding:30px 0;}
.news-grid_1 .two{border-bottom: 1px #eee solid;} 
.news-grid_1 .two a {display:block;position:relative;padding: 25px 30px 25px 160px;border-radius: 10px;}
.news-grid_1 .two .time {position:absolute;left: 50px;top:0;bottom:0;height: max-content;margin: auto;line-height: 1;color:#0041c9;font-size:60px;text-align:center;/* padding:10px 30px; *//* background:#0041c9; */}
.news-grid_1 .two .time font { font-size:18px;display:block;border-top: 1px #eee solid;margin-top: 15px;padding-top: 10px;}
.news-grid_1 li:hover h4 {color:#0041c9}
.news-grid_1 li:hover .more{color:#0041c9}
.news-grid_1 .one:hover a:after{opacity: 1;width: 100%;;}
.news-grid_1 .two:hover a{box-shadow: -2px 1px 15px #dfdfdf;background: #fff;} 
/*--*/
.news-grid_2{margin-top: 40px;display: flex;flex-wrap: wrap;justify-content: space-between;}
.news-grid_2 li{margin-bottom:20px;width: 30%;}
.news-grid_2 a{position: relative;display: flex;color:#5b5b5b;font-size: 16px;justify-content: space-between;}
.news-grid_2 h4{flex: 1;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news-grid_2 .time{display:block;font-size:13px;color:#999;margin-left: 10px;}
.news-grid_2 li:hover h4{color:#0041c9}
.news-grid_2 li:hover a{color:#0041c9;transform:translateX(5px)}


/*==行业应用列表↓==*/
.solve-list li {position:relative;margin-bottom:60px;padding: px;clear:both;overflow:hidden;z-index:2;}
.solve-list li a {position:relative;z-index:2;height: 600px;display:flex;clear:both;overflow:hidden;justify-content: space-between;align-items: stretch;}
.solve-list li:last-child {margin-bottom:0px;padding-bottom:0px;border-bottom:0px;}
.solve-list .pic {/* flex-shrink:0; */width: 70%;height: 100%;}
.solve-list .pic img {width:100%;height:100%;object-fit:cover;}
.solve-list .info {position:relative;z-index:1;/* flex:1; */padding:50px 60px;margin: 80px -15% 80px 20px;width: 40%;/* height: 100%; */box-shadow: 0 0 10px #ddd;background: #fff;}
.solve-list h4 {color:#666;font-size: 32px;margin-bottom: 30px;}
.solve-list span {display:block;color:#999;font-size:14px;}
.solve-list hr {display:block;margin: 15px 0 0 0;width:40px;height:2px;border:none;background:#0041c9;}
.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:#0041c9;*/}
.solve-list .more:hover {color:#fff;background:#333;}
.solve-list li:hover a {border-color:#0041c9}
.solve-list li:hover h4{color:#0041c9;}
.solve-list li:hover h4 hr{width:50px;}
.solve-list li:hover .more {color:#fff;border-color:#0041c9;background:#0041c9}
.solve-list li:nth-child(2n) a {flex-direction:row-reverse;}
.solve-list li:nth-child(2n) .info{margin: 80px 20px 80px -15%;}
/*==详情页框架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:#0041c9;font-size:30px;text-align: center;border-bottom:1px #0041c9 solid;background: url(../images/titleBg.jpg) no-repeat center; font-weight: bold}
.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:#0041c9;}
/*--*/
.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: #0041c9;}
.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:#0041c9;}
.ss-lefter .intro .more:hover{color:#fff;background:#ff8525;}
.ss-lefter .intro li:hover .more{color:#fff;border-color:#0041c9;background:#0041c9}
/*--*/
.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:#0041c9;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.ss-lefter .tone li.active{color:#0041c9; font-weight: bold;}
.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:#0041c9}
/*--*/
.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: #0041c9;}
/*--*/
.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:#0041c9;transform:translateX(-5px)}


/*==案例↓==*/
.caseIn{background: #f5f5f5;}


/*==案例列表↓==*/
.case-list {display: flex;  margin:0 0 -30px -30px; flex-wrap: wrap;}
.case-list li{float:left;width: calc(33.3% - 30px);margin: 0 0 30px 30px;}
.case-list a {display:block;position:relative;}
.case-list .box{position: relative;z-index: 1;padding: 30px;overflow: hidden;background: #fff;}
.case-list .pic{padding-top:60%;}
.case-list .time{display: table;margin-bottom: 15px;padding: 8px 10px;color:#fff;font-size: 12px;background: #0041c9;}
.case-list h4 {position:relative;color: #000123;font-size:16px; }
.case-list .more{float:right;display: table;margin-top:20px;position:relative;color: #0041c9;font-size:14px;}
.case-list li:hover h4 {color:#0041c9;}
.case-list li:hover .more{color:#0041c9;transform:translateX(-3px)}


/*==案例列表-2↓==*/
.case-list-2.edge{display: flex;margin: 0 0 -40px -30px;flex-wrap: wrap;}
.case-list-2.edge li{display: inline-block;width: calc(33.3% - 30px);margin: 0 0 40px 30px;}
.case-list-2 li{padding:10px;}
.case-list-2 a{position:relative;z-index:1;display: block;height: 100%;border: 1px #e8e8e8 solid; box-shadow: 12px 5px 10px #eee;}
.case-list-2 .pic{padding-top:60%;z-index:1;}
.case-list-2 h4{color: #3d3d3d;font-size:16px;padding:15px 20px; text-align: center; }
.case-list-2 li:hover a{ box-shadow: 12px 5px 10px #e1e1e1;}
.case-list-2 li:hover h4{color:#0041c9}



/*==新闻列表↓==*/
.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;/* margin-top:10px;*/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:#0041c9}
.news-list li:hover .more {color:#fff;border-color:#0041c9;background:#0041c9}



/*==新闻详情框↓==*/
.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:#0041c9}
.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:#0041c9;}
.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:#0041c9}
/*--*/
.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:#0041c9}
.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:#0041c9;}
.newsDet .news .two:hover a:before {background:#0041c9;}
/*--*/
.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: #0041c9;}
.newsDet .pagIng .prev{float:left}
.newsDet .pagIng .next{float:right} 
 

/*==产品详情↓==*/
.ProductShow{}
.DetailCont .top{}
.DetailCont .top .long{display: flex;}
/*--*/
.DetailCont .pst-left {width:56%;}
.DetailCont .pst-right {width:45%;margin-left:60px}
/*--*/
.pst-right .title {color:#191919;font-size:30px;padding-bottom:20px;margin-bottom:30px;border-bottom:1px #ddd solid;}
.pst-right .number {color:#666;font-size:18px;display:block;margin-top:20px;}
.pst-right .wx {padding:20px;color:#666666;font-size:15px;min-height:100px;line-height:28px;overflow:hidden;background:#f2f2f2;}
.pst-right .rok {-webkit-line-clamp:3;}
.pst-right .tel {display:block;color:#191919;font-size:22px;margin-top:60px;padding:20px 0 20px 0px;border-top:1px #ddd solid;border-bottom:1px #ddd solid;}
.pst-right .tel i {float:left;color:#666;font-size:25px;margin:5px 15px 0 0;}
.pst-right .tel font {color:#0041c9;}
.pst-right .online {margin-top:40px;overflow:hidden;}
.pst-right .online a {float:left;margin-right:20px;color:#fff;font-size:14px;padding:12px 50px;border:1px #1b1b1b solid;background:#1b1b1b;}
.pst-right .online a.cor {color:#1b1b1b;background:#fff;}
.pst-right .online a:hover {color:#fff;border-color:#0041c9;background:#0041c9;}
.pst-right .trait {margin-top:40px;padding-top:30px;border-top:1px #ddd solid;display:flex;justify-content:space-between;}
.pst-right .trait li {position:relative;color:#555;font-size:18px;display:flex;align-items:center;justify-content:center;}
.pst-right .trait li:before {margin:0 8px 0 0;font-size:28px;}
.pst-right .trait li:nth-child(1):before {content:"\e75c";}
.pst-right .trait li:nth-child(2):before {content:"\ea00";}
.pst-right .trait li:nth-child(3):before {content:"\e703";}
/*--*/
.psc-content {margin-top:70px;}
.psc-content .wx {}
.psc-content .wor {color:#666;line-height:30px;font-size:16px;}
.psc-content .long {position:relative;display:flex;}
.psc-content .psd-left {flex:1;min-width:50%}
.psc-content .psd-right {flex-shrink:0;width:360px;margin-left:50px;}
.psc-content .tone {position:relative;display:flex;margin-bottom:50px;border-left:1px #eee solid;}
.psc-content .tone:before,.psc-content .tone:after {content:"";position:absolute;left:-10%;right:-10%;top:0;height:1px;background:#ddd;}
.psc-content .tone:after {bottom:0;top:auto;}
.psc-content .tone li {position:relative;display:inline-block;color:#444444;font-size:18px;padding:18px 30px;border-right:1px #eee solid;cursor:pointer;align-items:center;justify-content:center;}
.psc-content .tone li:before {content:"";float:left;color:#444;font-size:24px;margin-right:10px;}
.psc-content .tone li:after {content:"";position:absolute;left:0;bottom:0px;width:100%;z-index:1;height:2px;transition:transform .5s;transform:scale(0,1);transform-origin:right;background:#0041c9;}
.psc-content .tone li.active,.psc-content .tone li:hover {color:#0041c9}
.psc-content .tone li.active:before,.psc-content .tone li:hover:before {color:#0041c9}
.psc-content .tone li.active:after,.psc-content .tone li:hover:after {transform:scale(1);transform-origin:left;}
.psc-content .tone li.x1:before {content:"\e6b9";}
.psc-content .tone li.x2:before {content:"\e68f";}
.psc-content .tone li.x3:before {content:"\e692";}
.psc-content .tone li.x4:before {content:"\e694";}
.psc-content .frame {margin-bottom:50px;padding-bottom:40px;border-bottom:1px #ddd solid}
.psc-content .frame:last-child,.psc-content .mr {margin-bottom:0px !important;padding-bottom:0px !important;border-bottom:0px !important}
.psc-content .theme {position:relative;color:#333;font-size:22px;margin-bottom:30px;padding-left:20px}
.psc-content .theme:before {content:"";position:absolute;left:0;top:20%;width:3px;height:60%;background:#0041c9;}
.psc-content .download {}
.psc-content .download li {display:flex;color:#666;font-size:15px;margin-bottom:2px;background:#e9eef4;}
.psc-content .download .state {padding:13px 20px;display:block;border-right:1px #dedede solid;}
.psc-content .download .state:last-child {border-right:none}
.psc-content .download .title {flex:1;color:#333;}
.psc-content .download .block {width:200px;flex-shrink:0;color:#666;}
.psc-content .download .file:before {content:"\e784";float:left;margin:3px 5px 0 0;font-size:20px;color:#666}
.psc-content .download .file:hover {color:#0041c9}
.psc-content .download .file:hover:before {color:#0041c9}
.psc-content .download .top * {color:#0041c9;font-weight:bold;}
/*--*/
.psd-right .title {position:relative;color:#666;font-size:20px;margin-bottom:20px;border-bottom:1px #ddd solid;padding-bottom:20px;}
.psd-right .title:before {content:"";position:absolute;left:0;bottom:-1px;width:40px;height:2px;background:#0041c9}
.psd-right .shell {margin-bottom:30px;border:1px #eee solid;box-shadow:6px 6px 15px #eee;padding:30px;background:#fff;}
.psd-right .thing {}
.psd-right .thing .pic {}
.psd-right .thing h4 {color:#333;font-size:18px;margin-top:20px;}
.psd-right .thing p {-webkit-line-clamp:1;color:#666;font-size:14px;margin-top:10px;}
.psd-right .list {}
.psd-right .list li {margin-bottom:20px}
.psd-right .list li:last-child {margin-bottom:0px;}
.psd-right .list h4 {color:#333;font-size:16px;margin-top:15px;}
/*--*/
.srll-recom {position:relative;}
.srll-recom .swiper-container {padding:6px;}
.srll-recom .product-list-2 li {}
/*--*/
.psd-right {}
.is-affixed .info {margin-top:50px}



/*==联系我们↓==*/
.ContactInner{}
.contactIn{}
.contactIn .mode{}
.contactIn .mode ul{display: flex;margin: 0 0 30px -20px;flex-wrap: wrap;}
.contactIn .mode ul li{position: relative;width: calc(25% - 20px);margin: 0 0 20px 20px;padding: 30px;background: #f5f5f5;}
.contactIn .mode ul em{opacity:0.4; position: absolute;right: 0;bottom: 0;margin: 30px;color: #ddd;font-size: 100px;}
.contactIn .mode ul h4{display: block;color:#000;font-size: 20px;font-weight:bold;}
.contactIn .mode ul h4 font{display:block;font-size:14px;color:#666;font-weight:400;}
.contactIn .mode ul span{display:block;margin-top:60px;font-size: 20px;}
.contactIn .mode ul li:hover{background: #0041c9; transform: translateY(-5px);}
.contactIn .mode ul li:hover *{color:#fff}
/*--*/
.contactIn #dituContent {height:500px;}
.contactIn #dituContent img{max-width: initial;}
/*--*/
.cta-plot{background:-webkit-linear-gradient(left, #f4f9ff, #c5d5e8); }
.cta-plot .long{display: flex;}
.cta-plot .long .info{width:45%;margin-right:60px;}
.cta-plot .long .set{width:55%;}
.cta-plot ul{}
.cta-plot ul li{padding:20px 0;border-top: 1px #999 solid;}
.cta-plot ul h4{color:#010101;font-size:18px; }
.cta-plot ul p{margin-top:10px;color:#4b4e51;font-size:14px;line-height: 28px;}


/*==留言模块↓==*/
.feedback-item form{display: flex;flex-wrap: wrap;}
.feedback-item form .shell{display: flex;width: calc(50% - 10px);margin-bottom:20px;border: 1px #ddd solid;padding: 12px 20px;align-items: center;background: #fff;}
.feedback-item form .shell.w33{width:calc(33.3% - 14px);}
.feedback-item form .shell.w50{width:calc(50% - 20px);}
.feedback-item form .shell.w100{width:100%}
.feedback-item form .ml{margin-left:20px;}
.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;margin-right: 10px;color: #6a6a6a;font-size: 16px;}
.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;flex: 1;display: table;margin-left: 20px;/* margin-top: 10px; */color: #fff;font-size: 16px;padding: 20px 20px;border:none;cursor: pointer;border-radius: 5px;background: #0041c9;}
.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:#0041c9}
.feedback-item form button:hover:after{opacity:0.2}
.feedback-item form .code{flex-shrink: 0;/* width: 300px; */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;border: none;}
.feedback-item form .code img{height: 35px;margin: 0px 15px;flex-shrink: 1;cursor: pointer;}
.feedback-item form .yzm{display: flex;/* margin:0 0 0 20px; */align-items: center;}
.feedback-item form .yzm button{width:200px;padding: 18px 20px;}
.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:#0041c9;font-weight:bold;}
.feedback-item form .but{display: flex;width: 100%;margin: 40px 0 0 -20px;align-items: center;}


/*==关于↓==*/
.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{margin-right:150px;}
.ab-intro .set h3{color:#010101;font-size:36px;font-weight: bold;}
.ab-intro .set span{display: block;margin-top:10px;font-size:80px;font-weight: bold;color: #ddd;letter-spacing: -5px;line-height: 1;}
.ab-intro .info{flex:1}
.ab-intro .info h3{color:#1a1a1a;font-size:26px;margin-bottom: 20px;}
.ab-intro .info h3 font{color:#0041c9}
.ab-intro .info .wx{color:#333333;font-size:16px;line-height: 30px;}
/*==公司数字滚动↓==*/
.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:#0041c9;font-size: 68px;font-weight: bold;}
.number-intro font{margin-left:5px;color:#0041c9;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 .titleBx{position: absolute;text-align:left;margin-top: 5%;}
.ab-culture .titleBx span{display: block;}
.ab-culture .titleBx hr{margin:10px 0 0 0}
.ab-culture ul{position: relative; display:flex;flex-wrap: wrap;}
.ab-culture ul li{display: flex;justify-content:center;width:50%;overflow:hidden;    flex-direction: row;}
.ab-culture ul .pic{width:50%;height:100%;flex-shrink: 0;overflow: hidden;}
.ab-culture ul .pic img{object-fit: cover;width: 100%;height: 100%;transition:all .4s ease-in-out;}
.ab-culture ul .box{position: relative;z-index:1;flex:1;width:50%;padding: 40px;background: #f5f6f7;}
.ab-culture ul .box:after{opacity:0;content:"";position:absolute;left:0;right:0;top:0;bottom:0;z-index:-1;background:#0041c9;transform: translateY(-10%);}
.ab-culture ul .title{position: relative;color:#000123;font-size:24px;line-height: 1;}
.ab-culture ul .title span{display: block;color: #e5e5e5;font-size:30px;margin-bottom: 10px;text-transform: uppercase;}
.ab-culture ul .title em{position: absolute;right: 0;top: 0;bottom: 0;margin: auto;display: block;font-size: 40px;color: #0041c9;overflow: hidden;}
.ab-culture ul p{position: absolute;bottom: 0;left: 0;right: 0;margin: 40px;color:#000123;font-size: 17px;line-height: 28px;}
.ab-culture ul li:nth-child(n+3){flex-direction: row-reverse;}
/*.ab-culture ul li:nth-child(n+3) .box{background:#0041c9}
.ab-culture ul li:nth-child(n+3) .box *{color:#fff}*/
.ab-culture ul li:hover .box *{color:#fff}
.ab-culture ul li:hover .box:after{opacity:1;transform: translateY(0px);}
.ab-culture ul li:hover .title{transform: translateY(-5px);}
.ab-culture ul li:hover .title em{transform: translateY(10px);} 

/*==荣誉资质切换↓==*/
.ab-honor{}
.ab-honor .frame{display: none;}
.ab-honor .frame.on{display: block;}
/*--*/
.srll-honor{position: relative;background: rgba(255,255,255,0.8);}
.srll-honor .list li{}
.srll-honor .list a{display: block;padding: 15px;background: #f0f2f7;}
.srll-honor .list li .pic{height: 190px;/* padding: 20px !important; */margin: 0 30px;}
.srll-honor .list li h4{color:#0b3861;font-size:16px;margin-top:20px;padding-top:20px;border-top:1px #ddd solid; text-align: center;}
.srll-honor .list li:hover h4{color:#0041c9}
.srll-honor .control{position:relative; display: flex;margin-top:40px;padding-bottom:20px;border-bottom:2px #eee solid;justify-content: space-between;align-items: center;}
.srll-honor .control:before{content:"";position:absolute;left:0;bottom:-2px; width:100px;height:2px;background:#0041c9}
.srll-honor .strike{display: flex;align-items: center;}
.srll-honor .strike  .btn {position: relative;z-index: 2; display:block;margin-left: 20px;padding: 5px 15px;text-align:center;color:#0b3861;font-size: 16px;border:1px #ddd solid;font-weight:bold;cursor:pointer;transition: all .4s ease-in-out;}
.srll-honor .strike  .btn.sNext {}
.srll-honor .strike  .btn:before {content:"\eb9a";}
.srll-honor .strike  .btn:hover{background: #0041c9;}
.srll-honor .strike  .btn:hover:before {color:#fff;border-color:#0041c9}
.srll-honor .strike  .sNext{transform:rotate(180deg);}
.srll-honor .control .number{display: table;width: auto;color: #818181;font-size:16px;}
.srll-honor .control .number .swiper-pagination-current{color: #0041c9;font-size: 24px;}


/*==公司环境切换↓==*/
.srll-ambient{}
.srll-ambient .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-ambient .list li:hover h4{opacity: 1;}


/*==关于-公司规模↓==*/
.ab-scale{background:-webkit-linear-gradient(left, #f4f9ff, #c5d5e8); }
.ab-scale .long{display: flex;justify-content: space-between;    align-items: flex-start;}
.ab-scale .info{flex-shrink: 0;width:30%;padding:40px;margin-right: 40px;border-radius:10px;background: #fff;}
.ab-scale .set{}
/*--*/
.srll-scale .title{color:#000;font-size: 28px;margin-bottom:20px}
.srll-scale p{color:#4b4e51;font-size: 16px;margin-bottom:20px;line-height: 28px;}
.srll-scale .pic{margin-top:30px;}


/*==合作伙伴↓==*/
.partner-item{background:url(../images/partner-bg.jpg) no-repeat center; background-size:cover}



/*==合作伙伴列表↓==*/
/*--*/
.partner-list.edge{display: flex;margin:0 0 -20px -20px;flex-wrap: wrap;}
.partner-list.edge li{width:calc(16.6% - 20px);margin:0 0 20px 20px}
.partner-list li{cursor: pointer;background:#fff}
.partner-list a{position: relative;display:block;width: 100%;height:100%;overflow: hidden;  }
.partner-list a:after{opacity:0; content:""; position:absolute;left:0;top:0;right:0;bottom:0;transform: translateY(-10px);background:#0041c9;}
.partner-list .pic{position:relative;width:100%;padding-top:60%;}
.partner-list .pic img{position: absolute;left:0;top:0; display:block;width:100%;height:100%;}
.partner-list 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);}
.partner-list li:hover h4{opacity:1;transform: translateY(0px);}
.partner-list li:hover a:after{opacity:0.8;transform: translateY(0px);}


/*==数字滚动↓==*/
.about-number{display: flex;margin: 100px 0 -40px -30px;flex-wrap: wrap;}
.about-number li{position:relative;width: calc(20% - 30px);margin: 0 0 40px 30px;color:#666;line-height: 1;}
.about-number span{color:#0041c9;font-size:44px;font-weight:bold;}
.about-number font{font-size:16px;margin-left:5px}
.about-number h5{margin-top: 10px;font-size:16px}

/*===底部留言模块↓==*/
.message-go{ background: url(../images/feedbackBg01.jpg) no-repeat center; background-size:cover;}
.message-go .long{display: flex;justify-content: space-between;}
.message-go .titleTop{color:#fff;font-size: 40px;}
.message-go .titleTop hr{display: block;width: 50px;height: 3px;margin: 10px 0 0 0;background: #fff;}
.message-go .titleTop span{margin-top: 20px;display: block;color:#fff;font-size: 18px;}
.message-go .left{flex-shrink: 1;/* flex: 1; */}
.message-go .tel{display: block;margin-top:100px;}
.message-go .tel h5{display:flex;align-items: center;font-size: 20px;color: #fff;}
.message-go .tel h5:before{content: "\e6a6";margin-right:10px;font-size: 22px;}
.message-go .tel font{display: block;margin-top: 5px;color: #0041c9;font-size:32px;font-weight: bold;display: 40px;}
.message-go .right{/* flex: 1; */width: 60%;}
.message-go form{display: flex;flex-wrap: wrap;}
.message-go form .shell{display: flex;width: calc(33.3% - 14px);margin-bottom:20px;border: 1px #ddd solid;padding: 10px 20px;align-items: center;background: #fff;}
.message-go form .shell.w100{width:100%}
.message-go form .ml{margin-left:20px;}
.message-go form .shell.vt{    align-items: flex-start;}
.message-go form h5 {flex-shrink: 0;margin-right: 10px;color: #999999;font-size: 16px;}
.message-go form .fill{flex: 1;line-height: 30px;color:#666;font-size: 15px;border: none;background: none;}
.message-go form textarea{height:120px;font-family: "Microsoft YaHei";}
.message-go form .submit{position: relative;width: 350px;display: table;/* margin-top: 10px; */color: #fff;font-size: 16px;padding: 18px 80px;border:none;cursor: pointer;border-radius: 5px;background: #0041c9;}
.message-go form .submit:after{opacity:0; content:"";position:absolute;left:0;top:0;right:0;bottom:0; background:#fff}
.message-go form .submit:hover:after{opacity:0.2}
/*--*/
.message-go .code{flex-shrink: 0;/* width: 300px; */display: flex;margin-right: 20px;border: 1px #ddd solid;background: #fff;align-items: center;}
.message-go .code input{ flex: 1;}
.message-go .code img{height: 35px;margin: 0px 15px;flex-shrink: 1;cursor: pointer;}
.message-go .yzm{display: flex;align-items: center;}
.message-go .yzm input{width: 150px;padding: 18px 20px;border: none;}

/*==通用列表↓==*/
.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:#0041c9}
.list-item li:hover .pic img{transform:scale(1.08);}
.list-item li:hover h4{color:#0041c9;}
/*--*/
.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:#202b48;}
.footer .up {padding-top:60px;}
.footer .tit {position:relative;color:#fff;font-size:16px;margin-bottom:12px;}
.footer .tit:after{content:"";margin-top:10px;display:block;width:25px;height:1px;background: #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:13px;padding:5px 0;}
.footer .nav li a:hover {color:#fff}
.footer .nav .box.col{ /*column-count: 2;*/}
.footer .nav .box.col a{margin-right:10px;}
.footer .ewm {float:right;color:#aaa;font-size:14px;text-align:center;}
.footer .ewm span{float: left;margin-left:30px;}
.footer .ewm img {display:block;width: 150px;margin-bottom:10px;}
.footer .right {float:right;color:#aaa;font-size:14px;margin-left:80px;}
.footer .right .tel {display: flex;color: #fff;font-size: 32px;/* font-weight:bold; */margin-bottom:20px;padding-bottom: 10px;border-bottom: 1px solid rgba(255,255,255,0.1);align-items: center;}
.footer .right .tel:before{content: "\e63c";font-size: 28px;margin-right: 10px;font-weight: 400;}
.footer .right .wx {display:block;color:#aaa;font-size:14px;line-height: 28px;}
.footer .right .wx i{display: inline-block;width:20px;text-align: center;font-size:25px;font-size:15px; color:#0041c9;margin-right:10px;}
.footer .right .share {margin-top:20px}
.footer .right .share a {display:inline-block;margin-right:18px;width:35px;line-height:35px;text-align:center;color:#fff;font-size:20px;border-radius:50%;background:#3d99ff;}
.footer .right .share a:hover {background:#0041c9;}
.footer .down {position:relative;margin-top:30px;padding:30px 0;color:#aaa;font-size: 14px;border-top: 1px solid rgba(255,255,255,0.1);/* background:#1e202b; */}
.footer .down a {color:#aaa;font-size:14px;}
.footer .down a:hover {color:#eee;}
.footer .link {margin-top:10px;}
.footer .link h3 {color:#ddd;font-size:14px;float:left;}
.footer .link a {color:#858585;font-size:14px;display:inline-block;padding:0 15px;line-height:9px;border-right:1px #999 dotted;}
.footer .link a:last-child {border:none;}


