@charset "utf-8";

/*[框架布局 v5.2.0]*/

html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;overflow:-moz-scrollbars-vertical;}

body{font-family: 'AlibabaPuHuiTi-Regular';}







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

.container{width:1600px;}

.w1200{width:1200px !important;} 

a:hover{color:var(--color-main);}

.bga{background:#f6f8fa;}





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

*: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_9ui8pjceh5l.woff2?t=1745836478805') format('woff2'),

       url('//at.alicdn.com/t/c/font_1963410_9ui8pjceh5l.woff?t=1745836478805') format('woff'),

       url('//at.alicdn.com/t/c/font_1963410_9ui8pjceh5l.ttf?t=1745836478805') format('truetype');

}



/*==字体↓==*/

@font-face {

  font-family: "AlibabaPuHuiTi-Regular";

  src: url('https://ctmon-file.ctmon.com.cn/fonts/Alibaba-PuHuiTi.woff2');

  font-weight: normal;

  font-style: normal;

} 





/*==颜色配置↓==*/

:root {

--color-main:#0052d9;

--color-wag:#20324e;

--color-hover:#2bb6e8;

--color-hover-2:#ff6601;

--bg-1:rgba(0,82,217,0.3);

--bg-2:rgba(0,82,217,0.6);

--bg-3:rgba(0,82,217,0.8);

--bg-5:rgba(0,0,0,0.5);

}	







/*==顶部↓==*/

.fixed-top.header{ position: fixed;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.hov{/*border-bottom:1px #eee solid;*/}

.header.hov:before{opacity:1;height:100%;}

.header.hov .logo img{transform:translateY(0%);}

.header.hov .bar i{color:#3a3a3a}

.header.hov .tel{color:#DF0000}

.header.hov .nav > li > a{color:#3a3a3a} 

.header.hov .nav > li > a:after{background:var(--color-main)}

.header.hov .nav > li:hover > a,.header.hov .nav > li.active > a{color:var(--color-main); }

/*--*/

.header{position: fixed;top:0;left:0;right:0;z-index:5;height:100px;background: rgba(255,255,255,0);}

.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: auto;align-items: center;overflow: hidden;}

.header .logo img{max-height: 60px;filter: drop-shadow(0px 60px #fff);transform: translateY(-100%);}

.header .logo .txt{color:#181818;font-size:16px;text-align: center;margin-left: 20px;}

.header .logo .txt font{display: block;font-size:28px;color:var(--color-main);font-weight:bold;letter-spacing:6px;}

.header .logo .txt{color:#181818;font-size:16px;text-align: center;margin-left: 20px;}

.header .logo .txt font{display: block;font-size:28px;color:var(--color-main);font-weight:bold;letter-spacing:6px;}

.header .tel{font-size: 22px;font-weight:bold; ;color: #fff;align-items: center;}

.header .tel:before{content: "\e618";margin-right: 10px;font-weight: 400;}

.header .ewm img{width:150px;}

.header .right{float:right;display: flex;margin-left: 10px;height: 100%;align-items: center;}

.header .bar{float:right;position:relative; display: flex;height:100%; margin-left: 20px;color:#333;font-size:16px;align-items: center;}

.header .bar i{color:#fff;font-size: 26px;margin-right:6px;}

.header .bar:hover i{color:var(--color-main)}

.header .bar:hover .drop{display:block}

.header .bar .drop{display:none;position: absolute;right: -20px;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 .bar .drop:before{content:"";position:absolute;top: -20px;right: 25px;display: table;margin: auto;border: 10px solid white;border-color: transparent transparent #fff transparent;}

.header .nav{display:flex;float: right;height: 100%;}

.header .nav > li{ float: left;position:relative; height: 100%;margin-left: 50px;}

.header .nav > li > a{position: relative;z-index:1;display: flex;color: #fff;font-size: 18px;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: 32px;z-index:-1;margin: auto;height: 1px;background:#fff;transition:transform .5s;transform: scale(0,1);transform-origin:right;}

.header .nav > li:hover > a,.header .nav > li.active > a{color:#fff; }

.header .nav > li:hover > a:after,.header .nav > li.active > a:after{opacity: 1;transform: scale(1);transform-origin:left;}

.header .nav .sub{display:none;}

.header .nav .sub-bok{position:absolute;left:50%;top: 100%;width: 160px;border:1px #ddd solid;background: rgba(255,255,255,1);padding: 10px 10px;z-index: 999;text-align: center;box-shadow: 0px -10px 20px #ebebeb;transform: translateX(-50%);}

.header .nav .sub-bok: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-bok 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-bok a:last-child{border:none}

.header .nav .sub-bok a:hover{color:#fff;border-color:var(--color-main); background: var(--color-main);}





/*产品下拉*/

.header .rel{position: initial !important;}

.sub-pro{position:absolute;left:0;top: 100%;right:0;width: 1600px;margin: auto;padding: 25px 0;border-bottom:1px #eee solid;box-shadow: 0 0 10px #eee;background: #fff;}

.sub-pro .long{/*width:1600px;margin:auto*/}

.sub-pro::after{content: "";position: absolute;}

.sub-pro .title{display: block;margin-bottom: 20px;padding-bottom: 10px;color:#1a1a1a;font-size: 20px;font-weight: bold;text-align: center;border-bottom: 1px #aaa solid;}

.sub-pro .title:hover{color:var(--color-main)}

.sub-pro .two{display: flex;margin-bottom: -60px;flex-wrap: wrap;}

.sub-pro .two > li{flex: auto;width: 25%;display: inline-block;margin-bottom: 20px;padding: 0 50px;break-inside: avoid;page-break-inside: avoid;border-right: 1px #ddd solid;}

.sub-pro .three{display:table;margin:auto;min-height:300px;}

.sub-pro .three > a{margin-bottom: 10px;display: block;color: #333;font-size:16px;}

.sub-pro .three > a:hover{color:var(--color-main)}

.sub-pro .three .more{margin-top:10px;display: block; color: #333;font-size:16px;}

.sub-pro .three .more:hover{color:var(--color-main)}





/*==标题↓==*/

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

.titleAx b{font-weight: bold;color:var(--color-main);}  

.titleAx span{margin-top:10px;display: block;color:#3a3a3a;font-size:18px;font-weight: 400;text-transform: Uppercase;}

.titleAx p{margin-top:10px;display: block;color:#333;font-size:18px;}

.titleAx font{color:var(--color-main)}

.titleAx hr{display: block;margin:0px;margin-top: 12px;width: 40px;height: 3px;border:none;background: var(--color-main);}

.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{font-weight: bold;}

.titleBx .cor{color:var(--color-main);}

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

.titleBx p{margin-top:15px;color:#3a3a3a;font-size:18px;text-align: center;}

.titleBx hr{display: block;margin:0 auto;margin-top:15px;width: 40px;height: 2px;border:none;background: var(--color-main);}

.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;}





/*==详情顶部↓==*/

.own-wrap-top{margin-top:110px;}





/*===产品列表↓==*/

.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(33.3% - 30px);margin:0 0 30px 30px; overflow: hidden;}

.product-list a{position: relative; display: block; background: #fdfbff;}

.product-list a::after{content: "";display: block;position:absolute;left:0;right:0;bottom:0;z-index:1;width:100%;height: 3px;background:var(--color-main);transition:transform .5s;transform: scale(0,1);transform-origin:right;}

.product-list .pic{padding-top:60%;background:#f6f8fa;}

.product-list .box{padding: 30px 20px;}

.product-list h4{color: #2c3045;font-size:24px;}

.product-list p{margin-top:10px; color:#777777;font-size:16px; }

.product-list .more{display: flex;width: fit-content;margin-top: 20px;color: var(--color-main);font-size:14px;align-items: center;}

.product-list .more:after{content:"\e65b";color: var(--color-main);margin-left: 2px;font-size: 18px;}

.product-list li:hover a{transform: translateY(-5px);}

.product-list li:hover a::after{transform: scale(1);transform-origin:left;}

.product-list li:hover h4{color:var(--color-main)}







/*==首页方案↓==*/

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

/*--*/

.solution-grid{display: flex;margin: 0 0 -20px -20px;flex-wrap: wrap;}

.solution-grid li{display:inline-block;width: calc(33.3% - 20px);margin: 0 0 20px 20px;}

.solution-grid a{position: relative;z-index: 1;display: block;border-radius: 10px;overflow: hidden;}

.solution-grid .pic{padding-top:80%;}

.solution-grid .pic:after{content:"";position:absolute;left:0;top:0;right:0;bottom:0;z-index:1;background: -webkit-linear-gradient(top, rgba(0,0,0,0.1), rgba(0,0,0,0.5));}

.solution-grid .title{position: absolute;bottom:0;z-index: 2;padding: 30px;color:#fff;font-size:24px;}

.solution-grid .title::after{content:"\eb97";display: block;margin-top: 5px;font-size: 28px;}

.solution-grid li:hover .pic:after{opacity:0.8;}

.solution-grid li:hover .title{color:#fff;transform:translateY(20px)}

.solution-grid li:hover .title:after{opacity:0; transform:translateY(5px)}





/*==产品列表↓==*/

.product-grid.edge{display: flex;flex-wrap:wrap;margin:0 0 -20px -20px;}

.product-grid.edge li{width:calc(25% - 20px);margin:0 0 20px 20px}

.product-grid a{display:block;padding:80px 50px 60px 50px;border-radius: 10px;overflow:hidden;background:url(../images/product-li-bg.jpg) no-repeat center;background-size:cover;}

.product-grid .pic{padding-top:80%}

.product-grid .box{margin-top:45px;text-align: center;}

.product-grid .title{color:#333;font-size:20px;}

.product-grid .more{margin-top:10px;color:#666666;font-size:14px;}

.product-grid .more::after{content:">";display: inline-block;margin-left:5px;font-size:14px;font-family: serif;}

.product-grid li:hover .title{color:var(--color-main)}

.product-grid li:hover .more{color:var(--color-main)}

.product-grid li:hover .more:after{transform:translateX(3px)}


/*==核心技术↓==*/
.skillHome{ background: url(../images/skill-bg.jpg) no-repeat center;background-size:cover;}
.skillHome .row{display: flex;flex-wrap: wrap;margin:0 0 -20px -20px}
.skillHome .row li{display: inline-block;width: calc(25% - 20px);margin: 0 0 20px 20px;}
.skillHome .row a{display:block;padding: 20px 20px 40px 20px;border-radius: 20px;background: #fff;}
.skillHome .row .pic{padding-top: 80%;}
.skillHome .row h4{display: flex;margin-top: 30px;color:#191919;font-size:18px;align-items: center;justify-content: space-between;}
.skillHome .row h4::after{content: "\eb08";display: flex;color:var(--color-main);font-size:24px;width:35px;height: 35px;border-radius: 100%;align-items: center;justify-content: center;}
.skillHome .row li:hover a{box-shadow:0 0 20px #ddd}
.skillHome .row li:hover h4:after{color:#fff;background:var(--color-main)}


/*==首页服务↓==*/

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

.serviceHome .row{display: flex;flex-wrap: wrap;margin:0 0 30px 30px;}

.serviceHome .row li{width: calc(33.3% - 30px);margin: 0 0 30px 30px;}

.serviceHome .row a{display:block;padding:50px;border-radius: 10px;overflow: hidden;background: #fff;}

.serviceHome .row .pic{display: block;text-align: center;transform-style: preserve-3d;transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);}

.serviceHome .row .box{margin-top:20px}

.serviceHome .row h4{color:#191919;font-size:24px;}

.serviceHome .row p{margin-top: 5px;color:#191919;font-size:16px;}

.serviceHome .row i{float: right;display: flex;width: 50px;height: 50px;margin-left:10px;font-size: 22px;color: var(--color-main);border-radius: 30px;align-items: center;justify-content: center;background: #fbfbfb;}

.serviceHome .row i:after{content:"\e664";display: block;transition: all .4s ease-in-out;}

.serviceHome .row li:hover a{box-shadow:0 0 10px #ddd;transform:translateY(-5px)}

.serviceHome .row li:hover i{color:#fff;background:var(--color-main)}

.serviceHome .row li:hover .pic{animation: card 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;}

@keyframes card {

0% {transform: perspective(800px) rotateY(0deg); }

33% {transform: perspective(800px) rotateY(20deg); }

66% {transform: perspective(800px) rotateY(-20deg);}

100% { transform: perspective(800px) rotateY(0deg); }

}





/*==案例滚动↓==*/

.srll-case{margin:0 -40%}

.srll-case .list{}

.srll-case .list .pic{height:600px;}

.srll-case .list .pic:after{content:"";position:absolute;left:0;right:0;bottom:0;z-index:1;height: 40%;background: -webkit-linear-gradient(top, rgba(0,0,0,0.02), rgba(0,0,0,0.5));}

.srll-case .list .pic img{width:100%;height:100%;object-fit:cover;}

.srll-case .list .title{opacity: 0; position: absolute;bottom: 30px;left: 0;right: 0;z-index: 2;color:#fff;font-size:24px;text-align: center;}

.srll-case .list li:hover .pic::after{opacity: 0.8;}

.srll-case .list li:hover .title{transform:translateY(-10px)}

.srll-case .list .swiper-slide-active .title{opacity: 1;}

.srll-case.cutFor .btn{left:36%;color:#fff}

.srll-case.cutFor .btn.sNext{left:auto;right:36%;}

.srll-case .spot{display: none;}





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

.aboutHome{}
.aboutHome a{display:block;margin:auto;text-align: center;}
.aboutHome .up{background:url(../images/about-bg.png) no-repeat center bottom;background-size:cover;}

.aboutHome .up .wx{padding:0 80px;font-size:15px;color:#4c4849;line-height:30px;text-align: center;}

.aboutHome .up .digital-air{padding:0 100px}

.aboutHome .up .digital-air span{letter-spacing: 3px;font-family: -apple-system, fantasy, "Microsoft YaHei";}

.aboutHome .attesta{}





/*===首页新闻↓==*/

.newsHome .tone{display: flex;justify-content: center;margin-bottom:40px;}

.newsHome .tone li{margin-left:20px;cursor: pointer;}

.newsHome .tone a{display: block; color:#000123;font-size:18px;padding:10px 40px;}

.newsHome .tone li.active a{color:#fff;background: var(--color-main);}





/*==首页新闻列表-grid↓==*/

.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 a{background:#f9f9f9;}

.news-grid li:hover h4 {color:var(--color-main)}

.news-grid .one .pic{padding-top:70%;}

.news-grid .one .time{margin-top: 30px;display: flex;color:#aaa;font-size:13px;padding: 20px;justify-content: space-between;align-items: center;background: #f9f9f9;}

.news-grid .one .time:after{content: "\e61d";display: flex;width: 32px;height: 32px;color: var(--color-main);font-size: 18px;font-weight: bold;border:1px var(--color-main) 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:var(--color-main);   transform: rotateZ(-40deg);}

/*--*/

 

 

/*==案例列表↓==*/ 

.case-list{display: flex;flex-wrap: wrap;margin:0 0 -30px -30px} 

.case-list li{display:inline-block;width: calc(33.3% - 30px);margin: 0 0 30px 30px;}

.case-list a{display: block;}

.case-list .pic{padding-top:60%;}

.case-list h4{color:#333;font-size:18px;padding:20px 20px;text-align: center; background: #f6f8fa;}

.case-list li:hover{transform:translateY(-5px)}

.case-list li:hover h4{color:#fff;background: var(--color-main);}







/*==方案列表↓==*/

.solution-list{}

.solution-list li{margin-bottom:40px}

.solution-list a{display: flex;padding:10px;background: #fff;}

.solution-list .set{flex-shrink: 0;width:380px;padding: 10px;border: 1px #ddd solid;}

.solution-list .pic{/* margin: 10px; *//* height: 100%; */padding-top: 70%;/* border:1px #eee solid; */}

.solution-list .pic img{width:100%;height:100%;object-fit:cover;}

.solution-list .box{flex:1;position:relative;margin-left:50px;margin-top: 20px;padding-bottom: 80px;}

.solution-list h4{color:#333333;font-size:24px;font-weight:bold;}

.solution-list p{margin-top:10px;color:#757575;font-size:16px;line-height: 30px;}

.solution-list .more{position: absolute;bottom: 20px;color:var(--color-main);font-size:14px;padding: 6px 30px;border:1px solid var(--color-main);border-radius: 30px;}

.solution-list li:hover .set{border-color:var(--color-main)}

.solution-list li:hover h4{color:var(--color-main)}

.solution-list li:hover .more{color:#fff;background: var(--color-main);}





/*==公司简介↓==*/

.ab-intro{background:url(../images/about-bg-2.jpg) no-repeat center;background-size:cover;}

.ab-intro .long{display: flex;}

.ab-intro .set{width:300px;margin-right:80px;}

.ab-intro .set .titleBx span{margin-top:1px}

.ab-intro .number li{position: relative;margin-bottom:20px;padding-left: 60px;line-height: 1;}

.ab-intro .number li em{position: absolute;left:0;top:0;bottom: 0;margin:auto;height: fit-content;}

.ab-intro .number span{color:#000;font-size:32px;font-weight: bold;}

.ab-intro .number font{color:#000;font-size:14px;font-weight: bold;margin-left: 5px;}

.ab-intro .number h4{margin-top: 10px;color:#666;font-size:14px;}

.ab-intro .info{flex: 1;}

.ab-intro .info .title{margin-bottom:40px;color: #000123;font-size: 36px;}

.ab-intro .info .title span{display: block;font-size: 14px;color:#666666;}

.ab-intro .info .wx{font-size:16px;color:#666666;line-height:1.6}

.ab-intro .info .wx p{margin-bottom:20px}

.ab-intro .info .wx p:last-child{margin-bottom:0px;}



 

/*==荣誉滚动↓==*/ 

.srll-honor .list .pic{padding-top:75%;}

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

.srll-honor .list .jamb{position:absolute;left:0;top:0;right:0;bottom:0; background:url(../images/honor-li.png) no-repeat center;background-size:cover;}

.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;}





/*==荣誉滚动-2↓==*/ 

.ab-honor-2{background:url(../images/honor-bg-2.jpg) no-repeat center;background-size:cover;}

/*--*/

.srll-honor-2{position: relative;z-index: 1;}

.srll-honor-2::after{opacity: 0.3;content:"";position:absolute;left: -100%;right: -100%;bottom: 38px;z-index: -1;height:1px;background:#fff;}

.srll-honor-2 .list{}

.srll-honor-2 .list li{text-align: center;}

.srll-honor-2 .list .pic{padding-top:130%;background:#fff}

.srll-honor-2 .list h4{margin-top: 30px;color:#fff;font-size: 16px;text-align: center;}

.srll-honor-2 .list h4:before{content:"";margin-bottom:5px;display: block;width: 10px;height: 10px;margin: auto;margin-bottom: 10px;box-shadow: 0 0 0 5px rgba(255,255,255,0.3);border-radius: 50%;background: #fff;}

.srll-honor-2 .list li:hover h4:before{box-shadow: 0 0 0 5px #fff;background:var(--color-main)}

.srll-honor-2 .spot{display: none;}





/*==产品创新↓==*/ 

.ab-innovate{}

.ab-innovate .row{display: flex;flex-wrap:wrap;margin: 0 0 -30px 0px;}

.ab-innovate .row li{width: calc(50% - 0px);margin: 0 0 30px 0px;}

.ab-innovate .row .pic{overflow: hidden;width: 108%;position: relative;z-index: 2;/* right: -20px; */}

.ab-innovate .row .pic img{width: 100%;max-width: initial;}

.ab-innovate .row li:nth-child(odd) .pic{border-radius: 20px 0 0 20px;clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);}

.ab-innovate .row li:nth-child(even) .pic{border-radius: 0px 20px 20px 0px;clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);}

.ab-innovate .row li:hover .pic img{transform:scale(1.05);}





/*==企业文化↓==*/

.srll-culture{border-left: 1px solid rgba(255,255,255,0.3);border-right: 1px solid rgba(255,255,255,0.3);}

.srll-culture .spot{display: none;}

/*--*/

.ab-culture{}

.ab-culture .long{ background:url(../images/culture-bg.jpg) no-repeat center; background-size:cover;}

.ab-culture .list{display: flex;border-left:1px solid rgba(255,255,255,0.3);}

.ab-culture .list li{position: relative;z-index: 2;display: flex;height: 550px;padding:0 30px;border-right: 1px solid rgba(255,255,255,0.3);justify-content: center;align-items: center; overflow: hidden;}

.ab-culture .list li:after{opacity:0; content:"";position:absolute;left:0;top:0;right:0;bottom:0; z-index: -1;transform:translateY(20px); background: var(--color-main);}

.ab-culture .list .box{text-align:center;    transition: all .4s ease-in-out;}

.ab-culture .list em{display: flex;position: relative;margin: auto;width: 120px;height: 120px;border-radius: 50%;justify-content: center;align-items: center;overflow: hidden;border: 1px dashed #fff;}

.ab-culture .list em:after{ opacity:0; content:"";position:absolute;left: 0;top: 0;right: 0;bottom: 0; z-index:-1;margin: 10px;border-radius: 50%;background: #fff;}

.ab-culture .list em img{filter: drop-shadow(0px 100px var(--color-main));}

.ab-culture .list i{position: relative;width:5px;height:5px;display: block;margin: auto;margin-top: 20px;border-radius: 50%;background: #fff;}

.ab-culture .list i:before,.ab-culture .list i:after{content: "";position: absolute;right: 12px;top: 2px;width: 60px;height:1px;background: #fff;}

.ab-culture .list i:after{right:auto;;left:12px;}

.ab-culture .list h4{color:#fff;font-size:28px;font-weight: bold; margin-top: 25px;}

.ab-culture .list p{display: block;color:#fff;font-size:16px;margin-top: 20px;}

.ab-culture .list li:hover:after{opacity:0.7;transform:translateY(0px)}

.ab-culture .list li:hover em:after{opacity:1}

.ab-culture .list li:hover em img{transform: translateY(-100px);}

.ab-culture .list li:hover .box{transform:translateY(5px); }





/*==服务与支持↓==*/

.service-intro{}

.service-intro .digital-air span{color:#3a3a3a;font-weight: 400;}





/*==服务与支持-全国地图↓==*/

.map-or{display: flex;margin-top:40px;align-items: center;justify-content: space-between;}

.map-or .set{width: 49%;position: relative;z-index: 1;}

.map-or .dot{position: absolute;top:0;right:0;bottom:0;left:0;}

.map-or .dot li{position: absolute;left: 0;right: 0;top: 0;bottom: 0;color:var(--color-main);font-size:20px;}

.map-or .dot .cup{position: absolute;z-index:1;text-align: center;cursor: pointer;}

.map-or .dot .active em:before{color:var(--color-hover-2)}

.map-or .dot .active h4{color:var(--color-hover-2)}

.map-or .dot .line{position: relative;}

.map-or .dot em{font-size:22px;}

.map-or .dot em:before{content:"\e8c4";color:var(--color-main);}

.map-or .dot h4{font-size:16px;font-weight: bold;    transition: all .4s ease-in-out;}

.map-or .dot .sz{}

.map-or .dot .sz .cup{left: 68%;top: 84%;}

.map-or .dot .sz .line{left: 61%;top: 43%;animation: clipExpand 5s ease-out 1s infinite;}

.map-or .dot .xa{}

.map-or .dot .xa .cup{left: 59%;top: 54%;}

.map-or .dot .xa .line{left: 22%;top: 31%;animation: clipExpand 6s ease-out 1s infinite;}

.map-or .dot .sjz{}

.map-or .dot .sjz .cup{left: 70%;top: 40%;}

.map-or .dot .sjz .line{left: 66%;top: 16%;animation: clipExpand 7s ease-out 1s infinite;}

.map-or .info{width:40%;margin-left:50px;padding: 50px;box-shadow: 0 0 20px #ddd;background: #fff;}

.map-or .info ul{}

.map-or .info ul li{margin-bottom: 30px;padding-bottom: 30px;border-bottom:1px #ddd solid}

.map-or .info ul h4{color:var(--color-main);font-size:20px;transition: all .4s ease-in-out;}

.map-or .info ul p{margin-top:5px;color:#666;font-size:16px;}

.map-or .info ul li:last-child{margin-bottom:0px;padding-bottom:0px;border-bottom:none}

.map-or .info ul li:hover h4{color:var(--color-hover-2)}

@keyframes clipExpand {

  from {

    clip-path: circle(0% at 50% 50%);

  }

  to {

    clip-path: circle(100% at 50% 50%);

  }

}





/*--*/

.service-make{}

.service-make .long{position: relative;z-index:1;height:620px;}

.service-make .long .img{position:absolute;left:0;top:0;right:0;bottom:0;z-index:-1;margin: auto;}

.service-make .long ul{position: absolute;left:0;top:0;right:0;bottom:0;z-index:2;display: flex;flex-wrap: wrap;align-items: flex-start;}

.service-make .long ul li{display: flex;width: 25%;margin-bottom: 50px;flex-direction: row-reverse;align-items: center;text-align: right;}

.service-make .long ul li:nth-child(2n){margin-left: 50%;text-align: left;flex-direction: row;}

.service-make .long ul li:nth-child(3){width:22%}

.service-make .long ul li:nth-child(4){width:22%;margin-left:56%}

.service-make .long ul em{flex-shrink: 0;margin: 0 20px;transform-style: preserve-3d;transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);}

.service-make .long ul h4{font-size:24px;color:#333333;}

.service-make .long ul p{margin-top:5px;font-size:16px;color:#4b5b76;}

.service-make .long ul li:hover h4{color:var(--color-main)}

.service-make .long ul li:hover em{animation: card2 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;}

.service-make .line{position: absolute;left:0;top:0;right:0;bottom:0;display: flex;flex-wrap: wrap;align-items: flex-start;}

.service-make .line i{position: absolute;width: 16%;height: 2px;background: -webkit-linear-gradient(left, #ccd8ff, #ebf0ff);}

.service-make .line i:nth-child(1){left: 23%;top: 14%;transform: rotate(16deg);}

.service-make .line i:nth-child(2){left: 21%;top: 40%;transform: rotate(-10deg);}

.service-make .line i:nth-child(3){left: 23%;top: 68%;transform: rotate(-16deg);width: 19%;}

.service-make .line i:nth-child(4){right: 23%;top: 14%;transform: rotate(-16deg) rotateY(-180deg);}

.service-make .line i:nth-child(5){right: 21%;top: 40%;transform: rotate(10deg) rotateY(-180deg);}

.service-make .line i:nth-child(6){right: 23%;top: 70%;width: 19%;transform: rotate(16deg) rotateY(-180deg);}

@keyframes card2 {

0% {transform: perspective(800px) rotateY(0deg); }

33% {transform: perspective(800px) rotateY(30deg); }

66% {transform: perspective(800px) rotateY(-30deg);}

100% { transform: perspective(800px) rotateY(0deg); }

}

/*--*/

.service-cooperate{background: -webkit-linear-gradient(left, #dce3fb, #f3f4fb, #dce3fb);}

.service-cooperate .pic{display: table;margin:auto;}





/*==新闻列表↓==*/

.news-list {}

.news-list li{margin-bottom:30px}

.news-list li:last-child{margin-bottom:0px;}

.news-list a{display: flex;padding:20px;background: #fff;}

.news-list .pic{flex-shrink: 0; width:380px;padding-top: 13%;border:1px #eee solid;}

.news-list .box{flex:1;position:relative;margin-left:50px;margin-top: 20px;padding-bottom: 80px;}

.news-list h4{color:#333333;font-size:24px;font-weight:bold;}

.news-list .time{display: block;margin-top:5px;font-size:14px;color:#999;}

.news-list p{    -webkit-line-clamp: 4;margin-top:10px;color:#757575;font-size:16px;line-height: 30px;}

.news-list .more{position: absolute;bottom: 20px;color:var(--color-main);font-size:14px;}

.news-list li:hover h4{color:var(--color-main)}

.news-list li:hover .more{color: var(--color-hover-2);}





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

.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 .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;font-weight:bold;}

.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:var(--color-main)}

.newsDet .content .msg .active{font-weight:bold;}

.newsDet .content .wor{min-height:150px;font-size:16px;}

.newsDet .content .load{margin-bottom:60px;}

.newsDet .content .load:last-child{margin-bottom:0px;}

.newsDet .content .theme{margin-bottom:20px;font-size:24px;color:var(--color-main); font-weight:bold;}

/*--*/

.newsDet .door-all .little{width:320px}

.newsDet .secs{}

.newsDet .secs .shell {height:auto; width:-webkit-fill-available;margin-bottom:30px;border:1px #f5f5f5 solid}

.newsDet .secs .shell:last-child {margin-bottom:0px;}

.newsDet .secs .shell .tit {position:relative;color: #080404;font-size: 20px;font-weight: bold;border-bottom:1px #e6e8eb solid;padding-bottom:15px;margin-bottom:20px;}

.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:var(--color-main)}

/*--*/

.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:var(--color-main)}

.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:var(--color-main);}

.newsDet .news .two:hover a:before {background:var(--color-main);}

.newsDet .news .three{padding-bottom:20px;border-bottom: 1px #ddd solid;}

.newsDet .news .three a {position:relative;display:block;color:#333333;font-size:15px;}

.newsDet .news .three .pic{padding-top:60%;}

.newsDet .news .three .title {margin-top: 10px;color: #000116;font-size: 16px;width:100%;text-align: center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.newsDet .news .three:hover .title{color:var(--color-main);}

/*--*/

.srll-high{height: auto;}

.srll-high .swiper-container{height: 1100px;}

.srll-high .list li{height: 20%;}

/*--*/

.news-strip{margin-top:40px;}

.news-strip a{display: flex;padding:10px;background: #fff;}

.news-strip .pic{flex-shrink: 0;width:380px;padding-top: 22%;border:1px #eee solid;}

.news-strip .box{flex:1;position:relative;margin-left:50px;margin-top:10px;}

.news-strip h4{color:var(--color-main);font-size:24px;font-weight:bold;}

.news-strip p{-webkit-line-clamp: 3;margin-top:10px;color:#757575;font-size:16px;line-height:28px;}

.news-strip .more{display: table;margin-top:30px;color:var(--color-main);font-size:14px;padding: 6px 30px;border:1px solid var(--color-main);border-radius: 30px;cursor: pointer;}

.news-strip a:hover .more{color:#fff;background: var(--color-main);}

/*--*/







/*==产品详情↓==*/

.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 {color:#666666;font-size:15px;min-height:100px;line-height:28px;overflow:hidden;}

.pst-right .rok {padding:20px;background:#f2f2f2;}

.pst-right .rok .lcp{-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:var(--color-main);}

.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:var(--color-main);background:var(--color-main);}

.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:var(--color-main);}

.psc-content .tone li.active,.psc-content .tone li:hover {color:var(--color-main)}

.psc-content .tone li.active:before,.psc-content .tone li:hover:before {color:var(--color-main)}

.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.no_pb {padding-bottom:0px;border-bottom:0px}

.psc-content .frame.no_pmb {margin-bottom:0px;padding-bottom:0px;border-bottom:0px}

.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:var(--color-main);}

.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:var(--color-main)}

.psc-content .download .file:hover:before {color:var(--color-main)}

.psc-content .download .top * {color:var(--color-main);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:var(--color-main)}

.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 li {}

/*--*/

.psd-right {}

.is-affixed .info {margin-top:50px}





/*==联系我们↓==*/

.contactIn{}

.contactIn #dituContent{width:100%;height:100%;}

.contactIn #dituContent img{max-width:initial;}

/*--*/

.cta-mode{}

.cta-mode .long{}

.cta-mode .long{display: flex;justify-content: space-between;}

.cta-mode .set{width:50%;}

.cta-mode .info{width:50%;margin:50px 0 50px 50px;}

.cta-mode .title{position:relative;margin-bottom:30px;padding-bottom:25px;color: #000123;font-size:32px;border-bottom:1px #eee solid}

.cta-mode .title:before{content:"";position:absolute;left:0;bottom:-1px;width:20%;height:2px;background: var(--color-main);}

.cta-mode .wx{color:#3a3a3a;font-size:20px; line-height: 35px;}

.cta-mode .row{}

.cta-mode .row li{display: flex;margin-bottom:20px;color:#666666;font-size:18px;align-items: center;}

.cta-mode .row b{color:#000123;margin-left:5px;font-weight:bold}

.cta-mode .row i{flex-shrink: 0;display: flex;margin-right:10px;width: 30px;color:var(--color-main);font-size: 22px;text-align: center;justify-content: center;align-items: center;}

.cta-mode .ewm{display: flex;margin-top: 50px;}

.cta-mode .ewm span{margin-right: 40px;color:#2a2a2a;font-size: 15px;text-align: center;}

.cta-mode .ewm img{display:block;width:140px;padding: 5px;margin-bottom: 10px;border: 2px #000 solid;border-radius: 10px;}

/*--*/

.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;}







/*==底部==*/

.footer {position:relative;z-index:1; background:#101729;}

.footer .up{padding:60px 0 0px 0;}

.footer .tit {position:relative;color:#fff;font-size:16px;margin-bottom:20px;}

.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:40%;display:flex;justify-content: space-between;}

.footer .nav li {padding-right:20px;}

.footer .nav li a{display:block;color:#aaa;font-size:14px;margin-bottom:10px;}

.footer .nav li a:hover {color:#fff}

.footer .info {float:left;max-width:25%;margin-left:80px}

.footer .info .tel {display:block;color:#fff;font-size:28px;font-weight:bold;line-height: 1; margin-bottom:20px;}

.footer .info .wx {display:block;color: #ccc;font-size: 15px;line-height: 30px;}

.footer .info .str span{display: flex;margin-bottom: 12px;color: #ccc;font-size: 15px;align-items: center;}

.footer .info .str span i{display: inline-block;width:20px;text-align: center;font-size:15px; color:#fff;margin-right:10px;}

.footer .info .str span:last-child{margin-bottom:0px;}

.footer .ewm {float:right;margin-left:3%;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 .down {position:relative;margin-top:60px;padding:20px 0;color:#aaa;font-size:14px;border-top:1px solid rgba(255,255,255,0.1)}

.footer .down .long{display: flex;justify-content: space-between;align-items: center;}

.footer .down a {color:#aaa;font-size:14px;}

.footer .down a:hover {color:#fff;}

.footer .link {display: flex;margin-top: 20px;flex-wrap: wrap;}

.footer .link h3 {flex-shrink: 0; color:#fff;font-size: 14px;}

.footer .link .box{flex: 1;}

.footer .link a {position:relative;color:#ccc;font-size:14px;display:inline-block;padding: 0 20px;margin-bottom:5px;}

.footer .link a:after{content:"";position:absolute;right:0;top:0;bottom:0;width:2px;height: 13px;margin: auto;background:#aaa}

.footer .link a:last-child::after{display: none;}



