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


/*==版心定义↓==*/
.container{width:1500px;}
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_gyigkcun4u4.woff2?t=1716731066026') format('woff2'),
       url('//at.alicdn.com/t/c/font_1963410_gyigkcun4u4.woff?t=1716731066026') format('woff'),
       url('//at.alicdn.com/t/c/font_1963410_gyigkcun4u4.ttf?t=1716731066026') format('truetype');
}

/*==字体↓==*/
@font-face {
  font-family: 'WriteFonts';
  src: url("../fonts/MontForAnker-Bold.otf");
}



/*==颜色配置↓==*/
:root {
--color-main:#b81c25;
--color-ass:#ffb850;/*副色*/
--color-wag:#20324e;/*调剂色*/
--color-hover:#2bb6e8;
--color-hover-ass:#b81c25;
--color-hover-2:#ff6601;
--bg-1:rgba(39,160,206,0.3);
--bg-2:rgba(39,160,206,0.6);
--bg-3:rgba(39,160,206,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{position: relative;top:0;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:#000;font-size:16px;margin-left: 20px;}
.header .logo .txt font{margin-bottom:5px;display: block;font-size:20px;font-weight:bold;}
.header .nav.nav2{float:left;margin-left: 30px;}
.header .nav.nav2 > li > a{font-size:20px;font-weight:bold}
.header .nav{display:flex;float: right;height: 100%;}
.header .nav > li{ float: left;position:relative; height: 100%;margin-left: 30px;}
.header .nav > li > a{position: relative;z-index:1;display: flex;color: #000;font-size: 16px;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: 40px;z-index:-1;margin: auto;height: 2px;background:var(--color-main);transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.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; 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 .menu{float: right;position:relative;z-index:1;display: flex;margin-left: 30px;align-items: center;height: 100%;}
.header .menu .btn{display: flex;width: 45px;height: 45px;border-radius: 50%;color:#fff;font-size: 18px;background: #000;align-items: center;justify-content: center;cursor: pointer;}
.header .menu .btn:hover,.header .menu .btn.on{background:var(--color-main)}
.header .menu .top{display: flex;width: 170px;justify-content: flex-end;margin-bottom: 10px;}
.header .menu .close{flex-shrink:0; display: flex;margin-left: 30px;width: 30px;height: 30px;text-align: center;color: #ffffff;font-size: 16px;border-radius: 50%;background: #b9b9b9;justify-content: center;align-items: center;cursor: pointer;}
.header .menu .close::before{content:"\e731";}
.header .menu .close:hover{color:#fff;background:#3a3a3a;}
.header .menu .close:hover:before{color:#fff}
.header .menu .drop{float: right;position: fixed;top: 0;right:0px;bottom: 0;z-index: 2;padding:10px 15px 30px 15px;/*width:200px;*/box-shadow: 0 0 10px #ddd;background: #fff;}
.header .menu .drop .or{}
.header .menu .drop .shell{margin-bottom:10px;border-bottom:1px #ddd solid}
.header .menu .drop .shell:last-child{border-bottom:0px;}
.header .menu .drop a{display: flex;margin-bottom:1px;color:#3a3a3a;font-size:14px;padding: 10px 15px;align-items: center;border-radius:5px;}
.header .menu .drop font{width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.header .menu .drop em{flex-shrink: 0;margin-right:10px;overflow:hidden;}
.header .menu .drop em img{height: 22px;filter: drop-shadow(0px 22px #fff);}
.header .menu .drop font{white-space: nowrap;}
.header .menu .drop a:hover,.header .menu .drop a.active{color:#fff;border-bottom: none;background:var(--color-main);}
.header .menu .drop a:hover font,.header .menu .drop a.active font{color:#fff;}
.header .menu .drop a:hover em img,.header .menu .drop a.active em img{transform: translateY(-100%);}


/*-下拉导航bra-*/
.header .rel{position: inherit !important;}
.sub-bra{position:absolute;left:0;top:100%;right:0;z-index:1;padding:50px 0;overflow: hidden;background: #fff;box-shadow: 0 0 10px #eee;}
.sub-bra .pot{display: flex;}
.sub-bra .pot .left{position:relative;z-index:1;display: flex;width: 65%;/* flex-shrink: 0; */}
.sub-bra .pot .left::after{content:"";position:absolute;left: -100%;top: -100%;bottom: -100%;right: 0;z-index: -1;/* transform: translateX(100%); */background: #f8f8f8;}
.sub-bra .pot .left .tit{color:#333;font-size: 22px;font-weight: bold;margin-bottom: 30px;}
.sub-bra .pot .left .in{width: 420px;}
.sub-bra .pot .chart{flex: 1;width: 40%;margin-left: 60px;margin-right: 80px;}
.sub-bra .pot .chart img{width:100%;}
.sub-bra .pot .text{flex: 1;margin-left:50px;}
.sub-bra .pot .text h4{margin-bottom: 20px;color:#666;font-size: 20px;}
.sub-bra .pot .text p{color:#666;font-size: 16px;line-height: 30px;}
.sub-bra .col{column-count: 2;column-gap:20px;}
.sub-bra .col > li{margin-bottom: 30px;}
.sub-bra .col > li > a{display: flex;color: #333;font-size: 16px;}
.sub-bra .col > li > a:before{content: ">";flex-shrink: 0;color:#666;font-family: serif;font-weight: bold;margin-right: 5px;margin-top: 5px;}
.sub-bra .col > li:hover > a{color:var(--color-main)}
.sub-bra .col > li:hover > a:before{color:var(--color-main)}


/*==侧边导航↓==*/
body{transition: all .4s ease-in-out;}
.hmEfe-drop{transition: all .4s ease-in-out;}
.hmTrol-samll .hmEfe-drop{transform:translateX(250px);}
.hmTrol-ad{padding-right: 85px;}
.hmTrol-ad .hmEfe-drop{width: 85px;transform: translateX(0px);}
.hmTrol-po{padding-right: 200px;}
.hmTrol-po .hmEfe-drop{width:200px;transform:translateX(0px);}
.hmTrol-hov .hmEfe-drop:hover{width:200px;transform:translateX(0px);}
.hmTrol-hov .header .menu .close{opacity: 0;}



/*==标题↓==*/
.titleAx{margin-bottom:40px;color:#000123;font-size:50px;}
.titleAx b{font-weight: bold;}  
.titleAx span{margin-top:15px;display: block;color:#6b6b6b;font-size:16px;font-weight: 400;text-transform: Uppercase;}
.titleAx font{color: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{}
.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 span{color:#fff}
.titleBx.tTop{margin:50px 0 -20px 0;}


/*==子级导航↓==*/
.leftNav{overflow:hidden;border-radius: 0 20px 0 0;background: #fff;}
.leftNav .title{color: #fff;font-size: 30px;font-weight: bold;padding: 20px 30px;text-transform: Uppercase;background: var(--color-main);}
.leftNav .title span{opacity:0.7;display: block;margin-top:5px;font-size:16px;font-weight:400;color:#fff;text-transform: uppercase;}
.leftNav .title font{display: block;color:#fff;font-size:14px}
.leftNav .title em{display: none; float:right;color: #3a3a3a;font-size:16px;}
.leftNav .title em i{float: right;font-size: 20px;margin: 0px 0 0 5px;display: block;font-weight: bold;}
.leftNav .drop{/* padding: 10px 30px; */border: 1px #f6f6f6 solid;background: #f6f6f6;}
.leftNav .drop > li{border-bottom: 1px #eee solid;}
.leftNav .drop > li:last-child{margin-bottom:0px;}
.leftNav .drop > li > a{position:relative;display: flex;padding: 20px 30px;color: #3a3a3a;font-size: 18px;font-weight: bold;align-items: center;justify-content: space-between;}
.leftNav .drop > li > a::after{content:"\eb9b";font-size:16px;}
.leftNav .drop > li > a:hover,.leftNav .drop > li.active > a{color:var(--color-main); }
.leftNav .drop > li:hover > a::after,.leftNav .drop > li.active > a::after{ transform:rotate(90deg)}
.leftNav .two{background:#fff}
.leftNav .two > li{/* border-top: 1px #ededed solid; */}
.leftNav .two > li > a{position:relative;display: block;padding: 12px 0 12px 40px;color: #6a6a6a;font-size: 15px;}
.leftNav .two > li > a:before{content:"•";color:#666;font-size: 16px;margin-right:5px;}
.leftNav .two > li:hover > a,.leftNav .two > li.active > a{color:var(--color-main);transform:translateX(5px)}
.leftNav .two > li:hover > a:before,.leftNav .two > li.active > a:before{color:var(--color-main);}




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


/*==产品tab及切换↓==*/
.pro-tab .roll{display: flex;flex-wrap: wrap;margin-top:50px;margin-left:-10px;}
.pro-tab .roll li{flex: 1;margin-left: 10px;box-shadow: 0 0 10px #ddd;}
.pro-tab .roll a{display: block;color:#666;font-size:24px;padding: 20px 30px;border-radius: 10px;text-align: center;background: #fff;}
.pro-tab .roll a font::after{opacity: 0;width:0px; display: inline-block;content: "\e664";margin-left:10px;font-size: 22px;color:var(--color-main);transform:scale(0.2);}
.pro-tab .roll a font{display: flex;align-items: center;margin: auto;margin-top: 5px;width: fit-content;}
.pro-tab .roll li.active font{color:var(--color-main)}
.pro-tab .roll li.active font::after{width:30px; opacity: 1; transform: rotate(-45deg) scale(1);}
.pro-tab .store .shell{display: none;}
.pro-tab .store .shell.on{display: block;}


/*==产品切换↓==*/
.srll-pro{}
.srll-pro .list{}
.srll-pro .list .or{display: flex;justify-content: space-between;}
.srll-pro .list .info{width:45%;padding-bottom:80px;}
.srll-pro .list .top{}
.srll-pro .list .title{font-size:47px;font-weight:bold;color:#1b1b1a;}
.srll-pro .list .title:hover{color:var(--color-main)}
.srll-pro .list .in{display: flex;align-items: center;}
.srll-pro .list .number{display: inline-block;margin-right:20px;color:var(--color-main);font-size:60px;font-weight:bold}
.srll-pro .list .download{display: inline-block;padding:10px 20px;font-size:16px;color:var(--color-main);border-radius: 30px;border:1px solid var(--color-main);}
.srll-pro .list .download:before{content:"\e693";color:var(--color-main);margin-right:10px;font-size: 20px;}
.srll-pro .list .download:hover{color:#fff;background:var(--color-main)}
.srll-pro .list .download:hover:before{color:#fff}
.srll-pro .list .txt{margin-top:20px;color:#2c2b2b;font-size:16px;line-height: 35px;}
.srll-pro .list .pic{width:50%;padding-top:40%;}
.srll-pro .trol{position: absolute;left:0;bottom:0;z-index:2; margin-top:20px;display: flex;}
.srll-pro .trol .btn{margin-right:10px;    align-items: center;}
.srll-pro .trol .moreBtn2{margin:0px;margin-left:20px;}


/*==案例切换↓==*/
.srll-case{margin:0 -30%}
.srll-case .case-list li{height:500px;}
.srll-case .case-list .title{opacity: 0;}
.srll-case .case-list .video{opacity: 0;}
.srll-case .case-list .pic::before{opacity: 0;}
.srll-case .case-list .pic{opacity: 0.6;}
.srll-case .case-list .swiper-slide-active .pic{opacity:1}
.srll-case .case-list .swiper-slide-active .pic:before{opacity:1}
.srll-case .case-list .swiper-slide-active .title{opacity: 1;}
.srll-case .case-list .swiper-slide-active .video{opacity: 1;}

/*==案例列表↓==*/
.case-list.edge{display: flex;flex-wrap: wrap;margin:0 0 -30px -30px}
.case-list.edge li{width: calc(50% - 30px);margin:0 0 30px 30px}
.case-list li{position: relative;z-index:1;border-radius: 20px;overflow: hidden;background: #fff;}
.case-list .pic{position: relative;height:100%;} 
.case-list .pic::before{content:"";position:absolute;left:0;right:0;bottom:0;height: 30%;z-index: 1;/* background:#000; */background: -webkit-linear-gradient(top, rgba(0,0,0,0.01), rgba(0,0,0,0.8));}
.case-list .pic img{width:100%;height:100%;object-fit:cover;}
.case-list .video{position: absolute;z-index: 2;right:40px;bottom:40px;}
.case-list .video:before{content: "\e696";color:#fff;font-size:50px;font-weight:bold;}
.case-list .video:hover:before{opacity:0.8; color:#eee}
.case-list .title{position: absolute;left: 40px;bottom: 40px;z-index: 1;display: block;color:#fff;font-size: 45px;font-weight:bold;font-style: oblique;text-align: center;line-height:1.3;}
.case-list .title:before{content:"";position:absolute;left: -60px;right: -20px;bottom: 5px;z-index: -1;height: 25px;transform: skewX(-30deg);background:var(--color-main);}
.case-list .title:hover:before{right:-30px}
.case-list li:hover .pic img{transform:scale(1.05);}


/*==案例列表-2↓==*/
.case-list-2{}
.case-list-2.edge {display: flex;margin: 0 0 -40px -40px;flex-wrap: wrap;}
.case-list-2.edge li{width: calc(50% - 40px);margin: 0 0 40px 40px;}
.case-list-2 a{/* display:flex; */}
.case-list-2 .pic {padding-top: 80%;border: 1px solid #ddd;background:#eee;}
.case-list-2 .pic img{}
.case-list-2 .info{position: relative;z-index: 1;flex:1;padding: 30px;background: #f5f5f5;}
.case-list-2 .info::after{content:"";position:absolute;left:0;bottom: 0;right:0;bottom:0;height: 0;z-index: -1;background:var(--color-main);}
.case-list-2 .title {color:#333333;font-size:22px;margin-bottom:15px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.case-list-2 .txt {-webkit-line-clamp:3;color:#666666;font-size: 16px;line-height:24px;}
.case-list-2 .more {margin-top:30px;display:table;color: var(--color-main);font-size:13px;padding: 8px 30px;border-radius: 30px;border: 1px solid var(--color-main);}
.case-list-2 li:hover .info *{color:#fff}
.case-list-2 li:hover .more {color:#fff;border-color:#fff;background:var(--color-main)}
.case-list-2 li:hover .info::after{height: 100%;}

/*==案例列表-3↓==*/
.case-list-3{}
.case-list-3.edge {display: flex;margin: 0 0 -40px -40px;flex-wrap: wrap;}
.case-list-3.edge li{width: calc(33% - 40px);margin: 0 0 40px 40px;}
.case-list-3 a{/* display:flex; */}
.case-list-3 .pic {padding-top: 70%;border: 1px solid #ddd;background:#eee;}
.case-list-3 .pic img{}
.case-list-3 .info{position: relative;z-index: 1;flex:1;padding: 30px;background: #f5f5f5;}
.case-list-3 .info::after{content:"";position:absolute;left:0;bottom: 0;right:0;bottom:0;height: 0;z-index: -1;background:var(--color-main);}
.case-list-3 .title {color:#333333;font-size:22px;margin-bottom:15px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.case-list-3 .txt {-webkit-line-clamp:3;color:#666666;font-size: 16px;line-height:24px;}
.case-list-3 .more {margin-top:30px;display:table;color: var(--color-main);font-size:13px;padding: 8px 30px;border-radius: 30px;border: 1px solid var(--color-main);}
.case-list-3 li:hover .info *{color:#fff}
.case-list-3 li:hover .more {color:#fff;border-color:#fff;background:var(--color-main)}
.case-list-3 li:hover .info::after{height: 100%;}

/*==案例详情↓==*/
.caseDet .video{display: table; width:80%;height: 500px;margin:auto;margin-bottom:50px;}


/*==首页关于↓==*/
.aboutHome{}
.aboutHome .long{position: relative; display: flex; padding:80px 0 60px 0;background: #eceef1;}
.aboutHome .long::after{content:"";position:absolute;left: -20%;top:0;right: -20%;bottom:0;z-index: -1;background:#eceef1;}
.aboutHome .long .info{flex: 1;}
.aboutHome .long .info .title{color:#1b1b1a;font-size:60px;font-weight:bold;padding-bottom: 15px;margin-bottom: 10px;border-bottom: 2px solid #ddd;}
.aboutHome .long .info .wx{font-size:16px;color:#1b1b1a;line-height: 28px;}
.aboutHome .long .info .more{margin-top:20px;display:table;padding:15px 30px;color:#fff;font-size: 16px;font-weight: bold;border-radius: 30px;background: var(--color-main);}
.aboutHome .long .info .more:hover{background:var(--color-wag)}
.aboutHome .long .set{flex-shrink: 0;width: 35%;margin-left: 100px;}
.aboutHome .long .security-item{float: right;}
/*--*/
.digital-about{display: flex;flex-wrap: wrap;}
.digital-about li{position:relative;margin-bottom: 10px;padding: 15px 0;width: 33.3%;color:#000000;border-bottom: 1px #bbb solid;line-height: 1;text-align: center;}
.digital-about li:after{content:"";position:absolute;right:0;top:0;bottom: 10px;width: 1px;background: #bbb;}
.digital-about span{font-size:50px;font-weight:bold;}
.digital-about b{font-size:50px;font-weight:bold;margin-left:5px}
.digital-about h4{margin-top: 5px;font-size:16px}
.digital-about li:nth-last-child(-n+3){border-bottom:0px;}
.digital-about li:nth-child(3n):after{display:none}
.digital-about li:nth-child(3n+1){text-align:left}
.digital-about li:nth-child(3n){text-align:right}
/*--*/
.security-item{margin-top:50px;display: flex;width: fit-content;align-items: center;}
.security-item a{margin-left:30px}
.security-item img{opacity: 0.6;filter: grayscale(100%);}
.security-item a:hover img{opacity:1; filter: grayscale(0%);}


/*==首页新闻↓==*/
.newsHome .tone .re:hover a{color:#fff;background: var(--color-main);}


/*==首页新闻列表↓==*/
.news-grid{display: flex;margin: 0 0 -30px -100px;flex-wrap: wrap;}
.news-grid li{width: calc(33.3% - 100px);margin: 0 0 30px 100px;}
.news-grid .pic{width:50%;display: block;padding-top: 30%;}
.news-grid .box{position: relative;width: 43%;margin-top: 50px;}
.news-grid .time{display: table;margin-bottom: 10px;color:#1b1b1a;font-size: 16px;font-weight: bold;}
.news-grid .title{-webkit-line-clamp: 1;color: #1b1b1a;font-size: 24px;font-weight:bold;line-height: 1.2;}
.news-grid .txt{margin-top: 15px;font-size: 16px;color: #1b1b1a;line-height: 26px;}
.news-grid li:hover .title{color:var(--color-main)}
.news-grid .one{width:calc(100% - 100px);}
.news-grid .one a{display: flex;border-bottom: 2px solid #ddd;justify-content: space-between;}
.news-grid .one .time{font-size:24px;}
.news-grid .one .title{font-size:36px;}
.news-grid .two a:after{content: "\e612";display: flex;margin-top: 20px;width: 40px;height: 40px;color: #fff;font-size: 16px;border-radius: 50%;transform: rotateZ(0deg);justify-content: center;align-items: center;background: #b6b4c4;}
.news-grid .two:hover a:after{ color:#fff;background:var(--color-main);   transform: rotateZ(-40deg);}
.news-grid .two:hover a{transform:translateX(5px)}


/*==产品头部介绍↓==*/
.pro-top{display: flex;margin-bottom:50px;}
.pro-top .info{flex: 1;}
.pro-top .info h4{font-size:22px;color:var(--color-main)}
.pro-top .info .txt{margin-top:20px;color:#1b1b1a;font-size:16px;line-height: 30px;}
.pro-top .set{margin-left:80px;flex-shrink: 0;}


/*==产品列表↓==*/
.product-list {margin:0px 0 -10px 0;}
.product-list li{clear:both;width:100%;margin-bottom: 50px;overflow:hidden;}
.product-list a{display:flex;}
.product-list .pic {flex-shrink: 0;width: 30%;padding-top: 25%;/* height: 263px; */margin-right: 60px;border: 1px solid #ddd;background:#eee;}
.product-list .pic img{}
.product-list .info{position: relative;flex:1;border-bottom: 1px #ddd solid;}
.product-list .title {color:#333333;font-size:22px;margin-bottom:15px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.product-list .txt {-webkit-line-clamp:3;color:#666666;font-size: 16px;line-height:24px;}
.product-list .more {position: absolute;left: 0;bottom: 30px;margin-top:30px;display:table;color: var(--color-main);font-size:13px;padding: 8px 30px;border-radius: 30px;border: 1px solid var(--color-main);}
.product-list li:hover .title {color:var(--color-main)}
.product-list li:hover .more {color:#fff;border-color:var(--color-main);background:var(--color-main)}


/*==关于-介绍↓==*/
.ab-intro{background:url(../images/about-bg-02.jpg) no-repeat center;background-size:cover;}
.ab-intro .long{display: flex;}
.ab-intro .long .set{width:50%;margin-right: 50px;}
.ab-intro .long .set img{width:100%;}
.ab-intro .long .info{width:50%;}
.ab-intro .info .title{color:var(--color-main);font-size:36px;margin-bottom: 20px;padding-bottom:20px;border-bottom:1px #ddd solid;}
.ab-intro .long .wx{color:#333;font-size: 18px;line-height: 30px;}
.ab-intro .digital-air li{flex: 1;border-right: 1px #aaa solid;}
.ab-intro .digital-air li:last-child{border-right:0px;}


/*==关于-文化-↓==*/
.ab-culture{}
.ab-culture ul{display: flex;flex-wrap: wrap;margin:0 0 -20px -20px;}
.ab-culture ul li{position: relative;width: calc(50% - 20px);margin:0 0 20px 20px;padding: 50px;height: 300px;text-align: center;}
.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:26px;}
.ab-culture ul h4:after{content:"";display: none;margin-top: 10px;width: 40px;height: 3px;background: #fff;}
.ab-culture ul p{color:#fff;font-size: 16px;line-height: 28px;}
.ab-culture ul li:hover .pic:after{opacity:0.3;}
.ab-culture ul li:hover .pic img{ filter: blur(2px);}
.ab-culture ul li:hover .box{transform:translateX(5px)}
.ab-culture ul li:nth-child(n+3){width:calc(33.3% - 20px);}


/*==关于-文化↓==*/
.ab-honor{position: relative;background:url(../images/honor-bg-02.jpg) no-repeat center;background-size:cover;}
.ab-honor .or{display: flex;position: relative;justify-content: space-between;align-items: stretch;}
.ab-honor .or .info{flex-shrink: 0; margin-right:40px;}
.ab-honor .or .info .title{margin-bottom:30px;color:var(--color-main);font-size:24px;}
.ab-honor .or .con{flex: 1;}
.ab-honor .or .set{width:65%;/* height: 100%; */}
.ab-honor .or .moreBtn{margin-top:40px;}
.ab-honor .or .number{}
.ab-honor .or .number li{color: #191919;margin-bottom:30px;}
.ab-honor .or .number li:last-child{margin-bottom:0;padding-bottom:0px;border-bottom:0px;}
.ab-honor .or .number a{}
.ab-honor .or .number span{color: var(--color-main);font-size: 60px;font-weight: bold;}
.ab-honor .or .number b{color: var(--color-main);font-size: 60px;font-weight: bold;}
.ab-honor .or .number h5{color: #666;font-size: 16px;}


/*==荣誉资质切换↓==*/
.srll-honor{}
.srll-honor .list li{width:500px;}
.srll-honor .list li img{}
.srll-honor .list h4{opacity: 0; color:#3a3a3a;font-size:20px;margin-top:15px;text-align: center;}
.srll-honor .list li:hover h4{color:var(--color-main)}
.srll-honor .list .swiper-slide-active h4{opacity: 1;}
.srll-honor .spot{display: none;}


/*==企业相册-↓==*/
.ab-ambient .CenPhot.gla .pic:before{content:"\e8c8";color:color:var(--color-main);}


/*==新闻滚动↓==*/
.srll-news{background: #f5f5f5;}
.srll-news .list li{ position: relative; }
.srll-news .list li a{position: relative;display: flex;height: 450px;}
.srll-news .list li .pic{flex-shrink: 0;width: 55%;height: 100%;border: 1px solid #eee;}
.srll-news .list li .pic img{max-width:100%;height: 100%;object-fit: cover;}
.srll-news .list li .box{/*! text-align: center; */flex: 1;padding: 60px;min-width: 0;height: 100%;}
.srll-news .list li .box h4{width: 100%;font-size: 26px;color: #333;/*! font-weight: bold; */overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.srll-news .list li .box .time{position:relative;display: flex;color:#999;font-size: 14px;margin-top:20px;align-items: center;}
.srll-news .list li .box .time:before{content:"";margin-right: 20px;width:40px;height:1px;background:#ccc}
.srll-news .list li .box p{-webkit-line-clamp: 3;font-size: 16px;color: #666;margin-top: 30px;line-height: 24px;}
.srll-news .list li:hover h4{color:var(--color-main)}
.srll-news .more{}
.srll-news .more{display: flex;width: fit-content;color: var(--color-main);font-size: 14px;padding: 10px 30px;margin-top: 40px;border-radius: 30px;border:1px var(--color-main) solid;flex-direction: row-reverse;align-items: center;}
.srll-news .more:before{content: "\e61f";font-family: "iconfont";margin-left: 10px;font-size: 20px;}
.srll-news .more:hover{color:#fff; background: var(--color-main);}
.srll-news .more:hover:before{transform:translateX(3px);}
.srll-news div.spot{bottom: 30px;display: table;left: 55%;/*! margin-left: 52px; */text-align: left;margin-left: 60px;}
.srll-news div.spot span{opacity:1;width: 12px;height: 12px;margin-right: 12px !important;background: #c7c7c7;}
.srll-news div.spot .swiper-pagination-bullet-active{ background:var(--color-main)}
 
 
/*==新闻列表↓==*/
.news-list{display: flex;margin:0 0 -20px -20px;flex-wrap: wrap;}
.news-list li{float:left;width: calc(25% - 20px);margin: 0 0 20px 20px;}
.news-list li a{display: block;height:100%;background: #fff;border:1px #eee solid;}
.news-list .pic{padding-top:60%; position:relative}
.news-list .pic img{ position:absolute;top:0;left:0; width: 100%;height: 100%;object-fit: cover;}
.news-list .box{position: relative;z-index: 1;padding:30px;background: #f5f5f5;}
.news-list .box::after{content:"";position:absolute;left:0;bottom: 0;right:0;bottom:0;height: 0;z-index: -1;background:var(--color-main);}
.news-list h4{color:#090929;font-size: 22px;margin-bottom:10px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news-list p{-webkit-line-clamp: 2;color: #7a7a7a;font-size: 15px;line-height: 25px;}
.news-list .time{margin-top:30px;display: flex;color: #999;font-size:14px;justify-content: space-between;align-items: center;}
.news-list .time i{opacity: 0;font-size: 24px;}
.news-list li:hover a{border-color:var(--color-main);transform: translateY(-0px);}
.news-list li:hover .box::after{height: 100%;}
.news-list li:hover *{color:#fff}
.news-list li:hover .time i{opacity:1; color:#fff;transform: translateX(-5px);}


/*==新闻详情框↓==*/
.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: 2px var(--color-main) 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:22px;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: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 li{margin-bottom:20px;}
.newsDet .news .three a{position:relative; display: block;padding: 20px;background: #f5f5f5;}
.newsDet .news .three a:after{content:"";position: absolute;left: 0;right: 0;bottom: 0;margin: auto;height: 1px;background:var(--color-main);transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.newsDet .news .three h4{color:#090929;font-size: 18px;margin-bottom:10px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.newsDet .news .three p{-webkit-line-clamp: 2;color: #7a7a7a;font-size: 15px;line-height: 25px;}
.newsDet .news .three .time{margin-top: 25px;display: flex;color: #999;font-size:14px;justify-content: space-between;align-items: center;}
.newsDet .news .three:hover a:after{transform: scale(1);transform-origin:left;}
.newsDet .news .three:hover h4{color:var(--color-main)}


/*==产品详情↓==*/
.ProductShow{}
.DetailCont .top{position: relative; background:url(../images/pro-det-bg.jpg) no-repeat center;background-size:cover;}
.DetailCont .top .long{display: flex;}
.DetailCont .top .site{position: absolute;top:30px;}
.DetailCont .top .site a{color:#666;font-size:16px;}
.DetailCont .top .site a:after{content:"\eb9b";margin: 0 5px;font-size:12px;}
.DetailCont .top .site a:last-child:after{display:none}
.DetailCont .top .site a:hover{color:var(--color-main)}
.DetailCont .srll .swiper-slide{background:#fff}
.DetailCont .srll .swiper-slide a{display: flex;align-items: center;justify-content: center;}
.DetailCont .srll .swiper-slide img{height:550px;}
.DetailCont .face{display: flex;margin-bottom: 40px;justify-content: space-between;}
.DetailCont .face span{font-size: 30px;color:var(--color-main);}
/*--*/
.DetailCont .pst-left {width: 55%;}
.DetailCont .pst-right {width: 45%;margin-left:60px}
/*--*/
.pst-right .title {color: var(--color-main);font-size: 36px;margin-bottom:30px;}
.pst-right .title hr{display: block;margin:0px;margin-top:20px;width: 60px;height: 2px;border: none;background: var(--color-main);}
.pst-right .number {color:#666;font-size:18px;display:block;margin-top:20px;}
.pst-right .wx {color:#666666;font-size: 16px;min-height:100px;line-height: 30px;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:0 20px 10px 0;color:#fff;font-size: 20px;line-height: 25px;padding:12px 20px;border-radius: 5px;border: 1px var(--color-main) solid;background: var(--color-main);}
.pst-right .online a em{margin-right:10px;font-size:20px;}
.pst-right .online a.cor {color: var(--color-main);background:#fff;}
.pst-right .online a.tel{font-size:24px;}
.pst-right .online a:hover {color:#fff;border-color:var(--color-main);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;}
.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;justify-content: center;}
.psc-content .tone:before,.psc-content .tone:after {content:"";position:absolute;left: -20%;right: -20%;top:0;height:1px;background:#ddd;}
.psc-content .tone:after {bottom:0;top:auto;}
.psc-content .tone li {position:relative;display:inline-block;margin: 0 10px;color:#444444;font-size: 22px;padding: 25px 30px;cursor:pointer;align-items:center;justify-content:center;}
.psc-content .tone li:after {content:"";position:absolute;left:0;bottom:0px;width:100%;z-index:-1;height:100%;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: #fff;}
.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 {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: var(--color-main);font-size: 28px;font-weight: bold;margin-bottom:30px;}
.psc-content .theme:before {display: none; 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;}


/*==联系我们↓==*/
.contactIn{}
.contactIn #dituContent{width:100%;height:600px;}
.contactIn #dituContent img{max-width:initial;}
/*--*/
.cta-mode{}
.cta-mode ul{display: flex;margin: 0 0 -20px -20px;flex-wrap: wrap;}
.cta-mode ul li{position: relative;width: calc(25% - 20px);height: 260px;margin: 0 0 20px 20px;padding: 40px;border-radius:10px;background: #f5f5f5;}
.cta-mode ul li:after{content:"";position: absolute;left: 0;right: 0;top: 0;z-index:-1;margin: auto;height: 5px;background:var(--color-main);transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.cta-mode ul em{opacity:0.4;position: absolute;right: 0;bottom: 0;margin: 40px;color: #ddd;f;font-size: 120px;}
.cta-mode ul h4{display: block;color:#000;font-size: 25px;font-weight:bold;}
.cta-mode ul h4 font{display:block;font-size:14px;color:#666;font-weight:400;}
.cta-mode ul span{position: absolute;left: 0;bottom: 0;display:block;margin: 40px;font-size: 26px;}
.cta-mode ul li:hover{transform: translateY(-5px);}
.cta-mode ul li:hover:after{transform: scale(1);transform-origin:left;}
.cta-mode ul li:hover em{color:var(--color-main)}
/*--*/
.cta-mode .or{display:flex;justify-content: space-between;}
.cta-mode .or .shell{width:48%;padding:50px;background: #f8f8f8;}
/*--*/
.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%;}


/*==视频↓==*/
.video-list{display: flex;margin: 0 0 -40px -30px;flex-wrap: wrap;}
.video-list li{display: inline-block;width: calc(33.3% - 30px);margin: 0 0 40px 30px;}
.video-list a{position:relative;z-index:1;display: block;height: 100%;border: 1px #e8e8e8 solid; box-shadow: 12px 5px 10px #eee;}
.video-list .pic{padding-top:60%;z-index:1;}
.video-list .pic:before{opacity:0.6; content:"\e628";position: absolute;left:0;top:0;bottom:0;z-index: 2;right:0;margin: auto;height: max-content;text-align: center;color:#fff;font-size:50px;font-weight:bold;}
.video-list .pic:after{opacity: 0.4;content: "";position: absolute;left:0;top:0;bottom:0;right:0;background: #000;}
.video-list h4{color: #6a6a6a;font-size:18px;padding:15px 20px; text-align: center; }
.video-list li:hover a{    box-shadow: 12px 5px 10px #e1e1e1;}
.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)}


/*==招聘列表↓==*/
.join-item .batten{padding: 0 40px 30px 40px;}
.join-item .batten *{color: #333;font-weight: bold;}
.join-item .row{margin-left: -10px;display: flex;flex-flow: row wrap;align-content: flex-start;width: 100%;}
.join-item .row *{min-width: 11%;flex-shrink: 0;margin-left: 10px;font-size: 16px;color: #333;}
.join-item .row h4{flex: 1;}
.join-item .row a{}
.join-list{margin-bottom:-20px} 
.join-list li{width:100%; clear: both;margin-bottom:20px;padding:0 40px 0px 40px;border:1px #ddd solid}
.join-list li .top{position: relative;width:100%;padding:20px 0px;cursor: pointer;}
.join-list .top:before{content:"\eb98";position:absolute;top:0;bottom:0;right: -20px;margin:auto;height: fit-content;font-size: 18px;color:#666;transform: rotateX(0deg)}
.join-list .top h4{color:#333333;font-size:17px; font-weight:bold;}
.join-list .top span{color:#555;/* font-size:14px; */}
.join-list .link{/* width: auto; */color:#fff;font-size:14px;padding:8px 20px;text-align: center;background: var(--color-main);}
.join-list .down{display: none;border-top:1px #ddd solid;padding: 40px 0 50px 0;overflow: hidden;}
.join-list .option{margin-bottom:20px;display: none;}
.join-list .option span {display: inline-block;  color:#555;font-size:14px;margin:0 20px 10px 0;}
.join-list .wx{width:100%;color:#676767;font-size: 16px;line-height: 35px;}
.join-list .wx .tit{color:#333333;font-size: 16px;margin-bottom:20px;font-weight:bold;line-height: 1;}
.join-list .wx:last-child{}
.join-list .contact{display: flex;margin-top: 30px;padding-top: 30px;border-top:1px #ddd solid;justify-content: space-between;align-items: center;}
.join-list .contact p{color:#666;font-size:14px;margin-bottom:20px;}
.join-list .contact a{display: inline-block;color:#fff;font-size:16px;margin-right:20px;padding:10px 30px;border:1px var(--color-main) solid;border-radius: 5px;background: var(--color-main);}
.join-list .contact a:nth-child(2n+1){border-color:#333;;color:#333;background:none;}
.join-list .contact a:hover{color:#fff;border-color:#333; background:#333}
.join-list .contact .tel{position: relative;float: right;font-size: 15px;color: #7a7a7a;padding-left: 50px;}
.join-list .contact .tel:before{content: "\e611";font-family: "iconfont";position: absolute;left:0;top: 0;bottom: 0;margin: auto;height: fit-content;font-weight: 400;color: #aaa;font-size: 35px;}
.join-list .contact .tel font{display: block;color:var(--color-main);font-size:26px}
.join-list .open{border-top:1px var(--color-main) solid;  background: #f9f9f9;}
.join-list .open .top{}
.join-list .open .top:before{color:var(--color-main);transform: rotateX(180deg);}
.join-list .top .link:hover{ color:#fff;background:#3a3a3a;}
.join-list li:hover{border-color:var(--color-main)}


/*==底部==*/
.footer {position:relative;z-index:1; background:url(../images/footer-bg.jpg) no-repeat center;background-size:cover;}
.footer .up{padding:70px 0 0px 0;}
.footer .tit {position:relative;color:#363636;font-size:16px;font-weight:bold;margin-bottom:40px;}
.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:50%;display:flex;justify-content: space-between;}
.footer .nav li {padding-right:20px;}
.footer .nav li a{display:block;color:#999;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;}
.footer .info .tel {display:block;color:#000;font-size: 40px;font-weight:bold;margin-bottom:15px;margin-top: -20px;}
.footer .info .wx {display:block;color: #ccc;font-size: 15px;line-height: 30px;}
.footer .info .str span{display: flex;margin-bottom: 10px;color: #999;font-size: 16px;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: left;margin-left: 3%;color:#aaa;font-size:14px;}
.footer .ewm span{float: left;}
.footer .ewm img {display:block;width:130px;margin-bottom:10px;}
.footer .down {position:relative;margin-top: 80px;padding: 30px 0;color:#000;font-size:16px;font-weight:bold;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:#000;font-size:16px;font-weight:bold;}
.footer .down a:hover {color:var(--color-main);}








