@charset "utf-8";



/*==顶部↓==*/
.fixed-top.head-nav{ position: fixed;top:0;left:0;right:0; z-index:5}
/*--*/
.header{position: relative;top:0;left:0;right:0;z-index:3;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{position: relative;color:#181818;font-size:16px;margin-left: 40px;letter-spacing: 2px;}
.header .logo .txt font{display: block;font-size:22px;color:var(--color-main);font-weight:bold;}
.header .logo .txt:before{content:"";position:absolute;left: -20px;top:0;bottom:0;margin: auto;width: 1px;height: 80%;background: -webkit-linear-gradient(top, #f5f5f5, #ddd,#f5f5f5);}
.header .right{float:right;display: flex;margin-left: 0px;height: 100%;align-items: center;transition: all .4s ease-in-out;}
.header .right .bar{display: flex;position: relative;color: #6a6a6a;font-size:16px;margin-left: 30px;align-items: center;}
.header .right .bar:nth-child(1){margin-left:0px;}
.header .right .bar i{color: #3a3a3a;font-size:26px;margin-right:6px;}
.header .right .bar:hover i{color:var(--color-main)}
.header .tel span{position: relative;font-size: 28px;font-weight:bold;color: var(--color-main);height: 100%;align-items: center;}
.header .tel span:before{content: "\e618";margin-right: 10px;font-weight: 400;color: var(--color-main);}
.header .search form{position: relative;display: flex;margin: auto;border-radius: 30px;border: 1px #aaa solid;overflow: hidden;align-items: stretch;}
.header .search input{flex: 1;width: 180px;color: #aaa;font-size: 14px;padding: 5px 20px;}
.header .search button{flex-shrink: 0;position: relative;z-index: 1;color: #999;font-size: 18px;padding: 0px 15px;margin: 5px 0;border-left: 1px #aaa solid;cursor: pointer;}
.header .search button:before{content:"\e8bb";margin-right:10px;font-size: 20px;}
.header .search button:hover:before{color:var(--color-main)}
.header .address{display: flex;}
.header .address b{display: flex;margin-left: 20px;font-size:16px;color:#333333;align-items: center;}
.header .address b:before{content:"\e70c";margin-right: 8px;color:var(--color-main);font-size: 16px;}
.header .address b:nth-child(1){margin-left:0px;}
/*--*/
.head-nav{position: relative; background: var(--color-main);}
.head-nav .nav{display:flex;height: 100%;}
.head-nav .nav > li{flex: 1;position:relative;height: 60px;margin-right:1px}
.head-nav .nav > li > a{position: relative;z-index:1;display: flex;color: #fff;font-size: 17px;height: 100%;text-align: center;align-items: center;justify-content: center;}
.head-nav .nav > li > a:after{content:"";position: absolute;left: 0;right: 0;bottom:0;top: 0px;z-index:-1;margin: auto;height:100%;background:var(--color-ass);transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.head-nav .nav > li:hover > a,.head-nav .nav > li.active > a{color:#fff; }
.head-nav .nav > li:hover > a:after,.head-nav .nav > li.active > a:after{opacity:1; transform: scale(1);transform-origin:left;}
.head-nav .nav .sub{display:none;}
.head-nav .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;transform: translateX(-50%);}
.head-nav .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;}
.head-nav .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;}
.head-nav .nav .sub-bok a:last-child{border:none}
.head-nav .nav .sub-bok a:hover{color:#fff;border-color:var(--color-main); background: var(--color-main);}
/*-下拉导航-*/
.head-nav .rel{position: inherit !important;}


/*==下拉导航↓==*/
.sub-multi{position:absolute;left:0;top:100%;right:0;z-index:2;padding: 50px 0;overflow: hidden;background: rgba(255,255,255,0.98);box-shadow: 0 0 10px #eee;}
.sub-multi .shell{display: flex;padding: 20px 0;/* margin-bottom:20px; */border-bottom: 1px #ddd dashed;}
.sub-multi .shell:last-child{margin-bottom:0px;border-bottom: 0px;}
.sub-multi .tit{flex-shrink: 0;width: 110px;margin-right: 10px;font-size:16px;font-weight:bold;color: #222;text-align: right;}
.sub-multi .link{flex: 1;display: flex;margin-left:-20px;flex-wrap: wrap;}
.sub-multi .link a{margin: 0 0 10px 20px;display: flex;color: #333;font-size:16px}
.sub-multi .link a:before{opacity:0;content: ">";flex-shrink: 0;color:#666;font-family: serif;font-weight: bold;margin-right: 5px;margin-top: 5px;transform: translateX(-3px);}
.sub-multi .link a font{position:relative;}
.sub-multi .link a font:after{opacity:0; content:"";position: absolute;left: 0;bottom: 4px;right: 0;width: 100%;height: 1px;background: var(--color-main);}
.sub-multi .link a:hover{color:var(--color-main)}
.sub-multi .link a:hover:before{opacity:1; color:var(--color-main);transform: translateX(0px);}
.sub-multi .link a:hover font:after{opacity:1;}
.sub-multi a.more{margin-left:20px;font-size:16px;/* color: #252525; */}
.sub-multi a.more:before{opacity:1}


/*-下拉导航pro-*/
.sub-pro{position:absolute;left:0;top:100%;right:0;z-index: 2;padding: 50px 0 80px 0;overflow: hidden;/* height: 100%; */background: #fff;box-shadow: 0 0 10px #eee;}
.sub-pro .pot{display: flex;}
.sub-pro .pot .left{position:relative;z-index:1;width: 280px;flex-shrink: 0;}
.sub-pro .pot .left::after{content:"";position:absolute;left: -100%;top: -100%;right:0;bottom: -100%;z-index: -1;background: #f8f8f8;}
.sub-pro .pot .right{flex: 1;margin-left: 80px;}
.sub-pro .pot .right .shell{display: none;}
.sub-pro .col{}
.sub-pro .col > li{margin-bottom:0px;}
.sub-pro .col > li > a{display: flex;color: #333;font-size: 16px;padding: 10px 20px 10px 40px;border-left: 3px solid rgba(0,0,0,0);align-items: center;justify-content: space-between;}
.sub-pro .col > li > a:after{content:">";font-family: cursive;font-weight: bold;font-size: 20px;}
.sub-pro .col > li.active > a{border-color: #333;background:#fff}
.sub-pro .col > li:hover > a{color:var(--color-main);}
.sub-pro .list{display: flex;margin: 0 0 -20px -30px;flex-wrap: wrap;}
.sub-pro .list li{display:inline-block;width: calc(33.3% - 30px);margin: 0 0 20px 30px;}
.sub-pro .list a{display: block;color:#666;font-size:14px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;align-items: center;}
.sub-pro .list a:before{content:"";float: left;display:block;width: 6px;height: 6px;margin-top: 10px;margin-right: 10px;border-radius:100%;background:var(--color-main);}
.sub-pro .list li:hover a{color:var(--color-main);text-decoration:underline}


/*==下拉导航↓==*/
.sub-forte{position:absolute;left:0;top:100%;right:0;z-index: 2;padding:30px 0;overflow: hidden;background:rgba(255,255,255,0.98);box-shadow: 0 0 10px #eee;}
.sub-forte ul{display: flex;justify-content: center;}
.sub-forte ul li{margin:0 20px}
.sub-forte ul li a{display: flex; color: #333;font-size:16px;}
.sub-forte ul li a:before{opacity:0;content: ">";flex-shrink: 0;color:#666;font-family: serif;font-weight: bold;margin-right: 5px;margin-top: 5px;transform: translateX(-3px);}
.sub-forte ul li a font{position:relative;}
.sub-forte ul li a font:after{opacity:0; content:"";position: absolute;left: 0;bottom: 4px;right: 0;width: 100%;height: 1px;background: var(--color-main);}
.sub-forte ul li:hover > a{color:var(--color-main)}
.sub-forte ul li:hover > a:before{opacity:1; color:var(--color-main);transform: translateX(0px);}
.sub-forte ul li:hover > a font:after{opacity:1;}


/*==标题↓==*/
.titleAx{margin-bottom:40px;color:#000123;font-size:40px;}
.titleAx b{font-weight: bold;color:var(--color-main)}  
.titleAx span{margin-top:10px;display: block;color:#6b6b6b;font-size:14px;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 span{opacity: 0.8;}
.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;}


/*==项目列表↓==*/
.pro-list.edge{display: flex;margin:0 0 -40px -40px;flex-flow: row wrap;align-content: flex-start;}
.pro-list.edge li{display: inline-block;width:calc(50% - 40px);margin:0 0 40px 40px;}
.pro-list a{display: flex;height:100%;border-radius: 10px;overflow: hidden;background: #f0f0f0;}
.pro-list .pic{width:50%;padding-top: 40%;}
.pro-list .box{flex: 1;position: relative;padding:30px 40px;padding-bottom: 100px;}
.pro-list h4{color:var(--color-main);font-size:20px;font-weight: bold;}
.pro-list .number{display: block;margin-top: 5px;font-size:16px;color: var(--color-main);}
.pro-list p{-webkit-line-clamp:5;margin-top:10px;font-size:14px;line-height:28px; color:#484848}
.pro-list .more{position: absolute;bottom: 30px;display: table;margin-top: 20px;padding: 8px 30px;color:#fff;font-size: 14px;border-radius: 30px;background: var(--color-ass);}
.pro-list li:hover a{transform: translateY(-5px);}
.pro-list li:hover h4{color:var(--color-ass)}
.pro-list li:hover .more{background:var(--color-wag)} 


/*==首页特点↓==*/
.traitHome{padding:50px 0}
.traitHome .row{display: flex;flex-wrap:wrap;margin-left:-40px}
.traitHome .row li{display:flex;width: calc(20% - 40px);margin-left:40px;cursor: pointer;}
.traitHome .row em{flex-shrink: 0;display: flex;position: relative;z-index: 1;width: 60px;height: 60px;margin-right: 20px;border-radius: 100%;align-items: center;justify-content: center;overflow: hidden;background: #e5f1fc;}
.traitHome .row em::after{opacity: 0;content:"";position:absolute;left:0;top:0;right:0;bottom:0;z-index: -1;background:var(--color-ass);transform: scale(0.5);border-radius: 100%;transition: all .6s ease-in-out;}
.traitHome .row em img{height: 32px;filter:drop-shadow(0px 60px #fff);transition: all .5s ease-in-out;}
.traitHome .row h4{font-size:18px;font-weight: 500;color:#1a1a1a;}
.traitHome .row p{margin-top: 10px;font-size:14px;color: #6a6a6a;}
.traitHome .row li:hover{}
.traitHome .row li:hover em::after{opacity: 1; transform: scale(1);}
.traitHome .row li:hover em img{transform: translateY(-180%);}
.traitHome .row li:hover h4{color:var(--color-ass)}


/*==底部客服↓==*/
.consult-air{background:url(../images/consult-bg.jpg) no-repeat center;background-size:cover;}
.consult-air .box{display: table;margin:auto;text-align: center;}
.consult-air .tel{margin-bottom: 20px;display: block;font-size:36px;color:#333333;font-weight: bold;}
.consult-air .tel::before{content:"\e660";margin-right:10px;font-weight: 400;}
.consult-air  h3{font-size:40px;color: #333;font-weight: 550;}
.consult-air  h4{margin-top:10px;font-size:24px;color: #5b5b5b;}


/*==首页项目↓==*/
.proHome{overflow: hidden; background:url(../images/product-bg.jpg) no-repeat center;background-size:cover;}


/*==首页项目列表↓==*/
.pro-grid{display: flex;flex-wrap: wrap;margin:0 0 -30px -30px}
.pro-grid li{display:inline-block;width: calc(100% - 30px);margin: 0 0 30px 30px;}
.pro-grid .pack{position: relative;height: 100%;background: #fff;}
.pro-grid .top{position: relative;z-index: 1;padding:10px 30px;align-items: center;justify-content: space-between;}
.pro-grid .top::after{content: "";position: absolute;left: 0;top: 0;right: 0;bottom: 0;z-index: -1;background:#027db4;text-align: center;}
.pro-grid .top h4{font-size: 24px;color: #fff; text-align: center;}
.pro-grid .top em{flex-shrink: 0;}
.pro-grid .box{/* position: relative; */padding:30px;padding-bottom: 100px;}
.pro-grid .link{display:grid; grid-template-columns: repeat(3, 1fr);gap:15px;}
.pro-grid .link a{display: flex;font-size:15px;color: #333333;align-items: center;}
.pro-grid .link a::before{content: "";flex-shrink: 0; display: block;width: 6px;height: 6px;margin-right: 4px;border-radius: 100%;background: var(--color-main);}
.pro-grid .link a:hover{color:var(--color-ass)}
.pro-grid .link a:hover::before{background:var(--color-ass)}
.pro-grid .more{position: absolute;left: 0;right: 0;bottom: 0;margin: 30px auto;display: block;padding: 6px 10px;font-size:14px;color:var(--color-ass);border: 1px solid var(--color-ass);border-radius: 5px;text-align: center; width: 10%;}
.pro-grid .more:hover{background: #fff1e6;}
.pro-grid li:hover .pack{transform: translateY(-5px);box-shadow: 0 0 15px #eee;}
.pro-grid li:hover .top::after{opacity: 1;}


/*==流程↓==*/
.process-air{background:url(../images/process-bg.jpg) no-repeat center;background-size:cover;background-attachment: fixed;}
.process-air .row{display: flex;justify-content: space-between;}
.process-air .row li{position:relative;z-index:1; text-align:center}
.process-air .row em{display: flex;margin-bottom: 15px;width:100px;height: 100px;border:1px #fff solid;border-radius:100%;align-items: center;justify-content: center;}
.process-air .row em img{}
.process-air .row h4{font-size:15px;color:#fff;}
.process-air .row i{display: block;position: relative;z-index: 1;margin-top: 15px;}
.process-air .row i::before{content: "";display: block;width: 8px;height: 8px;margin: auto;border: 1px #fff solid;border-radius: 100%;background: #086aa9;}
.process-air .row i::after{content: "";position:absolute;top: 3px;left:0;right:0;bottom:0;z-index: -1;height: 1px;background: -webkit-linear-gradient(left, rgba(255,255,255,0.1), #fff,rgba(255,255,255,0.1));}
.process-air .row u{position:absolute;top: 50px;left: 100%;z-index:1;width: 145px;border-top: 2px #408bbb dashed;}
.process-air .row u:before{content:"\e65b";position:absolute;top: -18px;right: -15px;z-index:1;font-size: 34px;color: #408bbb;}
.process-air .row li:last-child u{display:none}


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


/*==合作伙伴列表↓==*/
.partner-list{display: flex;flex-wrap: wrap;}
.partner-list li{display: inline-block;width:16.6%;border:1px #eee solid;overflow: hidden; background: #fff;}
.partner-list li:nth-child(2n){background: #fff;}
.partner-list li:nth-child(n+7):nth-child(-n+12){background:#fff}
.partner-list li:nth-child(n+7):nth-child(-n+12):nth-child(2n){background:#fff}
.partner-list a{position: relative;z-index:1;display: block;padding: 20px 10px;}
.partner-list a:after{opacity:0; content:""; position:absolute;left:0;top:0;right:0;bottom:0;transform: translateY(-10px);background:var(--color-ass);}
.partner-list .pic{padding-top: 60%;}
.partner-list h4{opacity:0;position: absolute;left:0;top:0;right:0;bottom:0;z-index: 1;margin: auto;height: fit-content;text-align: center;padding:10px;color:#fff;font-size: 16px;transform: translateY(10px);}
.partner-list li:hover h4{opacity:1;transform: translateY(0px);}
.partner-list li:hover a:after{opacity:0.6;transform: translateY(0px);}


/*==首页优势↓==*/
.advantHome{ overflow: hidden;}
.advant-air .row-1{display: flex;flex-wrap:wrap;margin-left:-20px}
.advant-air .row-1 li{width: calc(25% - 20px);margin-left:20px;}
.advant-air .row-1 .pack{display:flex;padding:30px;height:100%;border-radius: 10px;box-shadow: 0 0 15px #ddd;transition: all .4s ease-in-out;}
.advant-air .row-1 em{flex-shrink: 0;display: flex;margin-right: 30px;align-items: center;justify-content: center;}
.advant-air .row-1 h4{font-size:24px;font-weight: 500;color:#010101;}
.advant-air .row-1 p{margin-top: 10px;font-size:14px;color: #666666;}
.advant-air .row-1 li:hover .pack{transform: translateY(-5px);}
.advant-air .row-1 li:hover h4{color: var(--color-ass);}
/*--*/
.advant-air .row-2{display: flex;flex-wrap:wrap;margin:40px 0 0 -50px}
.advant-air .row-2 li{width: calc(33.3% - 50px);margin-left:50px;}
.advant-air .row-2 .pack{height:100%;box-shadow: 0 0 20px #ddd;background: #fff;transition: all .4s ease-in-out;}
.advant-air .row-2 .top{position: relative;z-index:1; padding:20px;text-align: center;font-size:28px;color:#fff;overflow: hidden;}
.advant-air .row-2 .top .bg{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;width:100%;height:100%;}
.advant-air .row-2 .box{padding: 30px;text-align: center;}
.advant-air .row-2 em{display: block;margin-bottom:20px}
.advant-air .row-2 p{font-size:16px;color:#484848;line-height: 1.6;}
.advant-air .row-2 li:hover .pack{transform: translateY(-5px);box-shadow: 0 5px 20px #ddd;}
.advant-air .row-2 li:hover .top .bg{filter: blur(2px);}


/*==首页关于↓==*/
.aboutHome{padding-top: 0;  overflow:hidden; background:url(../images/about-bg.jpg) no-repeat center;background-size:cover;}
.aboutHome:before{content:"";display: block;height: 320px;background:url(../images/about-bg-2.jpg) no-repeat center;background-size:cover;}
.aboutHome .long{display: flex;margin-top: 50px;}
.aboutHome .info{flex: 1;position: relative;}
.aboutHome .titleAx{position: absolute;top: -250px;z-index: 2;}
.aboutHome .wx{font-size:16px;color:#484848;line-height: 1.8;}
.aboutHome .digital{margin-top:80px;width:80%}
.aboutHome .moreBtn{margin-top:80px}
.aboutHome .set{flex: 1;position: relative;margin-left: 40px;}
.aboutHome .set img{position:absolute;bottom: 0;border-radius: 10px;}


/*==首页新闻↓==*/
.newsHome{}
.newsHome .roll{display: flex;margin-bottom: 50px;justify-content: center;}
.newsHome .roll li{margin:0 20px;cursor: pointer;}
.newsHome .roll a{display: block;font-size:20px;color:#000123;}
.newsHome .roll li:hover a,.newsHome .roll li.active a{color:var(--color-ass);}


/*==首页新闻列表↓==*/
.news-grid{margin: 0 0 0px -60px;/* overflow: hidden; */}
.news-grid li{float:left;position:relative;margin: 0 0 0px 30px;}
.news-grid a{display: block;position: relative;}
.news-grid .one{width: calc(33.3% - 30px);border-radius: 10px; overflow: hidden; background: #f6f8fa;}
.news-grid .one .pic{height:360px;overflow: hidden;}
.news-grid .one .pic img{width:100%;height:100%;object-fit:cover;}
.news-grid .one .box{position: relative;z-index:1;padding: 30px;}
.news-grid .one h4{color: #333333;font-size: 18px;font-weight: 500;}
.news-grid .one p{margin-top: 15px;color: #666666;font-size: 15px;line-height: 1.8;}
.news-grid .one .low{display:flex;margin-top: 25px;color:#999999;font-size:14px;align-items: center;justify-content: space-between;}
.news-grid .one .time{display: block;}
.news-grid .one:hover h4{color:var(--color-ass);}
.news-grid .one:hover .more{color:var(--color-ass)}
.news-grid .two{float:right;width: calc(33.3% - 30px);padding: 0px 30px;background: #f6f8fa;}
.news-grid .two a{position: relative;align-items: center;/* margin: 0 20px; */padding: 25px 0;border-bottom: 1px #e5e5e5 solid;justify-content: space-between;}
.news-grid .two a:after{opacity:0; content:"";position: absolute;left: 0;bottom: 0;width: 50%;height: 1px;background: var(--color-ass);}
.news-grid .two h4{position: relative;color:#333333;font-size: 18px;padding-left: 20px;}
.news-grid .two h4::before{content:"";position:absolute;left:0;top: 0;bottom:0;z-index:1;width:7px;height: 7px;margin: auto;border-radius: 100%;background: #d3d6d8;}
.news-grid .two p{margin-top:10px;color:#757575;font-size:14px;line-height:1.8}
.news-grid .two:last-child a{border-bottom:0px}
.news-grid .two:last-child a::after{display: none;}
.news-grid .two:hover a:after{opacity:1; width:100%}
.news-grid .two:hover h4{color:var(--color-ass)}
.news-grid .two:hover h4:before{background:var(--color-ass)}
.news-grid li:nth-child(3){border-radius:10px 10px 0 0}
.news-grid li:last-child{border-radius: 0 0 10px 10px;}


/*==服务支持-内容↓==*/
.ser-support{}
.ser-support .long{display: flex;}
.ser-support .long .set{flex: 1;}
.ser-support .long .info{flex: 1%; margin-left:50px;color:#666;font-size:16px;line-height:30px;}
.ser-support .long .info p{margin-bottom:20px}
.ser-support .long .info p:last-child{margin-bottom:0px;}


/*==关于我们-介绍↓==*/
.ab-intro{background:url(../images/about-bg.jpg) no-repeat center;background-size:cover;}
.ab-intro .long{display: flex;}
.ab-intro .info{flex: 1;}
.ab-intro .titleAx span{color:var(--color-main)}
.ab-intro .wx{margin-top:10px;font-size:16px;color:#535353;line-height: 2;}
.ab-intro .set{width:50%;margin-left:80px;}
.ab-intro .digital{margin-top:50px; }


/*==新闻列表↓==*/
.news-list{display: flex; margin: 0 0 -30px -30px;flex-wrap: wrap;}
.news-list li{width: calc(33.3% - 30px);margin:0 0 30px 30px; border-radius: 10px; overflow: hidden; background: #f6f8fa;}
.news-list a{display: block;position: relative;}
.news-list .pic{padding-top:65%}
.news-list .box{position: relative;z-index:1;padding: 30px;}
.news-list h4{color: #333333;font-size: 18px;font-weight: 500;}
.news-list p{margin-top: 14px;color: #666666;font-size: 14px;line-height: 1.8;}
.news-list .low{display:flex;margin-top: 25px;color:#999999;font-size:14px;align-items: center;justify-content: space-between;}
.news-list .time{display: block;}
.news-list li:hover h4{color:var(--color-ass);}
.news-list li:hover .more{color:var(--color-ass)}


/*==新闻详情框↓==*/
.newsDet{}
.newsDet .bgi{margin-bottom:30px;background:#fff;}
.newsDet .bgi:last-child {margin-bottom:0px;}
.newsDet .bgi.p3 {padding:30px 30px 40px 30px;}
.newsDet .bgi.p4 {padding:40px 40px 40px 40px;}
/*--*/
.newsDet .content .titleTop{text-align: center;padding: 0 0 30px 0;margin: 0 0 40px 0;border-bottom: 1px #e4e4e4 solid;}
.newsDet .content .titleTop.lef{text-align: left;}
.newsDet .content .title{color:#333333;font-size:28px;}
.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-ass)}
.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 {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-ass)}
/*--*/
.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-ass)}
.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-ass);}
.newsDet .news .two:hover a:before {background:var(--color-ass);}

 

/*==产品详情↓==*/
.proDet{}
.proDet-up{background: #f1f1f1;}
.proDet-up .long{display: flex;justify-content: space-between;}
.proDet-up .set{flex-shrink: 0;width: 20%;border-radius: 20px;overflow: hidden;}
.proDet-up .set img{width:100%;}
.proDet-up .info{width:50%;}
.proDet-up .info .title {color:var(--color-main);font-size:36px;font-weight:bold; }
.proDet-up .info .number{display: block; margin-top:10px;font-size:22px;color:var(--color-main);}
.proDet-up .info .wx {margin-top: 30px;color:#484848;font-size:16px;line-height:1.8;}
.proDet-up .info .more{display: table;margin-top: 30px;padding: 8px 50px;color:#fff;font-size: 16px;border-radius: 30px;background: var(--color-ass);}
.proDet-up .info .more:hover{background:var(--color-wag)} 
/*--*/
.proDet-content {margin-top:70px;}
.proDet-content .long {position:relative;display:flex;}
.proDet-content .left {flex:1;}
.proDet-content .right {flex-shrink:0;width:340px;margin-left:60px;}
.proDet-content .frame {margin-bottom:50px;}
.proDet-content .theme {position:relative;color:var(--color-main);font-size:22px;font-weight:bold; margin-bottom:20px;padding-bottom:15px;border-bottom:1px #ddd solid;}
.proDet-content .wx{color:#484848;font-size:16px;line-height:1.8;}
.proDet-content .list_1{}
.proDet-content .list_1 li{margin-bottom: 10px;}
.proDet-content .list_1 a{position: relative;display: block;color:#484848;font-size: 16px;padding-left: 20px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.proDet-content .list_1 a:before{content:"";position: absolute;left: 1px;top: 0;bottom: 0;display: inline-block;margin: auto;width: 5px;height: 5px;margin-right:10px;background:#6a6a6a;}
.proDet-content .list_1 li:hover a{color:var(--color-main)}
.proDet-content .process{display: flex;width:630px;margin: auto;margin-top: 80px;margin-bottom: 50px;justify-content: space-between;}
.proDet-content .process li{position: relative;width: 100px;text-align: center;}
.proDet-content .process li::after{content:"";position:absolute;left: 75px;top: 20px;z-index:1;height:1px;width: 125px;background: #aaa;}
.proDet-content .process li:last-child:after{display:none}
.proDet-content .process i{display: flex;width: 40px;height: 40px;margin: auto;font-size:16px;font-weight: bold;color:var(--color-main);border-radius: 100%;border:2px solid var(--color-main);align-items: center;justify-content: center;}
.proDet-content .process h4{margin-top: 15px;font-size: 16px;color:#484848}



/*==联系我们↓==*/
.contactIn{}
.contactIn #dituContent{width:100%;height:100%;}
.contactIn #dituContent img{max-width:initial;}
/*--*/
.cta-mode{}
.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%;}


/*==底部==*/
.footer {position:relative;z-index:1;padding-top: 80px;overflow:hidden; background:#183c4c;}
.footer .up{overflow:hidden}
.footer .left{float: left;width: 45%;}
.footer .nav {position:relative;display:flex;flex-wrap: wrap;}
.footer .nav li {width: 16.6%;padding-right:20px;}
.footer .nav li a{display:block;color: #fff;font-size:14px;margin-bottom:10px;}
.footer .nav li a:before{content: "\e6e4";margin-right:5px;}
.footer .nav li a:hover {color:var(--color-ass)}
.footer .nav .box.col{ column-count: 2;}
.footer .tel {display:block;color:var(--color-ass);font-size:30px;font-weight:bold;margin-top: 40px;}
.footer .tel:before{content: "\e613";font-size:28px;color: var(--color-ass);margin-right: 20px;font-weight: 400;}
.footer .info {float:right;max-width:25%}
.footer .info .wx {display:block;color: #ccc;font-size: 15px;line-height: 30px;}
.footer .info .str span{display: flex;margin-bottom: 15px;color: #fff;font-size: 15px;align-items: center;}
.footer .info .str span i{display: inline-block;width:20px;text-align: center;font-size:15px; color:#fff;margin-right:10px;}
.footer .info .str span:last-child{margin-bottom:0px;}
.footer .ewm {float:right;margin-left: 10%;color:#fff;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;display: flex;justify-content: space-between;align-items: center;margin-top:60px;padding: 25px 0;color: #fff;font-size:14px;}
.footer .down:before{opacity: 0.2;content:"";position:absolute;left: -100%;right: -100%;top: 0;height: 1px;background: #fff;}
.footer .down a {color: #fff;font-size:14px;}
.footer .down a:hover {color:var(--color-ass);}


