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

 


/*==版心定义↓==*/
.container{width:1600px;}
a:hover{color:#cdb854}
.bga{background: #f5f5f5;}

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

/*==顶部↓==*/
.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 .nav > li > a{color:#6a6a6a}
.fixed-top.header .sub{top:80px} 
/*--*/
.header{position: fixed;top:0;left:0;right:0;z-index:5;height:100px;}
.header:before{opacity:0; content:"";position:absolute;bottom:0;z-index:-1;width:100%;height:80%;background: #fff;transition: all .4s ease-in-out;}
.header .container{height:100%;}
.header .logo{float:left;display: flex;height:100%;padding: 20px 0;align-items: center;}
.header .logo a{display: flex;height:100%;align-items: center;}
.header .logo img{max-height:80px;}
.header .logo .txt{color:#181818;font-size:16px;text-align: center;margin-left: 20px;}
.header .logo .txt font{display: block;font-size:28px;color:#cdb854;font-weight:bold;letter-spacing:6px;}
.header .tel{position: relative;float: right;display: flex;font-size: 22px; ;color: #cdb854;height: 100%;align-items: center;margin-left: 50px;}
.header .tel:before{content: "\e671";margin-right: 10px;font-weight: 400;color: #cdb854;}
.header .nav{display:flex;float: right;height: 100%;}
.header .nav > li{ float: left;position:relative; height: 100%;margin-left: 50px;}
.header .nav > li > a{position: relative;display: flex;color: #fff;font-size: 17px;height: 100%;text-align: center;align-items: center;}
.header .nav > li > a:after{display: none; content:"";position: absolute;left:0;bottom:0;width:100%;height:2px;background:#cdb854;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.header .nav > li:hover > a,.header .nav > li.active > a{color:#cdb854; }
.header .nav > li:hover > a:after,.header .nav > li.active > a:after{transform: scale(1);transform-origin:left;}
.header .nav .sub{display:none;width: 200%;left:-50%;top: 100%;position:absolute;border:1px #ddd solid;background: rgba(255,255,255,1);padding: 10px 0;z-index: 999;text-align: center;box-shadow: 0 -5px 20px #ccc;}
.header .nav .sub:before{content:"";position:absolute;top: -20px;left: 0;right: 0;display: table;margin: auto;border: 10px solid white;border-color: transparent transparent #fff transparent;}
.header .nav .sub a{display: block;color: #5e5e5e;font-size: 14px;padding:8px 10px}
.header .nav .sub a:hover{color:#fff; background: #cdb854;}


/*==次级导航↓==*/
.menu-each{width:100%;margin-top:60px;margin-bottom:-10px;}
.menu-each ul{display:table; text-align: center;/*! background:#f2f3f4; *//*! width: 100%; */margin: auto;}
.menu-each li{/*! flex: 1; */ display: inline-block;}
.menu-each li a{position:relative;z-index:2;display: block;margin:0 10px 10px 10px;color:#191919;font-size:18px;border: 1px #e9e9e9 solid;overflow: hidden;padding: 10px 40px;border-radius: 5px; background: #f7f7f7;}
.menu-each li a:after{ content: ""; position: absolute;left:0;bottom:0;z-index:-1;width:100%;height:100%; background: #cdb854;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.menu-each li:hover a,.menu-each li.active a{ color:#fff;border-color:#cdb854 }
.menu-each li:hover a:after,.menu-each li.active a:after{transform: scale(1);transform-origin:left;}
 

/*==次级导航↓==*/
.menu-orso{position: relative;margin-top:25px;border-bottom:2px #e8e8e8 solid;}
.menu-orso .long{display: flex;padding-bottom:25px;background: #fff;justify-content: space-between;align-items: center;}
.menu-orso .secon{}
.menu-orso .secon li{display: inline-block;margin-right: 50px;}
.menu-orso .secon a{position:relative;z-index:2;display: block;color: #666666;font-size: 18px;height: 100%;/* overflow: hidden; */background: #fff;}
.menu-orso .secon a::after{content: "";position: absolute;left:0;bottom: -26px;z-index: 2;width:100%;height: 2px;background: #cdb854;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.menu-orso .secon li:hover a,.menu-orso li.active a{ color:#cdb854; }
.menu-orso .secon li:hover a:after,.menu-orso .secon li.active a:after{transform: scale(1);transform-origin:left;}
/*--*/
.menu-orso.par{margin-top: -80px;height: 80px;border-bottom-width: 1px;}
.menu-orso.par .long{padding: 30px 30px 25px 30px;border-radius: 10px 10px 0 0;}
.menu-orso.par .secon a::after{bottom:-25px}
/*--*/
.menu-orso.cen .long{justify-content: center;}
.menu-orso.cen .secon li{margin:0 40px;}
.menu-orso.cen .site{display: none;}


/*==面包屑↓==*/
.siteGle{margin-top: 40px;}
.siteGle .long{display: flex; padding-bottom: 20px;height: 45px;border-bottom: 1px #ddd solid;align-items: center;justify-content: space-between;}
.siteGle .tit{position: relative;color: #666;font-size: 18px;}
.siteGle .tit:after{content: "";position: absolute;left:0;bottom: -21px;z-index: 2;width:100%;height: 2px;background: #cdb854;}
.siteGle .more{float:right;color:#fff;font-size:14px;padding: 5px 10px;margin-top: -5px;background: #666;}
.siteGle .more:hover{color:#fff; background: #cdb854;}
/*--*/
.site-dot{color: #6a6a6a;font-size: 15px;}
.site-dot .home i{ font-weight:bold;font-size:16px;margin-right:10px;color:#aaa}
.site-dot a{}
.site-dot a:after{content:"\eb9b";margin: 0 5px;font-size:12px;}
.site-dot a:last-child:after{display:none}
.site-dot a:hover{color:#cdb854}


/*==标题↓==*/
.titleAx{margin-bottom:40px;color:#000123;font-size:44px;}
.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:#cdb854}
.titleAx hr{display: block;margin:0px;margin-top: 12px;width: 40px;height: 3px;border:none;background: #cdb854;}
.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: #cdb854;}
.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;}


/*===内页框↓==*/
.rack{width:100%;padding:70px 0 80px 0;}
.rack.t0{padding-top:0px !important}
.rack.b0{padding-bottom:0px !important}
.rack.tb0{padding-top:0px !important;padding-bottom:0px !important}

/*==切换按钮↓==*/
.tone-item{display: flex;text-align: center;margin-bottom:50px;margin-left: -50px;align-items: stretch;justify-content: center;}
.tone-item li{display:inline-block;cursor: pointer;margin-left: 30px;}
.tone-item a{position: relative;z-index: 1;display: block;height:100%;color: #fff;font-size: 18px;padding: 12px 50px;border-radius: 30px;overflow:hidden;background: #525252;}
.tone-item a:after {content:"";position:absolute;left:0;bottom:0;z-index:-1;width:100%;height:100%;background: #cdb854;transition:transform .5s;transform:scale(0,1);transform-origin:right;}
.tone-item .more a{color:#3a3b3c; background: #dddddd;}
.tone-item .active a,.tone-item li:hover a{color:#fff; }
.tone-item .active a:after,.tone-item li:hover a:after{transform:scale(1);transform-origin:left;}


/*==左侧栏目↓==*/
.leftNav{}
.leftNav .title{display: table;color:#cdb854;font-size:25px;margin-bottom: 25px;padding-bottom: 10px;border-bottom:1px #ddd solid} 
.leftNav .title em{display:none;}
.leftNav .drop > li{margin-bottom: 15px;padding-bottom: 10px;border-bottom: 1px #eee solid;}
.leftNav .drop > li > a{display: flex;color:#333;font-size:18px;flex-direction: row-reverse;justify-content: flex-end;align-items: center;}
.leftNav .drop > li > a::before{/* opacity: 0; */content:"\e65b";margin-left: 10px;font-size: 24px;/* transform:translateX(5px); */}
.leftNav .drop > li.active > a,.leftNav .drop > li:hover > a{color:#cdb854;}
.leftNav .drop > li.active a::before,.leftNav .drop > li:hover > a:before{opacity:1;transform:translateX(-5px)}
/*--*/
.leftNav .order {margin-top: 15px;margin-left: 5px;}
.leftNav .order > li {margin-bottom: 10px;}
.leftNav .order > li:last-child{border:none}
.leftNav .order > li > a {display:flex;color: #444;font-size: 16px;align-items: center;}
.leftNav .order > li > a::before{content: "";display: block;width: 8px;height: 1px;margin-right:10px;border-radius: 50%;background: #999;}
.leftNav .order > li:hover > a,.leftNav .order > li.active > a {color:#cdb854;}
.leftNav .order > li:hover > a{transform:translateX(-5px);}
.leftNav .order > li:hover > a::before,.leftNav .order > li.active > a:before{background: #cdb854;}


/*==产品布局↓==*/
.pro-door{ background: #f2f2f2;}
.pro-door .long{display: flex;align-items: flex-start;}
.pro-door .lefter{width: 300px;margin-right: 30px;padding: 40px;background:#fff;}
.pro-door .righter{flex: 1;min-height:400px;}
.pro-door .righter.bgb{padding:40px;background:#fff;}
.pro-door .righter .titleTop{color:#3a3a3a;font-size:36px; text-align: center;margin-bottom:50px;}


/*===产品列表==*/
.product-list.edge{margin:0 0 -20px -20px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.product-list.edge li{display: inline-block;width:calc(33.3% - 20px);margin:0 0 20px 20px;padding: 40px;background: #fff;}
.product-list.bale li{border:1px #eee solid;padding:30px;background: #f9f9f9;}
.product-list li{ }
.product-list a{display: block;}
.product-list .pic{position: relative; padding-top:80%; }
.product-list .pic img{position: absolute;left:0;top:0;right:0;bottom:0; }
.product-list .title{color:#000123;font-size:18px;margin-top: 30px;}
.product-list p{color:#000123;font-size:14px;margin-top: 12px;}
.product-list .online{margin-top:30px;}
.product-list .more{float: left;display: inline-block;color:#fff;font-size:13px;padding:10px 40px;margin-right: 10px;border-radius: 1px;background: #3a3a3a;}
.product-list .more.cor{color:#3a3a3a;font-weight: bold; background: none;}
.product-list .more:hover{color:#fff;background: #cdb854;}
.product-list li:hover{}
.product-list li:hover{transform: translateY(-5px);}
.product-list li:hover .title{color:#cdb854}





/*===首页产品列表↓==*/
.product-grid.edge{margin:0 0 -20px -20px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.product-grid.edge li{display: inline-block;width:calc(25% - 20px);margin:0 0 20px 20px; }
.product-grid a{display: block;}
.product-grid .pic{padding-top:80%;border:1px #eee solid;}
.product-grid h4{color:#333;font-size:18px;margin-top:15px;text-align: center;}
.product-grid li:hover a{}
.product-grid li:hover .pic{box-shadow:0 0 15px #fff5c8; }
.product-grid li:hover h4{color:#cdb854}


/*==云平台↓==*/
.platformHome{background: url(../images/platform-bg.jpg) no-repeat center fixed;background-size: cover;}
.platformHome .long{display: flex;align-items: center;justify-content: space-between;}
.platformHome .info{width:40%;flex-shrink: 0;}
.platformHome .wx{color:#666;font-size:16px;line-height: 30px;}
.platformHome .online{margin-top:40px}
.platformHome .online a{color:#fff;font-size:16px;padding:10px 30px;margin-right:10px;border-radius: 30px;background:#cdb854}
.platformHome .online a.cor{background: #525252;}
.platformHome .online a:hover{color:#fff;background: #3a3a3a;}
.platformHome .pic{ width:55%;}



/*==首页公司优势↓==*/
.advant-row{display: flex;flex-wrap: wrap;margin: 0 0 -20px -20px; }
.advant-row li{display: flex;width: calc(25% - 20px);margin: 0 0 20px 20px;text-align: center;overflow: hidden;background: #f5f6f7;flex-direction: column;}
.advant-row em{display: flex;flex-shrink: 0;margin: 30px auto;width: 92px;height: 106px;justify-content: center;overflow: hidden;background:url(../images/hexagon-def.png) no-repeat center;background-size:cover;align-items: center;}
.advant-row em::before{content: ""; position: absolute;left:0;right:0;bottom:0;z-index:1;margin: auto;width: fit-content;height: fit-content;background:url(../images/hexagon-def.png) no-repeat center;background-size:cover;}
.advant-row em img{filter: drop-shadow(0px 100px #fff);}
.advant-row .box{position:relative;height: 100%;padding:30px 30px 100px 30px;border-top:1px solid #cdb854;transition: all .4s ease-in-out;}
.advant-row .box::before{content: "";position: absolute;left:0;right:0;top: -3px;width:5px;height:5px;margin: auto;border-radius: 50%;background: #cdb854;}
.advant-row i{opacity:0.4;position: absolute;bottom: -60px;left:0;right:0;margin:auto;font-size: 160px;color:#cdb854;font-weight: bold;}
.advant-row h4{color:#333333;font-size:26px;font-weight:bold}
.advant-row p{margin-top: 10px;display: block;color: #666;font-size: 16px;line-height: 28px;}
.advant-row li:hover{transform:translateY(-5px);}
.advant-row li:hover .box{background:#cdb854;}
.advant-row li:hover *{color:#fff}
.advant-row li:hover em{background:url(../images/hexagon-hov.png) no-repeat center;}
.advant-row li:hover em img{transform: translateY(-180%);}


/*==案例滚动↓==*/
.srll-case{position:relative;}
.srll-case .list li{width:1200px; }
.srll-case .list a{position:relative; display: block;}
.srll-case .list .pic{position: relative;padding-top:50%;}
.srll-case .list .pic:after{opacity:1;content: "";position:absolute;left:0;right:0;bottom:0;height:30%;background:-webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.8))}
.srll-case .list .pic img{width:100%;}
.srll-case .list h4{position:absolute;bottom: 0px;left: 0;right: 0;z-index: 2;text-align: center;padding: 40px;color: #fff;font-size: 20px;}
.srll-case .list li:hover h4{color:#cdb854;transform: translateY(-10px);}
.srll-case .spot{display: none;}
.srll-case .btn{position:absolute;left: 16%;top:0;bottom:0;z-index: 2;margin: auto;width: fit-content;height: fit-content;padding: 5px;cursor: pointer;transform: translateY(-50%);background: rgba(0,0,0,0.2);}
.srll-case .btn:before{content:"\e65b";color:#fff;font-size: 45px;}
.srll-case .btn:hover{background:#cdb854}
.srll-case .btn.sPrev{transform:rotateY(-180deg) translateY(-50%);}
.srll-case .btn.sNext{left:auto;right:16%}


/*==案例详情↓==*/
.caseDet{}
.caseDet .titleTop{margin-bottom:40px;padding-bottom:30px;color:#3a3a3a;font-size:32px;text-align: center;border-bottom: 1px #ddd solid;}
.caseDet .top .pic{text-align:center}


/*==关于-公司简介↓==*/
.aboutHome .long{display: flex;}
.aboutHome .info{flex: 1;margin-right:80px}
.aboutHome .info .title{color:#cdb854;font-size:32px;font-weight:bold;margin-bottom:20px}
.aboutHome .info .title span{display: block;margin-top:5px;color:#595757;font-size:20px;font-weight: 400;}
.aboutHome .info .wx{color:#515457;font-size:16px;line-height:30px;}
.aboutHome .info .more{margin-top:60px;display: table;font-size:15px;color:#fff;padding:10px 50px;border-radius: 30px;background:#cdb854;}
.aboutHome .info .more:hover{color:#fff;background:#3a3a3a;}
.aboutHome .set{flex: 1;position: relative;height:500px}
.aboutHome .set img{position:absolute;left:0;top:0;bottom:0;height: 100%;width: 130%;max-width: initial;object-fit: cover;}
.aboutHome .set .video{position: absolute;left: -45px;top:0;bottom:0;z-index: 1;margin: auto;width: fit-content;height: fit-content;padding:20px;border-radius: 50%;background: #fff;}
.aboutHome .set .video::before{content:"\e696";color:#cdb854;font-size: 50px;}
.aboutHome .set .video:hover{background:#cdb854}
.aboutHome .set .video:hover:before{color:#fff}



/*==新闻-grid↓==*/
.newsHome{background:url(../images/news-bg.jpg) no-repeat center;background-size:cover;}
.news-grid {margin-left:-20px}
.news-grid a {display:block;position:relative;}
.news-grid h4 {position:relative;display: flex;color: #333333;font-size:18px;margin-bottom:12px;align-items: center;}
.news-grid h4 font{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.news-grid h4:before{content:"";margin-right: 10px;width: 6px;height: 6px;border-radius:50%;background: #cdb854;}
.news-grid p {/* display:table;*/color:#666666;font-size:14px;line-height: 24px;}
.news-grid li:hover h4 {color:#cdb854}
.news-grid .one {float:left;width: calc(33.3% - 20px);margin-left: 20px;background: #fff;}
.news-grid .one .pic {height: 375px;}
.news-grid .one .pic img {display:block;width:100%;height:100%;object-fit:cover;}
.news-grid .one .box {position:relative;padding: 20px;overflow:hidden;transition: all .4s ease-in-out;}
.news-grid .one h4:before{display:none}
.news-grid .one p {/* float:left; */}
.news-grid .one .more{color:#cdb854;font-size:14px;}
.news-grid .one .more:hover{color:#f60}
.news-grid .one .time {display: block;margin-top: 20px;color: #999;font-size: 14px;padding-right: 20px;margin-right: 20px;}
.news-grid .one:hover .box{background:#cdb854}
.news-grid .one:hover *{color:#fff}
.news-grid .two {float:right;width: calc(33.3% - 20px);margin-left: 20px;margin-bottom: 10px;}
.news-grid .two:last-child{border-bottom:0px;margin-bottom:0px;padding-bottom:0px;}
.news-grid .two a {padding: 20px;padding-right: 180px;background:#fff}
.news-grid .two .box{ }
.news-grid .two p {-webkit-line-clamp:2;}
.news-grid .two .time {position:absolute;right:0;top:0;bottom:0;margin: 20px 0px;height: fit-content;color: #666666;font-size:38px;font-weight:bold;text-align:center;padding:10px 30px;border-left: 1px #eee solid;/* background:#cdb854;*/}
.news-grid .two .time font {color:#999999;font-size:13px;display:block;}
.news-grid .two .time:before {opacity:0;content:"\e61d";position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;height:min-content;color: #cdb854;font-size:40px;transform:translateX(10px);}
.news-grid .two:hover h4{transform:translateX(5px);}
.news-grid .two:hover .time,.news-grid .two:hover .time font{color: #fff;}
.news-grid .two:hover .time:before {opacity:1;transform:translateX(0px);}
.news-grid .two:hover .time:after {background:#fff}


/*==新闻模块↓==*/
.newsIn{padding-top:0px !important}
.newsIn .up{position: relative;z-index: 1;padding:80px 0;background: #eee;}
.newsIn .up:before{content:"";position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: -1;background: -webkit-linear-gradient(top, #f9f9f9, #f5f5f5);}
.newsIn .overall{margin-top:80px;}
.newsIn .opt{display: flex;margin-bottom:30px;justify-content: space-between; }
.newsIn .opt .fare{display:flex}
.newsIn .opt .fare li{margin-right: 30px;}
.newsIn .opt .fare a{position: relative;color:#6a6a6a;font-size:22px;}
.newsIn .opt .fare a:after{content:"";position: absolute;left:0;bottom: -10px;width: 100%;height: 1px;background:#cdb854;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.newsIn .opt .fare a:hover,.newsIn .opt .fare li.active a{color:#cdb854}
.newsIn .opt .fare a:hover:after,.newsIn .opt .fare li.active a:after{transform: scale(1);transform-origin:left;}
.newsIn .opt .search {position:relative;display: flex;width: 280px;align-items: stretch;background: #f5f5f5;}
.newsIn .opt .search input {flex:1;width:100%;padding: 15px 20px;color:#333;font-size: 16px;border: none;background: none;}
.newsIn .opt .search button {flex-shrink: 0;width: 60px;height: 100%;color: #666;font-size: 24px;border:none;cursor:pointer;background: none;}
.newsIn .opt .search button:hover{color:#fff;background:#3a3a3a}


/*==新闻滚动↓==*/
.srll-news .list li{ position: relative; }
.srll-news .list li a{position: relative;display: flex;height: 450px;background: #ffffff;}
.srll-news .list li .pic{flex-shrink: 0;width: 55%;height: 100%;}
.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:#cdb854}
.srll-news .more{}
.srll-news .more{display: flex;width: fit-content;color: #fff;font-size: 14px;padding: 12px 30px;margin-top: 40px;background: #cdb854;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{ background: #3a3a3a;}
.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:#cdb854}
 
 
/*==新闻列表↓==*/
.news-list{display: flex;margin:0 0 -30px -30px;flex-wrap: wrap;}
.news-list li{float:left;width: calc(33.3% - 30px);margin: 0 0 30px 30px;}
.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{padding:30px;}
.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:#cdb854;transform: translateY(-0px);}
.news-list li:hover h4{color:#cdb854}
.news-list li:hover .time i{opacity:1; color:#cdb854;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 .door{display: flex;}
.newsDet .large{flex: 1;}
/*--*/
.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:#cdb854}
.newsDet .content .msg .active{font-weight:bold;}
.newsDet .content .wor{min-height:300px;font-size:16px;}
/*--*/
.newsDet .secs{width:350px;margin-left:80px;}
.newsDet .secs .shell {width:100%;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:#cdb854;}
.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:#cdb854}
/*--*/
.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:#cdb854}
.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:#cdb854;}
.newsDet .news .two:hover a:before {background:#cdb854;}
/*--*/
.newsDet .pagIng{margin-top:60px;padding-top:50px;border-top:1px #eee solid;overflow: hidden;}
.newsDet .pagIng span{ display: inline-block;color:#888888;font-size:15px;}
.newsDet .pagIng a{width:47%;color:#666666;font-size:15px;padding: 15px 20px;max-width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;background: #f6f6f6;}
.newsDet .pagIng a:hover{color:#fff; background: #cdb854;}
.newsDet .pagIng .prev{float:left}
.newsDet .pagIng .next{float:right} 
 

/*==产品详情↓==*/
.ProductShow{}
.DetailCont .top{}
.DetailCont .top .long{display: flex;}
/*--*/
.DetailCont .pst-left {width:56%;}
.DetailCont .pst-right {width:45%;margin-left:60px}
/*--*/
.pst-right .title {color:#191919;font-size:30px;padding-bottom:20px;margin-bottom:30px;border-bottom:1px #ddd solid;}
.pst-right .number {color:#666;font-size:18px;display:block;margin-top:20px;}
.pst-right .wx {padding:20px;color:#666666;font-size:15px;min-height:100px;line-height:28px;overflow:hidden;background:#f2f2f2;}
.pst-right .rok {-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:#cdb854;}
.pst-right .online {margin-top:40px;overflow:hidden;}
.pst-right .online a {float:left;margin-right:20px;color:#fff;font-size:14px;padding:12px 50px;border:1px #1b1b1b solid;background:#1b1b1b;}
.pst-right .online a.cor {color:#1b1b1b;background:#fff;}
.pst-right .online a:hover {color:#fff;border-color:#cdb854;background:#cdb854;}
.pst-right .trait {margin-top:40px;padding-top:30px;border-top:1px #ddd solid;display:flex;justify-content:space-between;}
.pst-right .trait li {position:relative;color:#555;font-size:18px;display:flex;align-items:center;justify-content:center;}
.pst-right .trait li:before {margin:0 8px 0 0;font-size:28px;}
.pst-right .trait li:nth-child(1):before {content:"\e75c";}
.pst-right .trait li:nth-child(2):before {content:"\ea00";}
.pst-right .trait li:nth-child(3):before {content:"\e703";}
/*--*/
.psc-content {margin-top:70px;}
.psc-content .wx {}
.psc-content .wor {color:#666;line-height:30px;font-size:16px;}
.psc-content .long {position:relative;display:flex;}
.psc-content .psd-left {flex:1;min-width:50%}
.psc-content .psd-right {flex-shrink:0;width:360px;margin-left:50px;}
.psc-content .tone {position:relative;display:flex;margin-bottom:50px;border-left:1px #eee solid;}
.psc-content .tone:before,.psc-content .tone:after {content:"";position:absolute;left:-10%;right:-10%;top:0;height:1px;background:#ddd;}
.psc-content .tone:after {bottom:0;top:auto;}
.psc-content .tone li {position:relative;display:inline-block;color:#444444;font-size:18px;padding:18px 30px;border-right:1px #eee solid;cursor:pointer;align-items:center;justify-content:center;}
.psc-content .tone li:before {content:"";float:left;color:#444;font-size:24px;margin-right:10px;}
.psc-content .tone li:after {content:"";position:absolute;left:0;bottom:0px;width:100%;z-index:1;height:2px;transition:transform .5s;transform:scale(0,1);transform-origin:right;background:#cdb854;}
.psc-content .tone li.active,.psc-content .tone li:hover {color:#cdb854}
.psc-content .tone li.active:before,.psc-content .tone li:hover:before {color:#cdb854}
.psc-content .tone li.active:after,.psc-content .tone li:hover:after {transform:scale(1);transform-origin:left;}
.psc-content .tone li.x1:before {content:"\e6b9";}
.psc-content .tone li.x2:before {content:"\e68f";}
.psc-content .tone li.x3:before {content:"\e692";}
.psc-content .tone li.x4:before {content:"\e694";}
.psc-content .frame {margin-bottom:50px;padding-bottom:40px;border-bottom:1px #ddd solid}
.psc-content .frame:last-child,.psc-content .mr {margin-bottom:0px !important;padding-bottom:0px !important;border-bottom:0px !important}
.psc-content .theme {position:relative;color:#333;font-size:22px;margin-bottom:30px;padding-left:20px}
.psc-content .theme:before {content:"";position:absolute;left:0;top:20%;width:3px;height:60%;background:#cdb854;}
.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:#cdb854}
.psc-content .download .file:hover:before {color:#cdb854}
.psc-content .download .top * {color:#cdb854;font-weight:bold;}
/*--*/
.psd-right .title {position:relative;color:#666;font-size:20px;margin-bottom:20px;border-bottom:1px #ddd solid;padding-bottom:20px;}
.psd-right .title:before {content:"";position:absolute;left:0;bottom:-1px;width:40px;height:2px;background:#cdb854}
.psd-right .shell {margin-bottom:30px;border:1px #eee solid;box-shadow:6px 6px 15px #eee;padding:30px;background:#fff;}
.psd-right .thing {}
.psd-right .thing .pic {}
.psd-right .thing h4 {color:#333;font-size:18px;margin-top:20px;}
.psd-right .thing p {-webkit-line-clamp:1;color:#666;font-size:14px;margin-top:10px;}
.psd-right .list {}
.psd-right .list li {margin-bottom:20px}
.psd-right .list li:last-child {margin-bottom:0px;}
.psd-right .list h4 {color:#333;font-size:16px;margin-top:15px;}
/*--*/
.srll-recom {position:relative;}
.srll-recom .swiper-container {padding:6px;}
.srll-recom .product-list li {}
/*--*/
.psd-right {}
.is-affixed .info {margin-top:50px}


/*==联系我们↓==*/
.contactIn{padding-bottom:0px !important}
.contactIn .map {}
.contactIn #dituContent {height: 500px;}
.contactIn #dituContent img{max-width: initial;}
/*--*/
.cta-mode .left,.cta-mode .right,.cta-mode #dituContent {height: 500px;}
.cta-mode .left {width:50%;}
.cta-mode .left img {}
.cta-mode .right {position:relative;width:50%;/* border:1px #ddd solid;*/padding:60px 40px 40px 50px;background:#f7f7f7;}
.cta-mode .right .title {color:#333333;font-size:26px;}
.cta-mode .right .tel {position:relative;margin-top:25px;color:#333333;font-size:14px;display:block;}
.cta-mode .right .tel:before {content:"";position:absolute;left:0px;top:32px;width:10px;height:3px;background:#cdb854;}
.cta-mode .right .tel:after {content:"";position:absolute;left:13px;top:32px;width:25px;height:3px;background:#cdb854;}
.cta-mode .right .tel font {margin-top:30px;font-size:30px;color:#cdb854;display:block;font-weight:bold;}
.cta-mode .right .wx {min-height:156px;margin-top:20px;color:#333333;font-size:14px;display:block;line-height:26px;}
.cta-mode .right .consult {position:absolute;top:100px;right:60px;}
.cta-mode .right .ewm {position:relative;color:#737373;font-size:12px;text-align:center;display:block;line-height:15px;}
.cta-mode .right .ewm img {width: 120px;display:block;margin:0 auto 5px;}
.cta-mode .right .online {/* float:left;*/color:#fff;margin:30px auto 0;font-size:14px;padding:8px 40px;background:#cdb854;display:block;border-radius:20px;text-align:center;}
.cta-mode .right .online:hover {background:#666;}


/*==联系-留言↓==*/
.cta-message{background:url(../images/MessageBg.jpg) no-repeat center;background-size:cover;}


/*==留言模块↓==*/
.feedback-item form{display: flex;flex-wrap: wrap;margin: 0 0 -10px -10px;}
.feedback-item form .loaf{width: calc(50% - 10px);margin:0 0 10px 10px;}
.feedback-item form .loaf.w33{width:calc(33.3% - 10px);}
.feedback-item form .loaf.w50{width:calc(50% - 10px);}
.feedback-item form .loaf.w100{width:calc(100% - 10px);}
.feedback-item form .shell{display: flex;border: 1px #ddd solid;padding: 12px 20px;align-items: center;background: #fff;}
.feedback-item form .shell.vt{align-items: flex-start;}
.feedback-item form .shell i{color:red;margin-left:5px;}
.feedback-item form h5 {/* width: 60px; */flex-shrink: 0;margin-right: 10px;color: #6a6a6a;font-size: 15px;}
.feedback-item form .fill{ flex: 1;/* width: 100%; */line-height: 30px;color:#666;font-size: 15px;border: none;background: none;}
.feedback-item form textarea{height:180px}
.feedback-item form .button{position: relative; display: table;margin-right: 20px;color: #fff;font-size: 16px;padding: 16px 80px;border:none;cursor: pointer;border-radius: 5px;background: #cdb854;}
.feedback-item form .button.cor{color:#333;background:#dadde3}
.feedback-item form .button:after{opacity:0; content:"";position:absolute;left:0;top:0;right:0;bottom:0; background:#fff}
.feedback-item form .button:hover{color:#fff;background:#cdb854}
.feedback-item form .button:hover:after{opacity:0.2}
.feedback-item form .code{flex-shrink: 0;display: flex;margin-right: 20px;border: 1px #ddd solid;background: #fff;align-items: center;}
.feedback-item form .code input{flex: 1;width: 150px;padding: 18px 20px;font-size: 15px;border: none;}
.feedback-item form .code img{height: 35px;margin: 0px 15px;flex-shrink: 1;cursor: pointer;}
.feedback-item form .yzm{display: flex;margin-top:20px;align-items: center;}
.feedback-item form .explain{flex-shrink:0;width: 100%;margin-top: 0px;color:#333333;font-size:16px;}
.feedback-item form .explain i{color:red}
.feedback-item form .explain font{color:#cdb854;font-weight:bold;}
.feedback-item form .but{display: flex;margin-top:20px; align-items: center;justify-content: space-between;}
.feedback-item form .but .button{width:49%;margin:0px;}


/*==关于↓==*/
.aboutIn{}


/*==公司简介-通用↓==*/
.about-item .up{ background:#fdfdfd url(../images/aboutBg.png) no-repeat center; background-size:cover;}
.about-item .up .wx{color:#000123;font-size:16px;line-height: 28px;padding:0 100px;}
.about-item .up .more{display: table;margin:auto;margin-top: 40px;padding: 10px 30px;color:#cdb854;font-size:16px;border:1px #cdb854 solid;border-radius: 30px;}
.about-item .up .more:hover{color:#fff;background:#cdb854}
.about-item .video{padding: 150px 0 80px 0;background: url(../images/videoImg01.jpg) no-repeat center;background-size:cover;}
.about-item .video a{display: table;margin: auto;cursor: pointer;}
.about-item .video a::before{content:"";width: 80px;height: 80px;display:block;background: url(../images/videoIco.png) no-repeat center;background-size:cover;}
.about-item .video a h4{color:#fff;font-size:18px;margin-top:10px}
.about-item .video a:hover{transform: translateY(-5px);}
.about-item .video a:hover h4{color:#cdb854}
.about-item .number{display: flex;margin-bottom: -140px;margin-top: 60px;padding:0 100px;flex-flow: row wrap;justify-content: space-between;align-items: center;}
.about-item .number li {flex: 1;margin-left: 10px;line-height:1;padding: 30px;color: #fff; background: #cdb854;}
.about-item .number h5 {font-size: 16px;margin-top: 10px;}
.about-item .number font{font-size:18px;}
.about-item .number b{font-size: 40px;font-weight: bold;}
.about-item .number span { font-weight: bold;font-size: 35px;text-transform: uppercase;}
.about-item .number li:hover{transform:translateY(-5px);}


/*==企业文化↓==*/
.culture-row{}
.culture-row li{display: flex;position:relative;z-index: 1;}
.culture-row .pic{width:50%;overflow: hidden;}
.culture-row .pic img{width:100%;height: 100%;object-fit: cover}
.culture-row .info{width:50%;padding: 50px 0 50px 50px;}
.culture-row .info dl{margin-bottom:30px;}
.culture-row .info dl:last-child{margin-bottom:0px}
.culture-row .info dt{margin-bottom:5px;color:#cdb854;font-size: 22px;font-weight:bold;}
.culture-row .info dd{color:#585858;font-size: 16px;line-height: 30px;}
.culture-row li:nth-child(2n){flex-direction: row-reverse; }
.culture-row li:nth-child(2n) .info{padding:50px 50px 50px 0}


/*===数字滚动↓==*/ 
.number-item{display: flex;flex-flow: row wrap;align-items: center;justify-content: space-between;background: #fff;}
.number-item li {position:relative;z-index: 1;flex: 1;padding:40px 30px;line-height:1;text-align: center;}
.number-item li:before{content:"";position:absolute;right: -1px;top:0;bottom:0;margin: auto;width:1px;height: 30px;background:#ddd;}
.number-item li:after{ opacity:0; content:"";position:absolute;left:0;right:0px;top:0;bottom:0;z-index: -1;background:#cdb854;}
.number-item li:last-child:before{display:none}
.number-item li span {font-weight: bold;font-size: 60px;color: #28282e;text-transform: uppercase;}
.number-item li font{display: inline-block;font-size: 16px;color: #6a6a6a;}
.number-item li h5 {font-size: 18px;margin-top: 10px;color: #28282e;}
.number-item li:hover{}
.number-item li:hover:after{opacity:1;margin: -12px 0;}
.number-item li:hover *{color:#fff}
.number-item.line{margin-top:50px;border-top:1px #ddd solid;border-bottom: 1px #ddd solid;padding: 40px 0;}
.number-item.line li{width: auto;flex: 1; margin-bottom: 0px;}


/*==荣誉资质切换↓==*/
.ab-honor{background: url(../images/honorBg.jpg) no-repeat center;background-size:cover;}
/*--*/
.srll-honor{position: relative;padding:30px;background: rgba(255,255,255,0.8);}
.srll-honor li{}
.srll-honor .list li .pic{height: 360px;padding: 20px !important;background:#fff;}
.srll-honor li h4{color:#333333;font-size:16px;margin-top:20px; text-align: center;}
.srll-honor li:hover h4{color:#cdb854}


/*==公司环境列表↓==*/
.ambient-list {margin:0 0px -20px -20px;}
.ambient-list li {float:left;width:24.8%;}
.ambient-list li:nth-child(1) {width:50.2%;}
.ambient-list li a {position:relative;display:block;margin:0 0px 20px 20px;}
.ambient-list .pic{padding-top:70%;}
.ambient-list li h4 {position:absolute;left:0;right:0;bottom:0;z-index:2;margin:20px;padding:12px 20px;color:#555;font-size:16px;font-weight:bold;margin-top:10px;background:rgba(255,255,255,0.7);}
.ambient-list li:hover h4 {/*color:#fff;background:rgba(0,0,0,0.6)*/}



/*==数字滚动↓==*/
.digital-air{display: flex;margin-top: 60px;flex-wrap: wrap;justify-content: space-between;}
.digital-air li{position:relative;width: 20%;color:#666;line-height: 1;}
.digital-air span{color:#cdb854;font-size:44px;font-weight:bold;}
.digital-air font{font-size:16px;margin-left:5px}
.digital-air h4{margin-top: 10px;font-size:16px}
.digital-air.white *{color:#fff}


/*==服务支持-下载↓==*/
.ser-download{background:url(../images/bgk04.jpg) no-repeat center; background-size:cover}


/*==服务支持-内容↓==*/
.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;}


/*==常见问题列表↓==*/
.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: #cdb854;}
.problem-list p em {background: #ee781f;}
.problem-list li:hover {border-color:#cdb854; transform:translateY(-5px);}
.problem-list li:hover h4 {color:#cdb854}
.problem-list li.w100 {width:100%;}


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


/*==通用列表↓==*/
.list-item.edge{display: flex;margin:0 0 -30px -20px;flex-flow: row wrap;align-content: flex-start;}
.list-item.edge li{display: inline-block;width: calc(25% - 20px);margin:0 0 30px 20px}
.list-item li{}
.list-item a{display: block;}
.list-item .pic{position:relative;padding-top:100%;border:1px #ddd solid;transition:all .7s ease-in-out;overflow:hidden;}
.list-item .pic img{position:absolute; left:0;right:0;top:0;bottom:0; display:block;width:100%;height:100%;}
.list-item .title{-webkit-line-clamp: 1;margin-top:20px;font-size: 18px;color:#3a3b3c;text-align:center;display: -webkit-box;word-break: break-all;text-overflow: ellipsis;-webkit-box-orient: vertical;overflow: hidden;}
.list-item .txt{-webkit-line-clamp: 2;margin-top: 10px;font-size:16px;color: #6a6b6c;text-align: center;display: -webkit-box;word-break: break-all;text-overflow: ellipsis;-webkit-box-orient: vertical;overflow: hidden;}
.list-item li:hover .pic{border-color:#cdb854}
.list-item li:hover .pic img{transform:scale(1.08);}
.list-item li:hover h4{color:#cdb854;}
/*--*/
.list-item.lx3.edge li{width: calc(33.3% - 20px);}
.list-item.lx5.edge li{width: calc(20% - 20px);}



/*==底部===*/
.footer {position:relative;z-index:5;padding-top: 80px;color:#f5f7f8;overflow:hidden;background: #3b3b3b;}
.footer a{color:#f5f7f8}
.footer .bor{padding-top:20px;border-top:1px solid rgba(255,255,255,0.1)}
.footer .left{width: 35%;}
.footer .left .copy{display: block; color: #f5f7f8;font-size: 14px;}
.footer .left .copy a:hover{color:#cdb854}
.footer .nav{display: flex;width: 100%;margin-bottom:30px;justify-content: space-between;flex-wrap: wrap;}
.footer .nav a {position:relative;display: flex;width: 33.3%;margin-bottom: 15px;color: #f5f7f8;font-size: 15px;align-items: center;}
.footer .nav a:before{content:"\e6e4";margin-right: 5px;font-size:12px;}
.footer .nav a:hover {color:#cdb854}
.footer .ewm {float:right;color: #fff;font-size: 14px;text-align:center;}
.footer .ewm span{display:inline-block;margin-left:20px}
.footer .ewm img {display:block;width: 110px;border: 1px #000 solid;margin-bottom: 10px;}
.footer .con {float: left;margin-left: 10%;width: 25%;color: #f5f7f8;font-size: 15px;}
.footer .con span{display: flex;margin-bottom: 15px;align-items: center;}
.footer .con i {width: 20px;font-size: 18px;color:#cdb854;display:block;margin-right: 10px;/* color: #fff; */text-align: center;}
.footer .con a{color: #f5f7f8;}
.footer .con a:hover{color:#cdb854}
.footer .down{display: flex;position:relative;z-index: 1;font-size:13px;margin-top: 40px;padding: 20px 0;justify-content: space-between;align-items: center;}
.footer .down:before {content:"";opacity: 0.1;position:absolute;top:0;bottom:0;left:-100%;right:-100%;z-index: -1;background: #000000;}
.footer .down a{color:#f5f7f8;}
.footer .down a:hover{color:#cdb854} 
.footer .link{}
.footer .link h3{color:#f5f7f8;font-size:14px;float: left;margin-right: 10px;}
.footer .link a{color:#f5f7f8;font-size:14px;display: inline-block;margin-right: 15px;}
.footer .link a:hover{color:#cdb854} 
