@charset "utf-8";
/*[框架布局 v5.1.2]*/
html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;overflow:-moz-scrollbars-vertical;}

 


/*==版心定义↓==*/
.container{width:1600px;}
a:hover{color:var(--color-main);}
.bga{background:#f8f8f8;}


/*==字符串↓==*/
*: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_94jxi72j9yf.woff2?t=1737290490323') format('woff2'),
       url('//at.alicdn.com/t/c/font_1963410_94jxi72j9yf.woff?t=1737290490323') format('woff'),
       url('//at.alicdn.com/t/c/font_1963410_94jxi72j9yf.ttf?t=1737290490323') format('truetype');
}


/*==颜色配置↓==*/
:root {
--color-main:#2a3976;
--color-ass:#ffb749;
--color-1:#000123;
--color-2:#3a3b3c;
--color-3:#6a6b6c;
--color-4:#9a9b9c;
--color-title:#000123;
--color-bif:#6a6b6c;
--color-txt:#6a6b6c;
--color-time:#9a9b9c;
--color-hover:#2a3976;
--color-hover-2:#2e7c99;
--color-hover-3:#ff6601;
--bg-main:rgba(39,160,206,0.5);
--bg-2: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{position: relative;left:0;right:0;z-index:5;border-bottom:1px #eee solid; height:100px;}
.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:var(--color-main);font-weight:bold;letter-spacing:6px;}
.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 .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:var(--color-main);}
.header .lang:hover .drop{display:block;}
.header .lang:hover:after{color:var(--color-main);transform: rotateX(180deg);}
.header .lang:hover b{color:var(--color-main)}
.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: #333333;font-size: 18px;height: 100%;text-align: center;align-items: center;flex-direction: row-reverse;}
.header .nav > li.arr > a:before{content: "\e65a";margin-left: 5px;color:#3a3a3a;font-size:20px;}
.header .nav > li > a:after{display: none; content:"";position: absolute;left: 0;right: 0;bottom:0;top: 15px;z-index:-1;margin: auto;height:10px;background:var(--color-main);transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.header .nav > li.arr > a:after{right: 22px;}
.header .nav > li:hover > a,.header .nav > li.active > a{color:var(--color-main); }
.header .nav > li:hover > a:after,.header .nav > li.active > a:after{opacity:0.5; transform: scale(1);transform-origin:left;}
.header .nav > li.arr:hover > a:before,.header .nav > li.arr.active > a:before{color:var(--color-main);transform: rotateY(180deg);}
.header .nav .sub{display:none;position:absolute;left:0px;top: 100%;width: 160px;margin-left:-10px;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(-25%);}
.header .nav .sub:before{content:"";position:absolute;top: -20px;left: 0;right: 0;display: block;margin: auto;width: fit-content;height: fit-content;border: 10px solid white;border-color: transparent transparent #fff transparent;}
.header .nav .sub a{display: block;color: #5e5e5e;font-size: 15px;padding: 10px 10px;border-bottom: 1px #ddd dashed;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.header .nav .sub a:last-child{border:none}
.header .nav .sub a:hover{color:#fff;border-color:var(--color-main); background: 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:15px;display: block;color:#6b6b6b;font-size:16px;font-weight: 400;text-transform: Uppercase;}
.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:40px; text-align: center;}
.titleBx b{color:var(--color-main);font-weight: bold;}
.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: 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 b,.titleBx.white span{color:#fff}
.titleBx.tTop{margin:50px 0 -20px 0;}


/*==下载按钮↓==*/
.more-download{display: table; margin-top: 20px;color:#fff;font-size:20px;padding: 10px 30px;border-radius: 30px;background: var(--color-ass);    transition: all .4s ease-in-out;}
.more-download:before{content:"\e6e7";margin-right:10px;}
.more-download:hover{color:#fff;background: var(--color-main);}


/*==切换按钮-箭头↓==*/
.cut-item.arr .btn{opacity:0.6; border-color:var(--color-ass) !important;background:none !important}
.cut-item.arr .btn:before{content:"\ee4b";color:var(--color-ass)  !important}
.cut-item.arr .btn:hover{opacity:1;}

/*==左右按钮-↓==*/
.trol-tr{position: absolute;top: -70px;right: 0;z-index:1;display: flex;}
.trol-tr .btn{position: static;transform: scale(0.8);margin-left: 10px;}
.trol-tr .btn.sNext{transform: scale(0.8) rotateY(180deg);}


/*==左右按钮-2↓==*/
.trol-or{display: flex;width: auto;margin: auto;margin-top:30px;align-items: center;justify-content: center;}
.trol-or .spot{margin:0px;}
.trol-or .spot-dot span{background: #eee;}
.trol-or .btn{position: initial;transform:scale(0.5);}
.trol-or .btn.sNext{transform:scale(0.5) rotateY(180deg)}


/*==左右按钮-3↓==*/
.trol-cn{display: flex;margin: auto;margin-top:40px;align-items: center;justify-content: center;}
.trol-cn .btn{position:initial;margin: 0 15px;transform: translateY(0%);}
.trol-cn .btn.sNext{transform:rotateY(180deg)}


/*==切换-log↓==*/
.sr-log{}
.sr-log .spot{display: none;}


/*==应用切换↓==*/
.srll-apply{}
.srll-apply .list a{display: block;position: relative;}
.srll-apply .list .pic::after{opacity:0.6;content:"";position:absolute;left:0;top:0;right:0;bottom:0;z-index:1;background:#000;}
.srll-apply .list .box{position: absolute;left:0;top:0;right:0;bottom:0;z-index:1;margin: auto;width: fit-content;height: fit-content;text-align: center;}
.srll-apply .list .box em{opacity:0;display: block;margin-bottom:10px}
.srll-apply .list .box h4{color:#fff;font-size:30px;}
.srll-apply .list .box i{opacity:0;display: flex;margin: auto;margin-top:20px;width: 45px;height: 45px;font-size: 26px;color: #fff;background: var(--color-ass);border-radius: 50%;align-items: center;justify-content: center;}
.srll-apply .list .box i:before{content:'\e6c3';}
.srll-apply .list .swiper-slide-active .pic:after{opacity:0.3}
.srll-apply .list .swiper-slide-active .box em{opacity:1}
.srll-apply .list .swiper-slide-active .box i{opacity:1}
.srll-apply .spot{display: none;}
.srll-apply .trol{position: absolute;left:0;bottom:80px;right: 0;height: 50px;z-index: 2;}
.srll-apply .btn{transform:scale(0.8);}
.srll-apply .btn.sPrev{left:0;}
.srll-apply .btn.sNext{right: 0 !important;transform: scale(0.8) rotateY(180deg);}


/*==首页关于↓==*/
.aboutHome{position: relative;z-index:1;}
.aboutHome .intro{display: flex;position: relative;}
/*.aboutHome .intro:before{content:"";position:absolute;left:0;right:0;top: 0;bottom:0;z-index: -1;background: url(../images/about-size.png) no-repeat left bottom;}*/
.aboutHome .intro .set{flex-shrink: 0;margin-right:60px;}
.aboutHome .intro .info{}
.aboutHome .intro .title{margin-bottom: 10px;color:var(--color-main);font-size: 48px;font-weight: bold}
.aboutHome .intro .title span{display: block;margin-top:10px;color:#333;font-size: 24px;}
.aboutHome .intro .wx{color:#555555;font-size: 18px;line-height: 30px;}
.aboutHome .intro .more{}
.aboutHome .year{}
.aboutHome .year .title{margin-bottom: 40px;color:var(--color-main);font-size: 52px;font-weight: bold;}
.aboutHome .year .title span{display: block;margin-top:10px;color:#333;font-size: 26px;}
.aboutHome .year .list{display: flex;margin: 0 0 -20px -20px;flex-flow: row wrap;align-content: flex-start;}
.aboutHome .year .list li{display: inline-block;width: calc(20% - 20px);margin: 0 0 20px 20px;border-radius: 10px;}
.aboutHome .year .list a{position: relative; display: block;}
.aboutHome .year .list .pic{padding-top:80%;}
.aboutHome .year .list h4{position: absolute;left:0;bottom:0;width: 80%;color:#333333;font-size: 14px;padding:5px 10px;border-radius:0 10px 0 0;background: #fff;}
.aboutHome .year .list li:hover a{transform: translateY(-5px);}
.aboutHome .year .list li:hover h4{color:var(--color-main)}
/*--*/
.strip-over{position:absolute;right:0;bottom:0;z-index: -1;width:1268px;height:113px; background: url(../images/about-size.png) no-repeat left bottom;transition: transform 0.3s ease;}

/*==能力-模块↓==*/
.bout-trait{display: flex;align-items: center;}
.bout-trait .set{width:50%;border-radius:20px;}
.bout-trait .set ul img{width: 100%;height: 100%;object-fit: cover;}
.bout-trait .info{position: relative; width:50%;margin-left:50px;}
.bout-trait .title{margin-bottom:20px;color:var(--color-main);font-size: 30px;font-weight:bold;}
.bout-trait .wx{font-size:18px;color:#666;line-height: 30px;}
.bout-trait .digital-air{margin-top:40px;justify-content: normal;margin-left:10px;}
.bout-trait .digital-air li{width:calc(45% - 10px);margin-left:10px; margin-bottom: 30px;}
.bout-trait.or-r{flex-direction: row-reverse;}
.bout-trait.or-r .info{margin-left:0px;margin-right:50px;}
.bout-trait.or-r .srll-single .pto{float: left;}
.bout-trait .srll-single{/* width:120%; *//* float: right; */height: 400px;}
.bout-trait .srll-single .pto{float: right;width: 120%;height: 100%; overflow: hidden; background: #eee;}
.bout-trait .srll-single .list li{height: 400px;}
.bout-trait .srll-single .list a{display:block;height:100%;}
.bout-trait .srll-single .list .pic{height:100%;}
.bout-trait .srll-single .spot{position: absolute;left:20px;bottom:20px;z-index: 2;}
.bout-trait .srll-single .spot span.swiper-pagination-bullet-active{background:var(--color-ass) !important;}
/*--*/
.bout-trait.s2 .srll-single .pto{border-radius:0 40px 0 0;}
.bout-trait.s2 .info{padding-right:80px;border-right:4px var(--color-ass) solid;}
.bout-trait.s2.or-r .info{padding-right:0;padding-left:80px;border:none;border-left:4px var(--color-ass) solid}
.bout-trait.s2.or-r .srll-single .pto{border-radius:40px 0px 0 0; }


/*==首页新闻列表-grid↓==*/
.news-grid {display: flex; margin:0 0 0px -15px;flex-wrap: wrap;}
.news-grid li{display: inline-block; 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: 18px;}
.news-grid p {-webkit-line-clamp:1;margin-top: 8px;color:#878787;font-size:14px;line-height: 24px;}
.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-ass);font-size: 18px;font-weight: bold;border:1px var(--color-ass) 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-ass);   transform: rotateZ(-40deg);}


/*==底部下载留言↓==*/
.messageHome{ border-radius:30px 30px 0 0; background:url(../images/message-bg-02.jpg) no-repeat center;background-size:cover;}
.messageHome .long{display: flex;justify-content: space-between;align-items: center;}
.messageHome .download{text-align:center }
.messageHome .download .pic{border:1px solid var(--color-ass);width: max-content;margin: auto;align-items: center;}
.messageHome .more-download{margin-top: 20px;}
.messageHome .info{width:40%;}
.messageHome .info .loaf{display: flex;padding-bottom: 15px;border-bottom:1px #fff solid;align-items: center;}
.messageHome .info .loaf h5{color:#fff;font-size:16px;margin-right:10px;}
.messageHome .info .loaf input{color:#fff}
.messageHome .info p{margin-top: 15px;color:#fff;font-size:18px;}
.messageHome .info .button{margin-top:40px;padding: 10px 40px;color: #fff;font-size:18px;border-radius:30px;cursor: pointer;background: var(--color-ass);}
.messageHome .info .button:hover{color: var(--color-ass);background: #fff;} 



/*==技术中心↓==*/
.technologyEV .ban-or .box .level{font-size:20px;}
.technology-grain{}
.technology-grain .list{display: flex;margin:0 0 -30px -30px;flex-flow: row wrap;align-content: flex-start;}
.technology-grain .list li{display: flex;width: calc(50% - 30px);margin:0 0 30px 30px;box-shadow: 0 0 10px #ddd;background: #fff;align-items: flex-start;}
.technology-grain .list a{display: block;}
.technology-grain .list .pic{padding-top: 40%;width: 45%;}
.technology-grain .list .box{flex: 1;padding:30px;background:#fff;}
.technology-grain .list h4{color:var(--color-main);font-size:22px;}
.technology-grain .list p{margin-top:10px;font-size:16px;line-height:28px; color:#6a6a6a}
.technology-grain .list li:hover{transform: translateY(-5px);}
.technology-grain .list li:hover h4{color:var(--color-main)}
.technology-backing .list{display: flex;margin:0 0 -20px -20px;flex-flow: row wrap;align-content: flex-start;}
.technology-backing .list li{display: flex;width: calc(33.3% - 20px);margin:0 0 20px 20px;box-shadow: 0 0 10px #ddd;background: #fff;align-items: center;}
.technology-backing .list a{display: block;}
.technology-backing .list .pic{padding-top: 35%;width: 35%;border-radius: 50%;margin: 20px 0 20px 20px;}
.technology-backing .list .box{flex: 1;padding:30px;background:#fff;}
.technology-backing .list h4{color:var(--color-main);font-size:22px;}
.technology-backing .list p{margin-top:10px;font-size:16px;line-height:28px; color:#6a6a6a}
.technology-backing .list li:hover{transform: translateY(-5px);}
.technology-backing .list li:hover h4{color:var(--color-main)}
.technology-coating {background:url(../images/coating-bg.jpg) no-repeat center;background-size:cover;}
.technology-coating .list{display: flex;margin:0 0 -20px -20px;flex-flow: row wrap;align-content: flex-start;}
.technology-coating .list li{display: flex;width: calc(33.3% - 20px);margin:0 0 20px 20px; background: #fff;align-items: flex-start;flex-direction: column;}
.technology-coating .list .pic{width: 100%; padding-top: 80%;}
.technology-coating .list .box{padding:20px;}
.technology-coating .list h4{color:var(--color-main);font-size:22px;}
.technology-coating .list p{margin-top:10px;font-size:16px;line-height:28px; color:#6a6a6a}
.technology-coating .list li:hover{transform: translateY(-5px);}
.technology-coating .list li:hover h4{color:var(--color-main)}


/*==学院↓==*/
.academyIn{}


/*==课程列表↓==*/
.training-list.edge{display: flex;margin:0 0 -20px -20px;flex-flow: row wrap;align-content: flex-start;}
.training-list.edge li{width: calc(33.3% - 20px);margin:0 0 20px 20px;}
.training-list .pic{padding-top:80%;}
.training-list .box{position: relative; padding:20px;background: #f6f8fa;}
.training-list i{position: absolute;right:20px;top:20px;color:var(--color-main);font-size:18px;font-weight:bold}
.training-list h4{color:#333333;font-size:20px;}
.training-list p{margin-top:10px;color:#666666;font-size:14px;}
.training-list li:hover h4{color:var(--color-main)}


/*==学院介绍↓==*/
.academy-intro{background:url(../images/academy-bg-01.jpg) no-repeat center;background-size:cover;}
.academy-intro .long{display: flex;position: relative;background: #fff;}
.academy-intro .long .set{width:50%;}
.academy-intro .long .info{width:50%;padding:60px 40px;}
.academy-intro .long .title{margin-bottom: 30px;color:var(--color-main);font-size: 44px;font-weight: bold;}
.academy-intro .long .wx{color:#555555;font-size: 18px;line-height: 30px;}


/*==画廊列表↓==*/
.gallery-list{}
.gallery-list .pic{padding-top:80%;}
.gallery-list .pic:before{content: "\e73b";position: absolute;left:0;top:0;right:0;bottom:0;z-index:1;width: fit-content;height: fit-content;margin: auto;color:#ff0000;font-size: 50px;}
.gallery-list h4{margin-top:10px;color:#010101;font-size:14px;text-align: center;}
.gallery-list li:hover h4{color:var(--color-main)}


/*==图列表↓==*/
.lmages-list{}
.lmages-list .pic{padding-top:80%;}
.lmages-list h4{margin-top:10px;color:#010101;font-size:18px;text-align: center;}
.lmages-list li:hover h4{color:var(--color-main)}


/*==支持服务介绍↓==*/
.service-intro{}
.service-intro .long{display: flex;}
.service-intro .info{width:50%;margin-right:40px}
.service-intro .info h3{margin-bottom:10px;color:#333;font-size:44px;}
.service-intro .info h4{margin-bottom:10px;color:#333;font-size:24px;}
.service-intro .info p{color:#666;font-size:16px;line-height:28px;}
.service-intro .set{width:50%;}
.service-intro .feedback-item{margin-top:40px;}
.service-intro .feedback-item form textarea{height:100px;}


/*==视频切换↓==*/
.srll-video .spot{display: none;}
.srll-video{position: relative;}


/*==切换-排4↓==*/
.srll-it_n4 .list a{position:relative;z-index:1;display: block;}
.srll-it_n4 .list .pic{padding-top:80%;z-index:1;}
.srll-it_n4 .list h4{margin-top:10px;color: #333333;font-size:16px; }
.srll-it_n4 .list li:hover h4{color:var(--color-main)}


/*==支持服务-全球↓==*/
.service-global{background:url(../images/global-bg.jpg) no-repeat center;background-size:cover;}
.service-global .long{display: flex;}
.service-global .long .info{flex: 1;}
.service-global .long .set{width:55%}
.service-global .digital-air li{width:calc(50% - 20px);margin:0 0 20px 20px;text-align: left;}


/*==支持服务-合作↓==*/
.service-collabora{}
.service-collabora .row{display: flex;flex-wrap: wrap;margin:0 0 -20px -20px;}
.service-collabora .row li{width:calc(50% - 20px);height:370px;padding:40px;margin:0 0 20px 20px;background: #f6f8fa;}
.service-collabora .row h4{color:#333333;font-size:28px;}
.service-collabora .row p{margin-top:10px;color:#666666;font-size:16px;}
.service-collabora .row li:nth-child(n+3){width:calc(33.3% - 20px);}


/*==支持服务-联系↓==*/
.service-contact{}
.service-contact .row{display: flex;margin:0 0 -20px -20px;}
.service-contact .row li{width:calc(25% - 20px);padding: 60px 40px;margin:0 0 20px 20px;border:1px #ddd solid;text-align: center;}
.service-contact .row em{display: block;margin-bottom:10px;color:var(--color-main);font-size:50px;}
.service-contact .row h4{margin-bottom: 10px;color:#333333;font-size:20px;}
.service-contact .row span{display: block;color:#333333;font-size:15px;}
.service-contact .row li:hover{border-color:var(--color-main)}


/*==产品列表↓==*/
.product-list.edge{display: flex;margin:0 0 -40px -20px;flex-flow: row wrap;align-content: flex-start;}
.product-list.edge li{display: inline-block;width:calc(25% - 20px);margin:0 0 40px 20px; }
.product-list a{display: block;}
.product-list .pic{padding-top:100%;border:1px #ddd solid;}
.product-list .pic .det{opacity: 0;position: absolute;left:0;top:0;right:0;bottom:0;z-index: 2;margin:auto;display: flex;width:80px;height: 80px;color:#fff;font-size:18px;border-radius: 50%;background: var(--color-ass);align-items: center;justify-content: center;}
.product-list .box{margin:20px 20px 0 20px; }
.product-list h4{color:#333;font-size:18px;text-align: center;}
.product-list span{display: block; margin-top:5px;font-size:15px; color:#757575}
.product-list li:hover a{transform: translateY(-5px);}
.product-list li:hover h4{color:var(--color-main)}
.product-list li:hover .pic .det{opacity: 1;}


/*==关于-简介↓==*/
.ab-intro{}
.ab-intro .photo{}
.ab-intro .long{display: flex;padding:60px;background: var(--color-main);}
.ab-intro .long .set{position: relative;flex-shrink: 0;}
.ab-intro .long .set .logo{}
.ab-intro .long .set .year{position: absolute;bottom:0;left:0;}
.ab-intro .long .set .year h4{color:#fff;font-size:44px;font-weight:bold}
.ab-intro .long .set .year span{display: block; color:#fff;font-size:18px; }
.ab-intro .long .info{margin-left:120px;flex: 1;}
.ab-intro .long .wx{color:#fff;font-size:16px;line-height: 28px;}
.ab-intro .or{display: flex;}
.ab-intro .or .set{width:50%;}
.ab-intro .or .info{width:50%;padding:60px 0 60px 80px;text-align: right;}
.ab-intro .or .logo{margin-bottom:20px;}
.ab-intro .or .title{margin-bottom:20px;color:#333333;font-size:24px;}
.ab-intro .or .wx{color:#666666;font-size:16px;line-height: 28px;}


/*==关于-文化↓==*/
.ab-culture{}
.ab-culture ul{display: flex;flex-wrap: wrap;margin-left:-20px;}
.ab-culture ul li{position: relative;width: calc(20% - 20px);margin-left:20px;padding:30px;height:530px;}
.ab-culture ul li:first-child .pic{width: 150%;left: auto;}
.ab-culture ul li:last-child .pic{width: 150%;right: auto;}
.ab-culture ul .pic{position: absolute; left:0;top:0;right:0;bottom:0;z-index:1;object-fit: cover}
.ab-culture ul .pic:after{opacity: 0.2;content:"";position:absolute;left:0;top:0;right:0;bottom:0;z-index:1;background:#000;}
.ab-culture ul img{width:100%;height:100%;object-fit: cover}
.ab-culture ul .box{position: relative;z-index: 2;    transition: all .4s ease-in-out;}
.ab-culture ul h4{position: relative;margin-bottom:10px;color:#fff;font-size:20px;}
.ab-culture ul h4:after{content:"";display: block;margin-top: 10px;width: 40px;height: 3px;background: #fff;}
.ab-culture ul p{color:#fff;font-size: 16px;line-height: 24px;}
.ab-culture ul li:hover .pic:after{opacity:0.3}
.ab-culture ul li:hover .box{transform:translateX(5px)}


/*==关于-荣誉↓==*/
.ab-honor{}
.ab-honor .list .in{padding:30px; border-radius: 10px; border:1px #d7e2ee solid;background: #f6f8fa;}
.ab-honor .list .in .pic{border:none}
.ab-honor .list h4{margin-top:15px;color:#131415;font-size:16px;text-align: center;}


/*==关于-质量↓==*/
.ab-quality{background:url(../images/quality-bg.jpg) no-repeat center;background-size:cover;}


/*==质量-切换↓==*/
.srll-quality{}
.srll-quality .list a{display: block;background: #fff;}
.srll-quality .list h4{padding: 15px 10px;color:#131415;font-size:16px;text-align: center;}


/*==关于-发展历程↓==*/
.ab-history{background:url(../images/history-bg.jpg) no-repeat center;background-size:cover;}


/*==发展历程切换↓==*/
.srll-history{}
.srll-history .list{}
.srll-history .list a{display: flex;position: relative;z-index: 2;padding: 30px;height: 250px;flex-direction: column;justify-content: space-between;/* background: #eee; */}
.srll-history .list a:after{opacity: 0.9;content:"";position:absolute;left:0;top:0;right:0;bottom:0;z-index: -1;background:#fff;clip-path: polygon(3% 0%,100% 0%, 97% 100%, 0% 100%);}
.srll-history .list h4{color:var(--color-main);font-size:32px;}
.srll-history .list .txt{color:#000116;font-size: 15px;height: 70px;}
.srll-history .list li:hover a:after{opacity:1;background:var(--color-main)}
.srll-history .list li:hover *{color:#fff}
.srll-history .list .swiper-slide-active a:after{border-radius:10px 0 0px 10px; clip-path: polygon(0% 0%,100% 0%, 97% 100%, 0% 100%);}
.srll-history .list .swiper-slide-duplicate-prev a:after{border-radius:0px 10px 10px 0px; clip-path: polygon(3% 0%,100% 0%, 100% 100%, 0% 100%);}


/*==产品应用-介绍↓==*/
.apple-intro{ background: #f6f8fa;}
.apple-intro .long{display: flex;}
.apple-intro .long .set{flex-shrink: 0; width:50%}
.apple-intro .long .info{width:50%;margin-left:40px;}
.apple-intro .long .title{margin-bottom:20px;color:var(--color-main);font-size:44px;}
.apple-intro .long .txt{clor:#fff;font-size:18px;line-height: 28px;}
.apple-intro .srll-single .spot{position: absolute;left: 100%;bottom: 30px;margin: 0;margin-left: 50px;width: max-content;}


/*==新闻列表↓==*/
.news-list{display: flex; margin:0px 0 -30px -30px;flex-wrap:wrap;}
.news-list li{width: calc(33.3% - 30px);margin: 0 0 30px 30px;}
.news-list a {display:block;position:relative;}
.news-list .pic{padding-top:70%}
.news-list .box{padding: 30px 20px;background:#f6f8fa;}
.news-list h4{color: #333333;font-size: 18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.news-list p {-webkit-line-clamp:2;margin-top: 10px;color:#666666;font-size:14px;line-height: 24px;}
.news-list .dow{margin-top:30px;display: flex;align-items: center;justify-content: space-between;}
.news-list .dow .more{color:var(--color-main);font-size:14px;}
.news-list .dow .time{color:#999999;font-size:14px;}
.news-list li:hover h4{color:var(--color-main)}
.news-list li:hover .more{color:var(--color-ass)}


/*==新闻详情框↓==*/
.newsDet{/*background: #f7f7f7;*/}
.newsDet .door-all .length,.newsDet .door-all .length{padding:30px;background: #fffc;}
.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;}
.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:300px;font-size:16px;}
/*--*/
.newsDet .door-all .little{width:320px}
.newsDet .secs{}
.newsDet .secs .shell {width:-webkit-fill-available;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 {display: none; content:"";position:absolute;left:0;bottom:-1px;width:20%;height:1px;background:var(--color-main);}
.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: 20px;padding-bottom: 20px;border-bottom: 1px #ddd solid;}
.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;color:#999;font-size:16px;}
.newsDet .news .two a:before {display: none; 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);}

 

/*==产品详情↓==*/
.ProductShow{}
.DetailCont .top{}
.DetailCont .top .long{display: flex;}
/*--*/
.DetailCont .pst-left {width: 50%;background: #f6f8fa;}
.DetailCont .pst-left .srll-single a{display: block;padding:80px 50px 50px 50px;text-align: center;height: 550px;}
.DetailCont .pst-left .srll-single img{height:100%;}
.DetailCont .pst-right {width:45%;margin-left:60px;height: 700px;padding-right: 40px;overflow-x: auto;}
.DetailCont .pst-right::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);background-color: #f5f5f5;}
.DetailCont .pst-right::-webkit-scrollbar{width: 4px;background-color: #f5f5f5;}
.DetailCont .pst-right::-webkit-scrollbar-thumb{background-color: var(--color-main);}
/*--*/
.pst-right .title {color: var(--color-main);font-size: 55px;font-weight: bold;margin-bottom: 5px;font-family:-apple-system,fantasy,"Microsoft YaHei";}
.pst-right .tit2{color:var(--color-main);font-size: 36px;/* font-weight: bold; */display:block;margin-bottom: 20px;font-family: fantasy;}
.pst-right .wx {color:#666666;font-size:15px;line-height:28px;overflow:hidden;}
.pst-right .shell{margin-top:30px}
.pst-right .shell .tit{margin-bottom:10px;color:var(--color-main);font-size:20px;}
.pst-right .benefits ul li{margin-bottom:10px;color:#666;font-size:16px;}
.pst-right .benefits ul li:before{content:"";display: inline-block;margin-right:10px;width: 7px;height: 11px;color:#f7b147;background: url(../images/benefits-ico.png) no-repeat left center;}
.pst-right .grit ul{display: flex;flex-wrap: wrap;margin: 0 0 -16px -16px;}
.pst-right .grit ul li{flex: auto; display:inline-block;max-width: calc(50% - 16px);margin: 0 0 15px 16px;padding: 10px 20px;color:#fff;font-size: 18px;border-radius:5px;text-align: center;background: var(--color-main);}
/*--*/
.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;padding: 50px;background: #f9f9f9;}
.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;}
.psc-content .tone li {position:relative;display:inline-block;color: #666666;font-size: 22px;padding-bottom: 15px;margin-right: 80px;cursor:pointer;align-items:center;justify-content:center;}
.psc-content .tone li:after {content:"";position:absolute;left:0;bottom:0px;width: 40%;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 .frame {}
.psc-content .frame .or{display: flex;justify-content: space-between;}
.psc-content .frame .or .wx{width:47%}
.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);}


/*==联系我们↓==*/
.contactIn{}
.contactIn #dituContent{width:100%;height:500px;}
.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-right:5px}
.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;}


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


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


/*==视频↓==*/
.video-list.edge{display: flex;margin: 0 0 -40px -30px;flex-wrap: wrap;}
.video-list.edge li{display: inline-block;width: calc(33.3% - 30px);margin: 0 0 40px 30px;}
.video-list a{position:relative;z-index:1;display: block;}
.video-list .pic{padding-top:70%;z-index:1;}
.video-list .pic:before{opacity:0; content:"\e696";position: absolute;left:0;top:0;bottom:0;z-index: 2;right:0;margin: auto;height: max-content;text-align: center;color:#fff;font-size:50px;font-weight:bold;}
.video-list .pic:after{opacity: 0;content: "";position: absolute;left:0;top:0;bottom:0;right:0;background: #000;}
.video-list h4{margin-top:10px;color: #333333;font-size:18px; }
.video-list li:hover a{}
.video-list li:hover .pic:before{opacity:1;}
.video-list li:hover .pic:after{opacity:0.4;}
.video-list li:hover h4{color:var(--color-main)}


/*==底部==*/
.footer {position:relative;z-index:1; background:#f6f8fa;}
.footer .up{padding:70px 0 0px 0;}
.footer .tit {position:relative;color:var(--color-main);font-size:24px;margin-bottom:20px;}
.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:#666;font-size:16px;margin-bottom:10px;}
.footer .nav li a:hover {color:var(--color-main)}
.footer .nav .box.col{ column-count: 2;}
.footer .share-item{float:right;margin-left:10%;}
.footer .info {float:right;max-width:25%}
.footer .info .str span{display: flex;margin-bottom: 10px;color: #666;font-size: 16px;}
.footer .info .str span b{flex-shrink: 0;}
.footer .info .str span:last-child{margin-bottom:0px;}
.footer .down {position:relative;margin-top:50px;color:#aaa;font-size:14px;}
.footer .down .long{padding:20px 0;border-top:1px solid #ddd}
.footer .down a {color:#aaa;font-size:14px;}
.footer .down a:hover {color:#fff;}


