@charset "utf-8";


/*==顶部↓==*/
.fixed-top.header .wall{}
.fixed-top.header .wall:before{opacity:1;}
.fixed-top.header .wall{opacity: 0;transform: translateY(-20px);transition: all .4s ease-in-out;}
.fixed-top.header.def .wall{opacity: 1;transform: translateY(0px);}
/*--*/
.header{position: fixed;top:0;z-index:3;height: 60px;}
.header .wall{opacity: 1;position:fixed;top:0px;left:0;right:0;z-index:3;padding:10px 0;height: 59px;transform: translateY(0px);transition: all .0s ease-in-out;}
.header .wall::after{opacity: 0.9; content:"";position:absolute;left:0;top:0;right:0;bottom:-1px;z-index:-1;backdrop-filter: blur(.1rem);background:var(--color-ass);}
.header .container{height:100%;}
.header .long{display: flex;justify-content: space-between;align-items: center;}
.header .logo{float:left;display: flex;height:100%;padding:10px 0;align-items: center;}
.header .logo a{display: flex;height:100%;align-items: center;}
.header .logo img{max-height: 30px;}
.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 .right{float:right;display: flex;margin-left:5px;height: 100%;align-items: center;transition: all .4s ease-in-out;}
.header .lang-2{float: right;position: relative;display: flex;height:100%;align-items: center;}
.header .lang-2 a{display: flex;margin-left: 10px;color:#fff;font-size: 20px;align-items: center;}
.header .lang-2 a:after{content:"";margin-left: 10px;width: 1px;height: 15px;background: #fff;}
.header .lang-2 a:first-child{margin-left:0px;}
.header .lang-2 a:last-child:after{display:none}
.header .lang-2 a:hover,.header .lang-2 a.active{color:var(--color-main)}
.header .nav{display:flex;height: 100%;}
.header .nav > li{float: left;position:relative;height: 100%;margin: 0 30px;}
.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{opacity:0;content:"";position: absolute;left: 0;bottom: 0px;right: 0;display: block;width: 5px;height: 5px;margin: auto;border-radius: 100%;background: var(--color-main);}
.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: 1; }
.header .nav .sub{display:none;}
.header .nav .sub-bok{position:absolute;left: 100%;top: 120%;width: 160px;border:1px #ddd solid;background: rgba(255,255,255,1);padding: 15px 15px;z-index: 999;text-align: center;border-radius: 10px;box-shadow: 0 8px 32px #0003;transform: translateX(-50%);}
.header .nav .sub-bok.lg{width:200px;}
.header .nav .sub-bok a{position:relative;display: block;color: #333;font-size: 18px;padding: 10px 15px;width: 100%;text-align: left;border-radius: 10px;/* 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 .nav .sub-bok .ewm{display: none;position:absolute;left: 100%;top: 50%;margin-left: 30px;width: 150px;padding: 15px 15px;border-radius: 10px;border: 1px solid #f3f3f3;background: #fff;transform: translateY(-50%);}
.header .nav .sub-bok .ewm:before{content:"";position:absolute;top: 50%;/* bottom: 0; */left: -20px;display: block;margin: auto;margin-top: -10px;width: fit-content;height: fit-content;border: 10px solid #fff;border-color: transparent #fff transparent transparent;}
.header .nav .sub-bok .ewm img{width:100%;}
.header .nav .sub-bok .ewm h4{margin-top:15px;font-size:14px;color:#333;text-align:center}
.header .nav .sub-bok a:hover .ewm{display:block}
/*-下拉导航-*/
.header .rel{position: inherit !important;}


/*==标题↓==*/
.titleAx{margin-bottom:78px;color:#333;font-size:28px;}
.titleAx .tl{font-size:36px;font-weight: 550;}
.titleAx .tl::after{display:none;}
.titleAx b{position:relative;padding-bottom:2px;font-weight:350;}
.titleAx b::after{content:"";position:absolute;left:0;right:0;bottom:0;z-index:-1;height: 1px;background:var(--color-lg);}
.titleAx span{margin-bottom:10px;display: block;color:#333;font-size:48px;font-weight: bold;text-transform: Uppercase;font-family: 'D-DIN-Bold';}
.titleAx font{color:var(--color-main)}
.titleAx.cen{text-align: center; }
.titleAx.cen hr{margin:0px auto;margin-top: 10px;}
.titleAx.white,.titleAx.white b,.titleAx.white span{color:#fff}
.titleAx.white b::after{background:var(--color-aid2)}
.titleAx.tTop{margin:50px 0 -20px 0;}
.titleAx.m30{margin-bottom:30px}
.titleAx.m40{margin-bottom:40px}


/*==首页banner↓==*/
.banner-top{position:relative;}
.banner-top .pic{position:relative; display:block;}
.banner-top .pic::after{content:"";position:absolute;left:0;right:0;bottom:0;z-index:1;height:50%;background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));}
.banner-top .pic img{width:100%;/*height: 100vh;*/}
.banner-top .info{position:absolute;left:0;bottom:40px;right:0;z-index: 2;width: fit-content;margin: auto;}
.banner-top .info .title{font-size: 30px;color:#fff;}
.banner-top .info .arr{display: flex;margin: auto;margin-top: 10px;color: #fff;font-size:41px;align-items: center;justify-content: center;animation: spinoffPulse 1s infinite linear;}
.banner-top .info .arr:before{content:"\ee51";display: block;background: var(--color-lg);-webkit-background-clip: text;background-clip: text;color: transparent;}
@-webkit-keyframes spinoffPulse{
0%{transform: translateY(0px);}
50%{transform: translateY(10px);}
50%{transform: translateY(10px);}
100%{transform: translateY(0px);}

}


/*==标题上↓==*/
.theme-top{margin-bottom: 60px;font-size: 36px;font-weight:bold;color:var(--color-main);text-align: left;}


/*==首页关于↓==*/
.aboutHome{position: relative;z-index:1}
.aboutHome .explain{text-align: center;}
.aboutHome .video{position:relative;margin: auto;margin-top: 60px;width: 982px;height: 553px;cursor: pointer;}
.aboutHome .video img{ display:none;width: 100%;height: 100%;object-fit: cover;}
.aboutHome .video u{position:absolute;left: 0;top: 0;right: 0;bottom: 0;z-index: 3;background:rgba(0,0,0,0.2);transition: 0.4s ease-in-out;}
.aboutHome .video u:before{content:"\e650";position: absolute;left: 0;top: 0;right: 0;bottom: 0;z-index: 2;margin: auto;display: flex;height: 50px;width: 50px;font-size: 28px;color: var(--color-main);border-radius: 100%;background: #fff;align-items: center;justify-content: center;}
.aboutHome .video video{position:absolute;top:0;left:0;right:0;bottom:0;z-index: 2;width: 100%;height: 100%;object-fit: cover;}
.aboutHome .video.fix:hover u,.aboutHome .video.on:hover u{opacity: 1;z-index:3;}
.aboutHome .video.fix video{opacity: 0;}
.aboutHome .video.fix img{display:block;}
.aboutHome .video.tro u{z-index:-1}
.aboutHome .video.tro video{opacity:1}
.aboutHome .video.tro.on u{z-index:3}


/*==首页产品↓==*/
.productHome{overflow: hidden; background: var(--color-main);}
.productHome .wx{margin-bottom:60px;text-align:center;}
.productHome .wx br{display:block;}


/*==首页产品列表↓==*/
.product-grid.edge{display: flex;margin: 0 0 -20px -25px;}
.product-grid.edge li{width: calc(33.3% - 25px);margin: 0 0 20px 25px;}
.product-grid a{position: relative;display: block;overflow: hidden;}
.product-grid .pic{padding-top: 137%;}
.product-grid .pic::after{content:"";position:absolute;left:0;/* top:0; */right:0;bottom:0;z-index:1;height: 30%;background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.9));}
.product-grid .pic img{width:100%;}
.product-grid .box{position: absolute;left: 0;right: 0;bottom: 0;z-index: 1;padding: 20px;border-radius: 10px 10px 0 0;background:var(--color-ass);transform: translateY(20px);transition: all .4s ease-in-out;}
.product-grid .box::after{content: "\eb9b";display: block;margin-top:20px;font-size:20px;color:var(--color-ass);}
.product-grid .box .title{font-size:22px;color:#f8f8f8;}
.product-grid .box .txt{display: block; margin-top:5px;font-size:16px;color:#f8f8f8;}
.product-grid li:hover a{transform: translateY(-5px);}
.product-grid li:hover .box{background:none;transform: translateY(0px);}
.product-grid li:hover .box::after{color:var(--color-aid);}


/*==品牌滚动↓==*/
.srll-brand{}
.srll-brand .list .pic{padding-top:160%}
.srll-brand .list .pic img{width:100%;height:100%;object-fit:cover;}


/*==特点卡片↓==*/
.trait-draw{display: flex;width:100%; background: var(--color-ass);overflow: hidden;justify-content: space-between;}
.trait-draw li{position: relative;display:inline-block;width: 20%;height: 100vh;border-left: 1px solid rgba(255,255,255,0.2);overflow: hidden;transition: all 1s ease-in-out;}
.trait-draw li:first-child{border-left: none;}
.trait-draw a{display: block;width: 100%;height: 100%;}
.trait-draw .pic{position: absolute;right: 0;top: 0;bottom: 0;height: 100%;transform: translateX(0%);}
.trait-draw .pic img{max-width: initial;width:100%;height:100%;object-fit:cover;}
.trait-draw .small{width:100%;right:0%;z-index: 2;transition: all 1.5s ease-in-out;}
.trait-draw .small img{}
.trait-draw .small:before{opacity: 0.9;content:"";position:absolute;left:-5%;top:0;right:-5%;bottom:0;z-index: 1;background: var(--color-ass);}
.trait-draw .show{width: 56vw;}
.trait-draw .show:after{content:"";position:absolute;left:0;top:0;right:0;bottom:0;z-index: 1;background: -webkit-linear-gradient(top, var(--color-ass),rgba(0,0,0,0),rgba(0,0,0,0), var(--color-ass));}
.trait-draw .title{position: absolute;left: 0;top: 178px;z-index: 2;margin: 0 5px 0 30px;color:#fff;font-size: 22px;font-weight:400;}
.trait-draw .txt{opacity: 0;position: absolute;left: 0;/* right: 0; */bottom: 0;z-index: 2;padding: 30px 30px 78px 48px;width: max-content;color:#fff;font-size: 18px;transform: translateX(-20px);}
.trait-draw .txt.pit{width:auto}
.trait-draw.hov li{width:11%}
.trait-draw.hov .small:before{opacity:1;}
.trait-draw li.active{width: 56%;}
.trait-draw li.active .pic{transform: translateX(0px);}
.trait-draw li.active .show{}
.trait-draw li.active .title{margin-left: 48px;}
.trait-draw li.active .txt{opacity:1;transform: translateX(0px);}
.trait-draw .small.def{opacity: 0;transition: all .4s ease-in-out;}
.trait-draw .small.sele{opacity:1;}
/*--*/
.srll-trait{}


/*==产品介绍↓==*/
.pro-air{overflow: hidden;}
.pro-air .load{display:flex;position: relative;margin-bottom:80px;padding: 30px;border: 2px solid #eee;border-radius: 10px;background: #fff;justify-content: space-between;align-items: center;}
.pro-air .load:last-child{margin-bottom:0px;}
.pro-air .load .info{flex: 1;margin-right: 30px;}
.pro-air .load .info .theme{margin-bottom: 20px;color:var(--color-main);font-weight:bold;}
.pro-air .load .info .theme img{height:60px;}
.pro-air .load .info .title{ font-size:24px;color:#666666;}
.pro-air .load .info .txt{margin-top: 20px;font-size: 16px;font-weight: 400; color:#565656;line-height: 1.6;text-align: justify;}
.pro-air .load .set{width: 52%;}
.pro-air .load:nth-child(2n){flex-direction: row-reverse;}
.pro-air .load:nth-child(2n) .info{margin-right:0;margin-left:30px;}
.pro-air .load .plot{position: absolute;left:0;right: 0;top: -80%;z-index: 1;height:1px;}


/*==产品滚动↓==*/
.srll-pro{}
.srll-pro .list .pic{padding-top:150%}
.srll-pro .list .pic .tit{position:absolute;left:0;top: 25px;z-index: 1;font-size: 14px;color:#fff;padding: 5px 15px 5px 10px;border-radius: 0 5px 5px 0;background: var(--color-main);}
.srll-pro .list .pic img{object-fit: cover;}
.srll-pro .spot{margin-top:10px}


/*==产品理念↓==*/
.pro-concept{overflow: hidden;background:url(../images/concept-bg.jpg) no-repeat center;background-size: contain;}
.pro-concept .long{display: flex;width: 100%;height: 709px;justify-content: flex-end;align-items: flex-start;}
.pro-concept .info{float: right;width: 60%;margin-top: 55px;}
.pro-concept .info .wx{font-size: 18px;color:#fff;line-height: 1.4;text-align: justify;}
.pro-concept .info .wx p{margin-bottom: 18px;}
.pro-concept .info .wx p:last-child{margin-bottom:0px;}


/*==如何创造-滑动切换↓==*/
.srll-split{}
.srll-split .mySwiper{height:100%;}
.srll-split .long{padding:30px 30px 30px 0;height: 480px;background: #fff;}
.srll-split .list li{cursor: pointer;background: #fff;}
.srll-split .load{display:flex;height: 100%;align-items: center;}
.srll-split .info{position:relative;width:50%;padding: 30px 15px 30px 25px;z-index:5;}
.srll-split .info .tag{display: table;margin: 0 0 20px -30px;font-size:20px;color:#fff;padding: 10px 30px;border-radius:0 5px 5px 0;background:var(--color-main);}
.srll-split .info .title{ font-size:28px;color:#333333;font-weight:550}
.srll-split .info .txt{margin-top:15px;font-size:20px;color:#565656;line-height: 1.6;text-align:justify;}
.srll-split .info .txt strong{color:#5a5a5a}
.srll-split .set{flex: 1;position: relative;width: 50%;height: 100%;border-radius: 10px;overflow: hidden;}
.srll-split .set img{height:100%;object-fit: cover;}
.srll-split .spot{position: absolute;right: -30px !important;top:0;bottom:0;z-index: 2;margin:auto;width: auto;height: fit-content;transform: rotate(90deg);}
.srll-split .spot span{opacity: 1;margin: 8px 0 !important;width: 8px;height: 8px;background: #ccc;transition: all .4s ease-in-out;}
.srll-split .spot span.swiper-pagination-bullet-active {height: 30px;border-radius: 10px;background: var(--color-lg3);}
@-webkit-keyframes spinoffPulse2{
0%{transform: translateY(0px);}
50%{transform: translateY(5px);}
50%{transform: translateY(5px);}
100%{transform: translateY(0px);}
}


/*==联系我们列表↓==*/
.contact-list{}
.contact-list li{margin-bottom:78px;padding:50px;background:#fff;}
.contact-list li:last-child{margin-bottom:0px}
.contact-list .top{}
.contact-list .top b{display: block;margin-bottom: 20px;font-size:45px;font-weight:800;color:#333;font-family:"D-DIN-Bold" !important;}
.contact-list .top h3{font-size:30px;font-weight:550;color:#565656;}
.contact-list .txt{margin-top: 40px;font-size:20px;color:#565656;}
.contact-list .info{margin-top:40px;overflow: hidden;}
.contact-list .info dt{margin-bottom: 15px;font-size:20px;color:#666666;font-weight: 550;}
.contact-list .info dd{float: left;margin-right: 60px;margin-bottom:10px;font-size:20px;color:#666666;}


/*==公司介绍↓==*/
.ab-intro .wx{width:100%;margin:auto;text-align: center;font-size:19.5px;}


/*==公司文化↓==*/
.ab-culture{}
.ab-culture .row{display: flex;align-items: stretch;margin-left: -25px;}
.ab-culture .row li{position:relative; width: calc(33.3% - 25px);margin: 0 0 25px 25px;padding: 30px 30px 60px 30px;text-align: center;border-radius: 5px;background: #fff;}
.ab-culture .row em{opacity:0; display: table;margin:auto;margin-bottom: 20px;height: 40px;}
.ab-culture .row em img{display: block;height: inherit;}
.ab-culture .row h4{font-size: 28px;font-weight:550;color:#333;}
.ab-culture .row p{margin-top: 15px;font-size:18px;color:#565656;}
.ab-culture .row .center.select,.ab-culture .row li:hover{box-shadow: 0px 4px 39px 1px rgba(120, 148, 217, 0.1600);}
.ab-culture .row .center.select em,.ab-culture .row li:hover em{opacity:1;}
.ab-culture .row .center.select h4,.ab-culture .row li:hover h4{color:var(--color-main);}


/*==技术创新↓==*/
.ab-innovate{overflow: hidden;}
.ab-innovate .row{}
.ab-innovate .row li{display: flex;margin-bottom: 70px;padding: 20px;align-items: center;border: 2px solid #eee;border-radius: 10px;background: #fff;}
.ab-innovate .row li:last-child{margin-bottom:0px;}
.ab-innovate .row .pic{width: 49%;margin-right: 20px;overflow: hidden;}
.ab-innovate .row .box{flex: 1;}
.ab-innovate .row .tip{display: block;margin-bottom:20px;font-size: 18px;font-weight:400; color:var(--color-main);}
.ab-innovate .row .title{font-size: 24px;color:#333;font-weight: 550;}
.ab-innovate .row .txt{margin-top:20px;font-size: 18px;color:#565656; line-height: 1.6;text-align:justify;}
.ab-innovate .row .txt p{font-weight:400;margin-bottom:20px}
.ab-innovate .row .txt p:last-child{margin-bottom:0px;}
.ab-innovate .row li:nth-child(2n){    flex-direction: row-reverse;}
.ab-innovate .row li:nth-child(2n) .pic{margin-right:0;margin-left:30px}


/*==发展历程↓==*/
.cs-history{background: #8067FF;}
.cs-history .long{margin:auto;width: 290px;height: 390px;background:url(../images/history-u.png) no-repeat center;background-size:cover;}
.cs-history .list{display: grid;width: 100%;padding: 20px 0 100px 0;grid-template-columns: repeat(2, 1fr);gap: 15px;}
.cs-history .list li{position: relative;padding: 0 7px;margin-bottom: 40px;width: 96px;}
.cs-history .list .title{font-size: 36px;color:#fff;font-weight:550;text-align: center;cursor: pointer;}
.cs-history .list .title font{display: flex;/* width: fit-content; */margin: auto;text-align: justify;align-items: center;font-variant-numeric: tabular-nums;}
.cs-history .list .title u{position:absolute;left: 0;right:0;top: 0;bottom: 0;z-index: 1;margin: auto;width: fit-content;height: fit-content;}
.cs-history .list .title u:before{content:"";display: block;width: 12px;height: 12px;border-radius: 100%;background: #8067FF;transform: scale(0);}
.cs-history .list .title u:after{content:"";position: absolute;right: 0;top: 0;bottom: 0;z-index: -1;margin: auto;width: 105px;height: 2px;border-top: 2px #fff dashed;animation: clipExpand 1s ease-out 1s infinite;clip-path: circle(0% at 50% 50%);}
.cs-history .list .box{opacity:0;position:absolute;right: 160px;top:0;width:max-content;max-width: 430px;text-align: right;transform: translateX(-10px);transition: all .4s ease-in-out;}
.cs-history .list .tit{font-size: 34px;color:#fff;font-weight:bold}
.cs-history .list .txt{display: block;margin-top:10px;font-size: 20px;color:#fff;}
.cs-history .list li:hover .title font{opacity:0}
.cs-history .list li:hover .title u:before{transform: scale(1);}
.cs-history .list li:hover .title u:after{ clip-path: circle(100% at 50% 50%);}
.cs-history .list li:hover .box{opacity:1;transform: translateX(0px);}
.cs-history .list li:hover .box{}
.cs-history .list li:nth-child(2n){margin-left: 80px;}
.cs-history .list li:nth-child(2n) u{ transform: rotate(180deg);}
.cs-history .list li:nth-child(2n) .box{right:auto;left: 160px;text-align:left;}
.cs-history .list li:nth-child(2n) .txt{text-align: justify;}
/*--*/
.history-list{display:none; position:relative;overflow: hidden;}
.history-list:before{content:"";position: absolute;left: 0.75rem;top: 1rem;width: 1px;height: 100%;background: #fff;}
.history-list li{margin-bottom: 3rem;padding-left: 2.5rem;width: 100%;}
.history-list .tit{position:relative;margin-bottom: 0.5rem;font-size: 1.8rem;font-weight: bold;color:#fff;}
.history-list .tit u{position: absolute;left: -2.5rem;top: 0.4rem;width: 1.6rem;height: 1.6rem;overflow: hidden;border-radius: 100%;}
.history-list .tit u:before{opacity: 0;content:"";position: absolute;z-index: 1;left: 0;top: 0;right: 0;bottom: 0;z-index: 1;width: 100%;height: 100%;border-radius: 100%;transform: scale(0.5);background: var(--color-main) url(../images/history-u.png) no-repeat center; */background-size: contain;background-size: 45%;}
.history-list .tit u:after{content:"";position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;width: 100%;height: 100%;border-radius: 100%;background: #fff;transform: scale(0.6);}
.history-list .txt{display: block;width: 100%;padding: 0.6rem 1rem;font-size: 1rem;line-height: 1.6;color:#fff;border-radius: 0.8rem;text-align: justify;border: 1px solid rgba(255,255,255,0.5);border-radius: 30px;}
.history-list .txt br{display:none}
.history-list li.select .tit u:before{opacity:1; transform: scale(1); }
.history-list li.select .txt{ border-color:var(--color-main); background:var(--color-main);}


/*==荣誉资质↓==*/
.ab-honor{}
.ab-honor .load{margin-bottom:78px;}
.ab-honor .load:last-child{margin-bottom:0px;}
.ab-honor .load .title{font-size: 28px;font-weight:550;color:#666666;}
.ab-honor .load .title span{color: var(--color-main);}
.ab-honor .load .txt{margin-top:10px;font-size:20px;color:#666666;}
.ab-honor .load .more{margin-top: 20px;}
.ab-honor .u2{display: flex;padding: 30px;align-items: center;border: 2px solid #f5f5f5;border-radius: 10px;}
.ab-honor .u2 .chart{width: 60%;margin-left: 35px;}
.ab-honor .u2 .chart img{width:100%;}
.ab-honor .u2 .info{flex: 1;}
.ab-honor .u2 .list{display:flex;margin:0 0 -30px -30px;flex-wrap: wrap;}
.ab-honor .u2 .list li{width:calc(25% - 30px);margin:0 0 30px 30px}
.ab-honor .u2 .list .pic{padding-top:130%;}
.ab-honor .slip-line .line{transition:transform 1s;}
.ab-honor .u1{display: flex;flex-direction: column;align-items: center;text-align:center}
.ab-honor .u1 .chart{width:100%; margin-left:0px;padding:0;background:none;}
.ab-honor .u1 .info{margin-bottom:78px;}


/*==团队介绍↓==*/
.ab-team{background:url(../images/team-bg.jpg) no-repeat center;background-size:cover;}


/*==搜索模块↓==*/
.search-air{display:flex;padding:50px;margin-bottom: 60px;background:#fff;justify-content: space-between;font-family:"D-DIN";}
.search-air .shell{display:block;position: relative;margin: 0 10px;}
.search-air .bor{width: 25%;padding: 15px 20px;color:#333;font-size: 22px;text-align: center;border-radius:5px;border: 1px solid var(--color-main);}
.search-air .drop{display: none; position:absolute;left: 0;top: 100%;z-index:2;width: 100%;margin-top: 1px;border:1px #ddd solid;padding: 15px 15px;text-align: center;border-radius: 0 0 10px 10px;box-shadow: 0 8px 32px #0003;background: #fff;}
.search-air .drop a{display:block;margin-bottom:2px;padding: 10px 0;font-size: 18px;color: #333;border-radius: 10px;}
.search-air .drop a:hover{color:#fff !important;border-color:var(--color-main); background: var(--color-main);}
.search-air .drop a.cur{color:var(--color-main)}
.search-air .shell:hover .title:after{transform:rotateX(180deg);}
.search-air .shell .title{display:flex;align-items: center;cursor: pointer;justify-content: space-between;}
.search-air .shell .title:after{content:"\e65f";flex-shrink: 0;margin-left:10px;font-size:18px;color:var(--color-main)}
.search-air .shell .title font{flex:1;text-align: center;}
.search-air .shell .tit{position:absolute;left:0;top:0;right:0;bottom:0;z-index:1;margin:auto;width:fit-content;height:fit-content;transition: all .46s ease-in-out;}
.search-air .shell:hover .tit{opacity: 0;transform: translateX(-10px);z-index:-1}
.search-air .search{display:flex;}
.search-air .search form{display:flex;align-items: center;justify-content: space-between;transition: all .4s ease-in-out;}
.search-air .search input{flex:1;width: 100%;color:#333;font-size: 22px;transition: all .4s ease-in-out;font-family:"D-DIN";}
/*.search-air .search input::placeholder{color:#333}*/
.search-air .search button{flex-shrink: 0;color:#333;font-size:22px;}
.search-air .search button:before{content:"\e648";}
.search-air .search button:hover{color:var(--color-aid)}
.search-air .search:hover form{opacity: 1;transform: translateX(0px);}
.search-air .search:hover input{/* text-align:left; */}
.search-air .search:hover input::placeholder{color:#999}


/*==预加载↓==*/
.load-glide{}
.load-glide .grow{display: flex;margin: auto;margin-top:50px;width: fit-content;font-size:16px;color:#7a7a7a;text-align: center;align-items: center;}
.load-glide .grow .text{display: flex;margin-left:10px;padding:5px 20px;border-radius: 30px;background:#e3e9f1;}
.load-glide .grow .text:before{display:none; content: "";margin-right: 10px;width: 18px;height: 18px;background: url(../images/img/loading.gif) no-repeat center;background-size: 100%;}
.load-glide .grow.loading .text:before{display: inline-block;}


/*==论文列表↓==*/
.download-list{font-family:"D-DIN";}
.download-list li{margin-bottom: 50px;padding-bottom:40px;font-size: 24px;color:#333;border-bottom:1px #ddd solid}
.download-list li:last-child{margin-bottom:0px;padding-bottom:0px;border-bottom:0px;}
.download-list li.hidden{display: none;}
.download-list .up{display: flex;margin-bottom:10px;justify-content: space-between;align-items: center;}
.download-list .time{display:block;}
.download-list .level{}
.download-list .title{display: block; padding:2px 0;line-height:1.3; font-size: 26px;color:var(--color-main);font-weight: bold;}
.download-list .title:hover {color:var(--color-aid)}
.download-list .graph{display:block;margin-top: 15px;font-style: italic;}
.download-list .people{display:block;margin-top: 15px;}
.download-list .people strong{font-weight:initial;}
.download-list .trait{display: flex;margin-top: 20px;}
.download-list .trait span{display: flex;margin-right: 35px;align-items: center;font-size: 22px;}
.download-list .trait span:last-child{margin-right:0;}
.download-list .trait span em{flex-shrink:0;margin-right:5px;display: flex;width: 42px;height: 42px;justify-content: center;align-items: center;border: 1px solid #333;border-radius: 100%;}
.download-list .trait span em img{width:23px;}
.download-list .link{display: flex;margin-top: 30px;} 
.download-list .link a{position:relative;z-index: 1;margin-right: 30px;padding: 2px 30px;font-size: 22px;color:var(--color-main);border:1px var(--color-main) solid;border-radius: 5px;}
.download-list .link a:before{opacity: 0;content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index: -1;margin: -1px;border-radius: 4px;background:var(--color-lg);}
.download-list .link a:hover{color:#fff;border-color:var(--color-main);background: var(--color-main);}
.download-list .link a:hover:before{opacity:1}


/*==论文详情↓==*/
.downloadDet{font-family:"D-DIN";}
.downloadDet strong{font-weight: bold;}
.downloadDet .thumb{margin-bottom:60px}
.downloadDet .thumb img{width:100%;}
.downloadDet .title{font-size:30px;font-weight:bold;color:#333;}
.downloadDet .up{margin-top:30px;font-size:20px;color:#333;}
.downloadDet .up li{display: flex; margin-bottom:10px;}
.downloadDet .up h4{margin-right:5px;font-weight:bold}
.downloadDet .up a{color:#3685E4;}
.downloadDet .up a:hover{color: var(--color-aid);text-decoration: underline}
.downloadDet .flat{margin-top:40px}
.downloadDet .flat:last-child{margin-bottom:0px;}
.downloadDet .flat .theme{margin-bottom:20px;margin-right:5px;font-size:20px;color:#333;font-weight: bold;}
.downloadDet .flat .wx{font-size:20px;color:#333;line-height:1.6;}
.downloadDet .flat.paral{display:flex;}
.downloadDet .flat.paral .theme{margin-bottom:0px;font-size:18px;line-height: 1.6;}
.downloadDet .chart{margin-top:60px}
.downloadDet .chart ul{column-count: 2;column-gap: 20px;}
.downloadDet .chart ul li{ break-inside: avoid;margin-bottom: 15px;padding: 20px; border-radius: 8px;overflow: hidden;box-shadow: 0 2px 4px rgba(0,0,0,0.1);}


/*==新闻列表↓==*/
.news-list {margin:0px 0 0px 0;}
.news-list li{clear:both;width:100%;margin-bottom: 50px;padding-bottom: 50px;border-bottom:1px #ddd solid;overflow:hidden;}
.news-list li:last-child{margin-bottom:0;padding-bottom:0px;border-bottom:0px;}
.news-list a{display:flex;padding: 30px;align-items: center;border-radius: 10px;background: #fff;}
.news-list .pic {flex-shrink: 0;width: 36%;padding-top: 20%;margin-right: 70px;border-radius:10px; background:#eee;}
.news-list .pic img{width:100%;height:100%;object-fit:cover;}
.news-list .info{flex:1;min-width: 0;}
.news-list .title{-webkit-line-clamp: 1;color:#5a5b5c;font-size: 22px;font-weight:550; max-width:100%;}
.news-list .part {position:relative;margin-top: 40px;display:table;color: #999;font-size: 16px;}
.news-list .part span {display:block;float:left;margin-right:40px;line-height:1;}
.news-list .txt {-webkit-line-clamp: 5;margin-top: 20px;color:#666666;font-size: 18px;line-height: 1.6;}
.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:var(--color-main)}
.news-list li:hover .more {color:#fff;border-color:var(--color-main);background:var(--color-main)}

/*==首页新闻三列卡片==*/
.news-grid{display:flex;gap:30px;}
.news-grid li{clear:none;width:calc(33.333% - 20px);margin-bottom:0;padding-bottom:0;border-bottom:none;border-radius:10px;overflow:visible;display:flex;flex-direction:column;box-shadow:0 4px 20px rgba(0,0,0,0.06);}
.news-grid a{flex-direction:column;align-items:stretch;padding:0;border-radius:10px;overflow:hidden;background:#fff;flex:1;}
.news-grid .pic{width:100%;padding-top:60%;margin-right:0;border-radius:0;}
.news-grid .info{padding:24px;flex:1;display:flex;flex-direction:column;}
.news-grid .title{font-size:18px;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4;height:2.8em;color:#565656;font-weight:600;}
.news-grid .txt{-webkit-line-clamp:3;font-size:15px;margin-top:12px;flex:1;color:#666;}
.news-grid .part{margin-top:auto;padding-top:20px;margin-bottom:20px;font-size:14px;}
.news-grid .line{position:relative !important;left:auto !important;right:auto !important;bottom:auto !important;margin:0 -24px -24px;height:2px;transform:scale(0,1) !important;transform-origin:right !important;}
.news-grid li:hover .line{transform:scale(1) !important;transform-origin:left !important;}

/*==加入我们↓==*/
.joinIn{}
.joinIn .info{margin-bottom:80px;text-align: center;}
.joinIn .info .title{font-size:40px;font-weight:550;color:#333;}
.joinIn .info .wx{margin-top: 40px;font-size:20px;color:#666666;line-height: 2;}
/*--*/
.job-box{}
.job-box .theme{margin-bottom:60px;font-size:30px;font-weight:550;color:#333;text-align: center;}


/*==加入我们列表↓==*/
.job-list{display: flex;margin:0 0 -60px -60px;flex-wrap: wrap;}
.job-list li{width: calc(50% - 50px);margin: 0 0 50px 50px;}
.job-list a{position: relative;z-index:1;display:block;padding: 40px 40px 80px 40px;height:100%;border:2px solid #eee;border-radius:10px;background: #fff;}
.job-list .hea{display: flex;position: relative;margin-bottom:20px;padding-bottom:30px;border-bottom: 2px solid var(--color-lg);align-items: center;}
.job-list .hea:after{content:"";position: absolute;left: 0;bottom: 0;right: 0;display:block;width:100%;height: 1px;background: var(--color-lg);}
.job-list .hea em{display: flex;margin-right: 20px;width:80px;height:80px;border-radius: 10px;align-items: center;justify-content: center;overflow: hidden;background: var(--color-lg4);}
.job-list .hea em img{height: 50px;}
.job-list .hea h4{font-size:25px;font-weight:400;color:#333;}
.job-list .hea span{display:block;margin-top:5px;font-size:15px;color:#333;}
.job-list .txt{font-size:16px;color:#333;line-height:1.8;text-align:justify;}
.job-list .more{position: absolute;bottom: 30px;}
.job-list li:hover a{transform: translateY(-5px);box-shadow:0px 4px 39px 1px rgba(120, 148, 217, 0.1600);}
.job-list li:hover .title{color:var(--color-main);}


/*==流光线条↓==*/
.slip-line{position: relative;}
.slip-line .line{content:"";position: absolute;left: 0;right: 0;bottom: 0;height: 2px;background: var(--color-lg);transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.slip-line:hover .line,.slip-line.select .line,.slip-line.ws.select .line,.slip-line.swiper-slide-active .line{transform: scale(1);transform-origin:left;}
.slip-line.ws .line{display:none;}


@-webkit-keyframes spinoffPulse3{
0%{transform: scale(0,1);}
100%{transform: scale(1);}

}

/*==系统判断处理↓==*/
.uit-m{font-family: 'MiSans-Normal';font-weight:300;}
.os-ios .uit-m{font-weight:150;}
.os-ios .fontDis,.os-ios .fontDis p{font-weight: 280 !important;}


/*==底部==*/
.footer {position:relative;z-index:1;padding:30px 0;background:var(--color-main);}
.footer .long{display:flex;align-items: center;justify-content: space-between;}
.footer .copy{display: flex;color:#eee;font-size:14px;align-items: center;}
.footer .copy .logo{margin-right:30px}
.footer .copy .logo img{height:20px;}
.footer .copy a{color:#eee;font-size:14px;margin:0 5px}
.footer .copy a:hover{color:var(--color-aid);}
.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;}

