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

 


/*==版心定义↓==*/
.container{width:1600px;}
.w1200{width:1340px}
a:hover{color:#02cbff}
.bor-top{border-top:1px #ddd solid;}
.bga{background:#f6f8fa;}
.bgb{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('../font/font_1963410_pwtxczthgq.woff2?t=1708397936250') format('woff2'),
       url('../font/font_1963410_pwtxczthgq.woff?t=1708397936250') format('woff'),
       url('../font/font_1963410_pwtxczthgq.ttf?t=1708397936250') 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 .logo img{height:48px;}
.fixed-top.header .logo .logo-txt{left:70px;font-size:13px;letter-spacing:4px}
.fixed-top.header .sub{top:80px} 
.fixed-top.header .nav > li > a{color:#000123}
/*--*/
.header{position: relative;top:0;left:0;right:0;z-index:999;height:100px;border-bottom: 1px #ddd solid;}
.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: 15px 0;align-items: center;}
.header .logo a{display: flex;position: relative;height:100%;align-items: center;overflow: hidden;}
.header .logo img{max-height:60px;}
.header .logo .logo-txt{position: absolute;left: 94px;bottom: 0px;width: 100%;color: #02cbff;font-size: 16px;margin-left: 20px;letter-spacing: 5px;/* background: #333; */}
.header .logo .logo-txt .letter {transform-origin: 50% 100%;display: inline-block;line-height: 1em;}
.header .logo .pc{}
.header .logo .wap{display: none;}
.header .tel{position: relative;float: right;display: flex;font-size: 25px;font-weight:bold;color:#ff0000;height: 100%;align-items: center;margin-left: 50px;padding-left:30px;background: url(../images/tel-ico.png) no-repeat left;}
.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: #3a3a3a;font-size: 16px;height: 100%;text-align: center;align-items: center;}
.header .nav > li > a:after{content:"";/* opacity: 0.3; */position: absolute;left:0;bottom: -1px;/* top: 10px; */margin: auto;width:100%;height: 2px;background:#02cbff;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.header .nav > li:hover > a,.header .nav > li.active > a{color:#02cbff; }
.header .nav > li:hover > a:after,.header .nav > li.active > a:after{transform: scale(1);transform-origin:left;}
.header .nav .sub {display: none;width:max-content;left:-70%;top: 100%;position:absolute;padding: 15px 0;z-index:9;text-align: center;/*box-shadow: 0 -5px 20px #ccc; */flex-direction: row;flex-wrap: wrap;background:#e9e9e9;}
.header .nav .sub:after{content:"";position:absolute;top: 0px;bottom:0;z-index:-1;background:#e9e9e9;left: -1000%;right:  -1000%;}
.header .nav .sub a{display:inline-block;color: #525252;font-size: 16px;padding:8px 10px}
.header .nav .sub a:hover{color:#02cbff;}

/*==次级导航↓==*/
.menu-each{width:100%;margin-top:60px;margin-bottom:-30px;}
.menu-each ul{display:table; text-align: center;/*! background:#f2f3f4; *//*! width: 100%; */ }
.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; }
.menu-each li a:after{ content: ""; position: absolute;left:0;bottom:0;z-index:-1;width:100%;height:100%; background: #02cbff;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.menu-each li:hover a,.menu-each li.active a{ color:#fff;border-color:#02cbff }
.menu-each li:hover a:after,.menu-each li.active a:after{transform: scale(1);transform-origin:left;}
 

/*==次级导航↓==*/
.menu-orso{position: relative;margin-top:40px;border-bottom:2px #e8e8e8 solid;}
.menu-orso .long{display: flex;padding-bottom:20px;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: -22px;z-index: 2;width:100%;height: 2px;background: #02cbff;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.menu-orso .secon li:hover a,.menu-orso li.active a{ color:#02cbff; }
.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: #02cbff;}
.siteGle .more{float:right;color:#fff;font-size:14px;padding: 5px 10px;margin-top: -5px;background: #666;}
.siteGle .more:hover{color:#fff; background: #02cbff;}
/*--*/
.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:#02cbff}


/*==标题↓==*/
.titleAx{margin-bottom:40px;color:#161823;font-size:40px;}
.titleAx b{}  
.titleAx span{margin-top:15px;display: block;color:#000123;font-size:16px;font-weight: 400;text-transform: Uppercase;}
.titleAx font{color:#02cbff}
.titleAx hr{display: block;margin:0px;margin-top: 15px;width: 60px;height: 4px;border:none;border-left: 30px #02cbff solid;border-right: 30px #5eb57f solid;}
.titleAx.cen{text-align: center; }
.titleAx.cen{}
.titleAx.cen hr{margin:0px auto;margin-top: 15px;}
.titleAx.white,.titleAx.white b,.titleAx.white span{color:#fff}
.titleAx.white hr{background:#fff}
.titleAx.m30{margin-bottom:30px}
.titleAx.m40{margin-bottom:40px}
.titleAx.tTop{margin:50px 0 -20px 0;}
/*--*/
.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: #02cbff;}
.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.tb0{padding:0px !important}
.rack.t0{padding-top:0px !important}
.rack.b0{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: 50px;}
.tone-item a{position: relative;z-index: 1;display: block;height:100%;color: #333;font-size: 16px;padding: 12px 40px;border-radius: 8px;overflow:hidden;background: #f5f6f7;}
.tone-item a:after {content:"";position:absolute;left:0;bottom:0;z-index:-1;width:100%;height:100%;background: #02cbff;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;}


/*===产品列表↓==*/
.product-list{margin:0 0 -50px -30px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.product-list li{display: inline-block;width:calc(33.3% - 30px);margin:0 0 50px 30px; }
.product-list a{display: block;}
.product-list .pic{padding-top:80%;border-radius:10px;}
.product-list .box{margin-top:20px;}
.product-list span{margin-bottom:10px;display: block; color:#666666;font-size:16px;}
.product-list span font{position: relative;color:#02cbff;margin-right: 20px;}
.product-list span font:after{content:"";position:absolute;right: -10px;top: 0;bottom: 0;margin: auto;width: 1px;height: 15px;background: #aaa;}
.product-list h4{color:#000123;font-size:22px;}
.product-list li:hover a{transform: translateY(-5px);}
.product-list li:hover h4{color:#02cbff}


/*==首页产品↓==*/
.productHome{background:url(../images/pro-bg.jpg) no-repeat center; background-size:cover;}
.product-grid{display: flex;flex-wrap: wrap;margin: 0 0 -20px 0px;}
.product-grid li{display: flex;position:relative;width:100%;margin: 0 0 20px 0px;}
.product-grid .pic{width:50%;height: 450px;}
.product-grid .pic img{object-fit: cover;}
.product-grid .pic::before{content: "";position:absolute;left:0;top:0;right:0;bottom:0;z-index:2;background:-webkit-linear-gradient(top, rgba(0,0,0,0.1), rgba(0,0,0,0.4)); }
.product-grid .info{position: relative;width:50%;padding:30px;z-index: 2;background: #fff;}
.product-grid em{display: table;margin-bottom:20px}
.product-grid .title{display: block;;margin-bottom: 30px;}
.product-grid .title a{color:#161823;font-size:20px}
.product-grid .title span{display: block;margin-top: 8px;color:#666;font-size:18px}
.product-grid .title::after{content: "";display:block;margin-top: 15px;width: 40px;height: 2px;background: #02cbff;}
.product-grid .dow{display: flex;margin: 0 0 0 0; flex-wrap: wrap;}
.product-grid .dow a{display: flex;color:#000123;font-size:16px;margin: 0 40px 20px 0;align-items: center;}
.product-grid .dow a::before{content: "";display:block;margin-right:5px;width:5px;height:5px;background: #02cbff}
.product-grid .dow a:hover{color:#02cbff; text-decoration: underline;}
.product-grid .dow a:hover:before{background: #02cbff !important;}
.product-grid .more{display: flex;position: absolute;bottom: 0;left: 0;right: 0;margin: 30px;color:#999;font-size: 16px;border-top: 1px #ddd solid;margin-top: 30px;padding-top: 20px;justify-content: space-between;align-items: center;}
.product-grid .more::after{content: "\e62d";font-size: 24px;}
.product-grid .title:hover a{color:#02cbff; text-decoration: underline;}
.product-grid .more:hover{color:#02cbff}
.product-grid .more:hover:after{color:#02cbff;transform:translateX(-5px)}
.product-grid li.two{width:50%;flex-direction: column;}
.product-grid li.two .pic,.product-grid li.two .info{width:100%;}
.product-grid li.two *{color:#fff}
.product-grid li.two .info{position: absolute;bottom:0;background: none;}
.product-grid li.two em{display:none;}
.product-grid li.two h4:after{background:#fff}
.product-grid li.two .dow a:before{background:#fff}
.product-grid li.two .more{display:none}


/*==为什么选择↓==*/
.culture-row{display: flex;margin-left: -20px;flex-flow: row wrap;align-content: flex-start;}
.culture-row li{position: relative;z-index: 2;flex:1;margin-left: 20px;padding: 60px 50px;text-align: center;overflow: hidden;background: #f4f6f8;}
.culture-row li:last-child{border-right:none}
.culture-row li:after{ opacity:0; content:"";position:absolute;left:0;top:0;right:0;bottom:0;z-index: -1;background: #02cbff url(../images/cultureBg02.png) no-repeat center;}
.culture-row em{display: flex;margin: auto;width: 90px;height: 90px;color:#fff;font-size:30px;justify-content: center;align-items: center;overflow: hidden;border-radius: 50%;background: #02cbff;}
.culture-row em img{filter: drop-shadow(0px 90px #02cbff);}
.culture-row h4{color: #161823;font-size: 24px;margin-top: 20px;margin-bottom: 15px;}
.culture-row h4:after{content:"";display:block;width: 35px;height:2px;margin: auto;margin-top: 15px;background: #02cbff;}
.culture-row .dow{display:table;margin:auto;text-align: left;}
.culture-row span{display: block;margin-bottom:10px;color: #666666;font-size: 16px;}
.culture-row span:before{content:"\e6dd";color: #666666;font-size: 12px;margin-right: 5px;}
.culture-row .more{display: table;margin: auto;margin-top:20px;color:#666;font-size: 14px;border: 1px #666 solid;padding: 10px 40px;}
.culture-row li:hover{transform:translateY(-5px);} 
.culture-row li:hover:after{opacity:1}
.culture-row li:hover h4:after{background:#fff}
.culture-row li:hover *{color:#fff}
.culture-row li:hover em{background:#fff}
.culture-row li:hover em img{transform: translateY(-150%);}
.culture-row li:hover span:before{color:#fff}
.culture-row li:hover .more{color:#02cbff;border-color:#fff;background:#fff}
.culture-row li:hover .more::before{color:#fff}


/*==研发-生产基地↓==*/
.srll-yield{position:relative;padding:0 80px}
.srll-yield #certify{position:relative;padding:10px 0}
.srll-yield #certify .list li {width: 650px; overflow: hidden;box-shadow: 0 0 10px #ddd; background:#fff;}
.srll-yield #certify .list img{width:100%; }
.srll-yield .btn{left:0 !important;}
.srll-yield .btn.sNext{left:auto !important;right:0 !important;}


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


/*==合作伙伴列表↓==*/
/*--*/
.partner-list.edge{display: flex;margin:0 0 -20px -20px;flex-wrap: wrap;}
.partner-list.edge li{width:calc(16.6% - 20px);margin:0 0 20px 20px}
.partner-list li{cursor: pointer;background:#fff}
.partner-list a{position: relative;display:block;width: 100%;height:100%;overflow: hidden;  }
.partner-list a:after{opacity:0; content:""; position:absolute;left:0;top:0;right:0;bottom:0;transform: translateY(-10px);background:#02cbff;}
.partner-list .pic{position:relative;width:100%;padding-top:40%;}
.partner-list .pic img{position: absolute;left:0;top:0; display:block;width:100%;height:100%;}
.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: 18px;transform: translateY(10px);}
.partner-list li:hover h4{opacity:1;transform: translateY(0px);}
.partner-list li:hover a:after{opacity:0.8;transform: translateY(0px);}


/*==首页关于↓==*/
.aboutHome{background:url(../images/about-bg.jpg) no-repeat center; background-size:cover;}
.aboutHome .wx{padding:0 100px;color:#fff;font-size:16px;line-height:28px; text-align: center;}
.aboutHome .more{display: table;margin:auto;margin-top: 40px;color: #fff;font-size: 14px;padding: 12px 40px;border:1px #fff solid}
.aboutHome .more:hover{color:#fff;border-color:#02cbff;background:#02cbff}
.aboutHome .digital-air span{font-weight:400}


/*==首页新闻↓==*/
.newsHome{}
.newsHome .tone{display: flex;margin-bottom:50px;justify-content: center;}
.newsHome .tone li{display: inline-block;margin:0 20px}
.newsHome .tone a{display: block;color:#000123;font-size:20px;}
.newsHome .tone li.active a{color:#02cbff}


/*===首页新闻列表↓==*/
.news-grid {margin:0 0 0px -15px;}
.news-grid li{float:left;width: calc(33.3% - 15px);margin: 0 0 0px 15px;}
.news-grid a {display:block;position:relative; background:#f6f8fa;}
.news-grid .box{position: relative;z-index: 1;padding:20px; }
.news-grid .pic img {display:block;width:100%;height:100%;object-fit:cover;}
.news-grid h4 {position:relative;color: #000123;font-size:18px; overflow:hidden; text-overflow:ellipsis;white-space:nowrap;}
.news-grid p {-webkit-line-clamp:2;margin-top: 8px;color:#878787;font-size:14px;line-height: 24px;}
.news-grid li:hover h4 {color:#02cbff;transform:translateX(5px)}
.news-grid li:hover .more{color:#02cbff}
.news-grid .one .pic {height: 360px;}
.news-grid .one .low{margin-top: 30px;display: flex;color:#9a9a9a;font-size:14px;justify-content: space-between;align-items: center;}
.news-grid .two{position:relative}
.news-grid .two:after{content:"";position:absolute;left:0;bottom:0;right:0;margin:0 30px;height:1px;background:#ddd}
.news-grid .two:last-child:after{display:none}
.news-grid .two a{padding: 25px 30px; }
.news-grid .two h4{align-items: center;}
.news-grid .two h4:before{content:"";display: inline-block;width: 8px;height: 8px;margin: 0px 10px 0 0;border-radius: 50%;background: #ddd;}
.news-grid .two p{-webkit-line-clamp: 2;}
.news-grid .two:hover a{}
.news-grid .two:hover h4{color:#02cbff;transform:translateX(5px)}
.news-grid .two:hover h4:before{background:#02cbff} 



/*==新闻列表↓==*/
.news-list {display: flex;margin: 0px 0 -30px -30px;flex-wrap: wrap;}
.news-list li {width:calc(33.3% - 30px);margin:0 0 30px 30px; box-shadow: 0 0 10px #ddd; overflow:hidden;background: #fff;}
.news-list a {display:block;padding: 30px;}
.news-list .pic {padding-top:80%;}
.news-list .title {margin-top:20px;color:#333333;font-size: 18px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.news-list .txt {-webkit-line-clamp:2;margin-top: 10px;color:#666666;font-size:14px;line-height: 24px;}
.news-list .time{display: flex;position: relative;margin-top: 25px;padding-top: 15px;color:#999;font-size:14px;border-top: 1px #ddd solid;flex-direction: row-reverse;justify-content: space-between;align-items: center;}
.news-list .time:before{content:"\e61f";opacity: 0;font-size: 24px;transform: translateX(20px);}
.news-list .time:after{content:"";position: absolute;left:0;bottom:0;top: -40px;margin: auto;width:100%;height: 1px;background:#02cbff;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.news-list li:hover .title {color:#02cbff}
.news-list li:hover .time:before{opacity:1;color:#02cbff;transform: translateX(0px);}
.news-list li:hover .time:after{transform: scale(1);transform-origin:left;}


/*==新闻详情框↓==*/
.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:#02cbff}
.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:#02cbff;}
.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:#02cbff}
/*--*/
.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:#02cbff}
.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:#02cbff;}
.newsDet .news .two:hover a:before {background:#02cbff;}
/*--*/
.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: #02cbff;}
.newsDet .pagIng .prev{float:left}
.newsDet .pagIng .next{float:right} 
 

/*==产品详情↓==*/
.ProductShow{padding: 0px 0 0px 0 !important;background: #f5f5f5;}
.ProductShow .frame{position: relative;padding-bottom:60px;}
.ProductShow .frame .container{position: relative; margin-top:0px;padding:50px; box-shadow: 0 0 10px #ddd; background: #fff;}
.ProductShow .top{ position: relative; margin: 50px 0; /*display: table;width: 100%;*//* margin-top: -138px; *//* background: #fff; */}
.ProductShow .top .logo{float:left;margin-right: 25px;max-width: 200px;}
.ProductShow .transfer{display: table;width:300px;margin: -111px 0 0 -50px;font-size:16px;color:#fff;padding: 20px 30px;background: #02cbff;}
.ProductShow .transfer i{float:right;color:#fff;font-size:20px}
.ProductShow .transfer:hover{background:#333}
.ProductShow .transfer:hover i{transform: translateX(-10px);}
.ProductShow .top .left{position: relative;width:30%;padding-right:30px }
.ProductShow .top .left:before{content: "";position: absolute; right:0;top:20%; width:2px;height:60%;background:#eee; }
.ProductShow .top span{color:#666;font-size: 16px;margin-bottom: 8px;display: block;}
.ProductShow .top h4{display: table; color: #a88f67;font-size: 24px;}
.ProductShow .top .wx{float: left;width:70%;padding-left: 50px;color:#999;font-size: 15px;line-height: 24px;}
/*.ProductShow .top .left,.ProductShow .top .wx{display:table-cell; float:none;}*/
.ProductShow .tit{position: relative;padding-left:20px; color:#666;font-size:20px;margin-bottom:30px;}
.ProductShow .tit:before{content: "";position: absolute; left:0;top:20%; width:2px;height:60%;background:#f60; }
.ProductShow .fix{ position: absolute; left:-50px;top:200px;}
.ProductShow .fix a{position: relative;display: block;border-radius: 50%;margin-bottom: 10px;}
/*.ProductShow .fix a i:after{content:""; position: absolute; left:0;top:0;z-index:-1; width:100%;height:100%;transform:scale(1.05);background:#ddd}*/
.ProductShow .fix a i{position: relative;z-index: 2; width: 40px;line-height: 40px;text-align: center;display: block;color:#aaa;font-size: 20px;font-weight:bold; overflow: hidden; border-radius:50%;box-shadow:0 0 10px #ddd;background: #fff;}
.ProductShow .fix a span{position: absolute;left: 50px;top:0;width: max-content;display: none;color:#666;font-size:14px;padding: 8px 20px;border: 1px #eee solid;box-shadow: 0 0 10px #eee;background: #fff;}
.ProductShow .fix a span:before{ content:""; position: absolute; left: -15px; top: 7px;border: 8px solid transparent; border-right-color: #fff;}
.ProductShow .fix a:hover i{ color:#fff; background: #aaa;} 
.ProductShow .fix a:hover i::after{}
.ProductShow .fix a:hover span{display: block;} 
.ProductShow .fix .fixedBoxA2{position: fixed;top:200px}
.ProductShow .wor img{ margin: auto;display:table;}
.ProductShow .market{padding-top: 50px;margin-top:50px;text-align: center;border-top: 1px #ddd solid;}
.ProductShow .market h3{color: #e00909;font-sizE: 38px;font-weight: bold;margin-bottom: 15px;}
.ProductShow .market h4{color:#02cbff;font-size: 24px;margin-bottom:10px;}
.ProductShow .market span{color:#999;font-size: 16px;display: block;margin-bottom: 20px;}
.ProductShow .market a{display: inline-block;color:#fff;font-size:14px;line-height: 40px;padding: 2px 50px;margin:0 10px;border-radius: 10px;border:1px #02cbff solid;background: #02cbff;}
.ProductShow .market .tel{font-size: 16px;color:#02cbff;background: #fff;}
.ProductShow .market .message{}
.ProductShow .market a:hover{color:#fff; border-color:#333; background: #333;}
.ProductShow .MessageCont2{margin-top:0px;}


/*==按钮推荐↓==*/
.relevantCont{ border-top:1px #ddd solid;padding-top:50px;margin-top:50px;}
.relevantCont h3{text-align: center;color:#666;font-size:28px; margin-bottom:40px}
.relevantCont .tit2{position:relative;  text-align: left;padding-left:20px;color:#666;font-size:22px; margin-bottom:40px}
.relevantCont .tit2 .more{float:right;color:#666;font-size:16px; margin-top:5px}
.relevantCont .tit2:before{content: "";position: absolute; left:0;top:20%; width:2px;height:60%;background:#02cbff; }
.relevantCont .tit2 .more:hover{color:#02cbff}


/*==留言2↓==*/
.MessageCont2{background:url(../images/bg04.jpg);}
.MessageCont2 .title{color:#1a1a1a;font-size: 30px;font-weight:bold;margin-bottom: 40px;}
.MessageCont2 .title font{color:#02cbff;font-size:30px;}
.MessageCont2 form{margin-bottom:40px;overflow: hidden;}
.MessageCont2 form input{float:left;/* width: 18%; */color:#6a6a6a !important;font-size:14px;padding:10px;margin-right: 1.5%;background: #fff;}
.MessageCont2 form button{float:left;/* width: 19%; */color:#fff;font-size:18px;text-align: center;background: #02cbff;}
.MessageCont2 form input,.MessageCont2 form button{width: 18.8%;border:none;color:#fff;font-size: 16px;padding: 15px 20px;}
.MessageCont2 form button:hover{background:#333}
.MessageCont2 ul{}
.MessageCont2 ul li{float:left;width:20%;padding-right:20px;}
.MessageCont2 ul li em{float: left;color:#02cbff;font-size:20px;margin-right:15px;font-weight:bold;width: 40px;line-height: 44px;text-align: center;background: url(../images/circle.png) no-repeat center;}
.MessageCont2 ul li h4{display:table;color: #444444;font-size: 18px;font-weight:bold;margin-top: 10px ;}


/*==联系我们↓==*/
.contactIn{padding-bottom:0px !important}
.contactIn #dituContent{width:100%;height:500px;}
.contactIn #dituContent img{max-width:initial;}
/*--*/
.contactIn .mode{}
.contactIn .mode ul{display: flex;margin: 0 0 -30px -20px;flex-wrap: wrap;}
.contactIn .mode ul li{position: relative;width: calc(25% - 20px);margin: 0 0 20px 20px;padding: 30px;border-radius: 10px;background: #f5f5f5;}
.contactIn .mode ul em{opacity: 0.1;position: absolute;right: 0;bottom: 0;margin: 30px;color: #02cbff;font-size: 100px;}
.contactIn .mode ul h4{display: block;color:#000;font-size: 20px;font-weight:bold;}
.contactIn .mode ul h4 font{display:block;font-size:14px;color:#666;font-weight:400;}
.contactIn .mode ul span{display:block;margin-top:10px;font-size: 20px;}
.contactIn .mode ul li:hover{background: #02cbff; transform: translateY(-5px);}
.contactIn .mode ul li:hover *{color:#fff}
/*--*/
.cta-mode{}
.cta-mode .long{}
.cta-mode .long{display: flex;justify-content: space-between;}
.cta-mode .set{width:50%;}
.cta-mode .info{width:50%;margin:50px 0 50px 50px;}
.cta-mode .title{position:relative;margin-bottom:30px;padding-bottom:25px;color: #000123;font-size:32px;border-bottom:1px #eee solid}
.cta-mode .title:before{content:"";position:absolute;left:0;bottom:-1px;width:20%;height:2px;background: #02cbff;}
.cta-mode .wx{color:#666666;font-size:18px; line-height: 32px;}
.cta-mode .wx span{display: flex;margin-bottom:20px;justify-content: flex-start;}
.cta-mode .wx b{color:#000123;margin-right:5px}
.cta-mode .wx i{flex-shrink: 0;margin-right:10px;width: 20px;color:#02cbff;font-size: 18px;text-align: center; padding-top: 8px;}
.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 100px;}


/*==留言模块↓==*/
.feedback-item form{display: flex;flex-wrap: wrap;}
.feedback-item form .shell{display: flex;width: calc(50% - 10px);margin-bottom:20px;border: 1px #ddd solid;padding: 12px 20px;align-items: center;background: #fff;}
.feedback-item form .shell.w33{width:calc(33.3% - 14px);}
.feedback-item form .shell.w50{width:calc(50% - 20px);}
.feedback-item form .shell.w100{width:100%}
.feedback-item form .ml{margin-left:20px;}
.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: 16px;}
.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;flex: 1;display: table;/*margin-left: 20px; margin-top: 10px; */color: #fff;font-size: 16px;padding: 20px 20px;border:none;cursor: pointer;border-radius: 5px;background: #02cbff;}
.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:#02cbff}
.feedback-item form button:hover:after{opacity:0.2}
.feedback-item form .code{flex-shrink: 0;/* width: 300px; */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;border: none;}
.feedback-item form .code img{height: 35px;margin: 0px 15px;flex-shrink: 1;cursor: pointer;}
.feedback-item form .yzm{/*display: flex; margin:0 0 0 20px; */margin:0 auto;align-items: center;text-align: center;}
.feedback-item form .yzm button{width:200px;padding: 18px 20px;}
.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:#02cbff;font-weight:bold;}
.feedback-item form .but{display: flex;width: 100%;margin: 40px 0 0 -20px;align-items: center;}


/*==关于-公司介绍↓==*/
.ab-intro{}
.ab-intro .wx{font-size:16px;color:#666666;line-height:30px}


/*==关于-创始人↓==*/
.ab-founder{}
.ab-founder .long{display: flex;}
.ab-founder .set{width:45%;}
.ab-founder .info{width:55%; margin-left:60px;}
.ab-founder .title{color:#333;font-size:40px;margin-bottom:30px;}
.ab-founder .title::after{content: "";display: block;margin-top: 20px;width: 99px;height: 18px;background: url(../images/line-1.png) no-repeat;}
.ab-founder .wx{color:#666;font-size:16px;line-height: 30px;}


/*==荣誉资质切换↓==*/
/*--*/
.srll-honor{position: relative;}
.srll-honor li{}
.srll-honor .list .pic{height:auto;border:2px #d7e2ee solid;border-radius:10px; /*padding: 20px !important;*/}
.srll-honor .list .pic::after{content:"";position:absolute;left:0;top:0;right:0;bottom:0;background:-webkit-linear-gradient(bottom, #02cbff, #fff);  }
.srll-honor .list h4{color:#131415;font-size:16px;margin-top:20px; text-align: center;}
.srll-honor .list li:hover h4{color:#02cbff}
.srll-honor .list li:hover .pic{border-color:#02cbff}
.srll-honor .list li:hover .pic::after{opacity:0.5;}


/*==关于-文化↓==*/
.ab-culture{ }
.ab-culture .titleBx{position: absolute;text-align:left;margin-top: 5%;}
.ab-culture .titleBx span{display: block;}
.ab-culture .titleBx hr{margin:10px 0 0 0}
.ab-culture ul{position: relative; display:flex;flex-wrap: wrap;}
.ab-culture ul li{display: flex;justify-content:center;width:50%;overflow:hidden;    flex-direction: row;}
.ab-culture ul .pic{width:50%;height:100%;flex-shrink: 0;overflow: hidden;}
.ab-culture ul .pic img{object-fit: cover;width: 100%;height: 100%;transition:all .4s ease-in-out;}
.ab-culture ul .box{position: relative;z-index:1;flex:1;width:50%;padding: 40px;background: #f5f6f7;}
.ab-culture ul .box:after{opacity:0;content:"";position:absolute;left:0;right:0;top:0;bottom:0;z-index:-1;background:#02cbff;transform: translateY(-10%);}
.ab-culture ul .title{position: relative;color:#000123;font-size:24px;line-height: 1;}
.ab-culture ul .title span{display: block;color: #e5e5e5;font-size:30px;margin-bottom: 10px;text-transform: uppercase;}
.ab-culture ul .title em{position: absolute;right: 0;top: 0;bottom: 0;margin: auto;display: block;font-size: 40px;color: #02cbff;overflow: hidden;}
.ab-culture ul p{position: absolute;bottom:10%;left: 0;right: 0;margin: 40px;color:#000123;font-size:18px;line-height: 28px;}
.ab-culture ul li:nth-child(n+3){flex-direction: row-reverse;}
/*.ab-culture ul li:nth-child(n+3) .box{background:#02cbff}
.ab-culture ul li:nth-child(n+3) .box *{color:#fff}*/
.ab-culture ul li:hover .box *{color:#fff}
.ab-culture ul li:hover .box:after{opacity:1;transform: translateY(0px);}
.ab-culture ul li:hover .title{transform: translateY(-5px);}
.ab-culture ul li:hover .title em{transform: translateY(10px);} 


/*==数字滚动↓==*/
.digital-air{display: flex;margin: 50px 0 -40px -30px;flex-wrap: wrap;}
.digital-air li{position:relative;width: calc(25% - 30px);margin: 0 0 40px 30px;color:#666;line-height: 1;text-align: center;}
.digital-air span{color:#02cbff;font-size:78px;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}


/*==常见问题列表↓==*/
.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 li a {display:block;}
.problem-list li h4 {-webkit-line-clamp:1;position:relative;color:#333;font-size:18px;padding-bottom:2px;}
.problem-list li p {position:relative;color:#666;font-size:15px;margin-top:15px;-webkit-line-clamp:2;}
.problem-list li h4,.problem-list li p {position:relative;padding-left:35px;}
.problem-list li em {position:absolute;left:0;top:0;display:block;margin-right:10px;width:25px;line-height:25px;color: #fff;font-size: 16px;text-align:center;background: #02cbff;}
.problem-list li p em {background: #5eb57f;}
.problem-list li:hover {border-color:#02cbff; transform:translateY(-5px);}
.problem-list li:hover h4 {color:#02cbff}
.problem-list li.w100 {width:100%;}


/*百度知道top+品牌百科top*/
.keynote-item{}
.keynote-item .long{display: flex;}
.keynote-item .pic{width:50%;}
.keynote-item .info{width:50%;margin-left:50px;}
.keynote-item .info li{position:relative; margin-bottom:40px;padding-bottom:40px;border-bottom:1px #ddd solid;}
.keynote-item .info i{position:absolute;right:0;top:10px;color:#666;font-size:16px;}
.keynote-item .info h4{color:#000000;font-size:24px;}
.keynote-item .info p{margin-top:15px;color:#666;font-size:15px;line-height:28px;}


/*-百度知道-营销的原因2-*/
.reason-row{display: flex;margin-left: -20px;flex-flow: row wrap;align-content: flex-start;}
.reason-row li{position: relative;z-index: 2;flex:1;margin-left: 20px;padding: 60px 40px;text-align: center;overflow: hidden;box-shadow: 0 0 10px #eee;background: #fff;}
.reason-row li:after{ opacity:0; content:"";position:absolute;left:0;top:0;right:0;bottom:0;z-index: -1;background: -webkit-linear-gradient(top, #5eb57f , #02cbff); }
.reason-row em{display: flex;margin: auto;width:100px;height: 100px;justify-content: center;align-items: center;overflow: hidden;border-radius: 50%;background: #fafafa;}
.reason-row h4{color: #000123;font-size: 24px;margin-top: 20px;margin-bottom: 15px;}
.reason-row h4:after{content:"";display:block;width: 30px;height: 1px;margin: auto;margin-top: 15px;background: #02cbff;}
.reason-row p{display: block;color: #666666;font-size: 15px;line-height: 28px;}
.reason-row li:hover{transform:translateY(-5px);} 
.reason-row li:hover:after{opacity:1}
.reason-row li:hover *{color:#fff}
.reason-row li:hover em{background:#fff}
.reason-row li:hover h4:after{background:#fff}


/*百度知道-可发布平台*/
.plate-row{display: flex;flex-wrap: wrap; margin:0 0 -20px -20px;flex-flow: row wrap;align-content: flex-start;}
.plate-row li{width:calc(16.6% - 20px);flex:1;margin:0 0 20px 20px;box-shadow: 0 0 10px #eee;background: #fff;}
.plate-row li:hover{transform:translateY(-5px);}
/*--*/
.baidu-plate .explain{margin-top:60px;padding:40px;box-shadow: 0 0 10px #eee;}
.baidu-plate .explain h4{color:#161823;font-size:24px;margin-bottom:20px}
.baidu-plate .explain p{color:#666666;font-size:16px;margin-bottom:15px;}


/*品牌百科-显著差异*/
.divide-row{display: flex;margin-left: -20px;flex-flow: row wrap;align-content: flex-start;}
.divide-row li{position: relative;z-index: 2;flex:1;margin-left: 20px;padding: 60px 40px;text-align: center;overflow: hidden;box-shadow: 0 0 10px #eee;background: #fff;}
.divide-row h4{color: #000123;font-size: 24px;margin-top: 20px;}
.divide-row p{margin-top:15px;display: block;color: #666666;font-size: 15px;line-height: 28px;}
.divide-row li:hover{transform:translateY(-5px);}
.divide-row li:hover h4{color:#02cbff} 


/*品牌百科-服务范围*/
.range-row{display: flex;box-shadow: 0 0 10px #eee;}
.range-row li{position: relative;z-index: 2;flex:1;padding: 60px 40px;text-align: center;overflow: hidden;background: #fff;}
.range-row li:before{content:"";position:absolute;right:0;top: 0px;bottom:0;margin: auto;width:1px;height: 80%;background:#ddd}
.range-row li:last-child:before{display:none}
.range-row i{display: flex;margin: auto;width: 120px;height: 120px;border-radius:50%;color:#fff;font-size:48px;justify-content: center;align-items: center;background: #02cbff;}
.range-row h4{color: #000123;font-size: 24px;margin-top: 25px;}
.range-row p{margin-top: 10px;display: block;color: #666666;font-size: 16px;line-height: 28px;}
.range-row p img{margin:0 auto;width:80%;padding:10px;}
.range-row li:hover{}
.range-row li:hover h4{color:#02cbff}


/*新闻媒体-原因*/
.range-row-2{display: flex;flex-wrap: wrap;margin:0 0 -20px -20px}
.range-row-2 li{position: relative;z-index: 2;width: calc(25% - 20px);margin: 0 0 20px 20px;padding: 40px;text-align: center;overflow: hidden;background: #f7f9fb;}
.range-row-2 i{display: flex;margin: auto;width: 60px;height: 60px;border-radius:50%;color:#fff;font-size: 28px;justify-content: center;align-items: center;background: #02cbff;}
.range-row-2 h4{color: #000123;font-size: 24px;margin-top: 25px;}
.range-row-2 p{margin-top: 10px;display: block;color: #666666;font-size: 16px;line-height: 28px;}
.range-row-2 li:hover{}
.range-row-2 li:hover h4{color:#02cbff}


/*品牌官网top*/
.orso-row{}
.orso-row li{display: flex;padding: 80px 0;position:relative;z-index: 1;}
.orso-row li:before{content:"";position: absolute;left: -30%;top: 0;right: -30%;bottom: 0;z-index: -1;background:url(../images/official-1-bg.jpg) no-repeat;background-size: cover;}
.orso-row .set{width:50%}
.orso-row .info{width:50%;margin-left:80px}
.orso-row .info h4{color: #161823;font-size: 40px;}
.orso-row .info h4 span{display:block;color: #999;font-size: 20px;}
.orso-row .info p{margin-top:15px;color:#666;font-size: 16px;line-height:28px;}
.orso-row .info .more{display: table;margin-top:50px; padding:12px 40px; color:#fff;font-size:15px;border-radius: 5px;  background: #02cbff;}
.orso-row .info .more:hover{color:#fff;background: #3a3a3a;}
.orso-row li:nth-child(2n){flex-direction: row-reverse; }
.orso-row li:nth-child(2n):before{background:-webkit-linear-gradient(top, #feffff, #e6f3fc);}
.orso-row li:nth-child(2n) .info{margin-left:60px;margin-right:80px;}


/*品牌官网-我们的优势*/
.advant-row{display:flex;flex-wrap: wrap;margin: 0 0 -20px -20px;}
.advant-row li{width: calc(33.3% - 20px);margin: 0 0 20px 20px;background: #f6f8fa;}
.advant-row li:before{content:"";position: absolute;left: -30%;top: 0;right: -30%;bottom: 0;z-index: -1;background:url(../images/official-1-bg.jpg) no-repeat;background-size: cover;}
.advant-row .info{padding: 30px;}
.advant-row .info h4{color: #161823;font-size: 24px;margin-bottom: 15px;}
.advant-row .info h4::after{content:"";display: block;margin-top: 12px;width: 60px;height: 4px;border:none;border-left: 30px #02cbff solid;border-right: 30px #5eb57f solid;}
.advant-row .info p{display:block;color: #666666;font-size:16px;line-height: 26px;}


/*品牌官网-我们的优势2*/
.official-advant-2{background: url(../images/culture-bg.jpg) no-repeat center; background-size:cover ;}


/*品牌官网-我们的优势-列表*/
.advant-item{margin:0 0 -30px -30px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.advant-item li{position:relative;float:left;width: calc( 33.3% - 30px);margin:0 0 30px 30px;padding: 30px 100px 50px 30px;background: #fff;}
.advant-item em{position:absolute;right:30px;top:30px;overflow: hidden;}
.advant-item em img{filter: drop-shadow(0px 40px #fff);}
.advant-item h4{position: relative;color:#142167;font-size:22px;margin-bottom:20px;padding-bottom: 15px;border-bottom:1px #ddd solid;}
.advant-item h4:after{content: "";position: absolute;left: 0;bottom: -1px;display: block;width:50px;height:2px;background: #02cbff;}
.advant-item p{color:#666666;font-size:16px;line-height: 28px;}
.advant-item li:hover{transform: translateY(-5px);box-shadow: 5px 5px 10px #ddd;background:#02cbff}
.advant-item li:hover *{color:#fff}
.advant-item li:hover h4{border-color:rgba(255,255,255,0.3)}
.advant-item li:hover h4:after{opacity:0}
.advant-item li:hover em img{transform: translateY(-100%);}


/*小红书-KOC种草的重要性*/
.important-row{}
.important-row li{display: flex;margin-bottom: 30px;position:relative;z-index: 1;}
.important-row .pic{width:50%}
.important-row .info{width:50%;margin-right:60px}
.important-row .info p{color:#666;font-size: 16px;line-height: 30px;}
.important-row li:nth-child(2n){flex-direction: row-reverse; }
.important-row li:nth-child(2n) .info{margin-left:60px;}


/*小红书遇到以下问题*/
.redbook-problem .long{display: flex;position:relative;z-index: 1;justify-content: flex-end;}
.redbook-problem .pic{position: absolute;width: 63%;left: -40px;top: 0;bottom: 0;}
.redbook-problem .pic img{height:100%;}
.redbook-problem .info{width: 48%;padding: 40px 40px 40px 60px;box-shadow: 5px 2px 10px #eee;border-radius:20px;background:#fff}
.redbook-problem .info li{position: relative;z-index: 2;margin-bottom: 15px;overflow: hidden;}
.redbook-problem .info h4{display: flex;color: #000123;font-size: 24px;align-items: center;justify-content: flex-start;}
.redbook-problem .info h4 i{display: flex;width: 40px;height: 40px;margin-right: 10px;border-radius:50%;color:#fff;font-size: 20px;justify-content: center;align-items: center;background: #02cbff;}
.redbook-problem .info p{margin-top: 10px;display: block;color: #666666;font-size: 16px;line-height: 28px;}
.redbook-problem .info li:hover h4{color:#02cbff}


/*小红书-采取以下措施*/
.redbook-measure{background:  url(../images/measure-bg.jpg) no-repeat center; background-size:cover ;}
.measure-row{position:relative;display: flex;padding-top: 50px;margin: 0 0 -20px -20px;}
.measure-row::before{opacity: 0.2;content: "";position:absolute;left: -20%;top: 0;right: -20%;height: 1px;background: #fff;}
.measure-row li{position: relative;padding: 40px 40px 150px 40px;flex: 1;margin: 0 0 20px 20px;background: #fff;}
.measure-row li:before{opacity: 1;content: "";position:absolute;left: 0;top: -55px;right:0;width: 8px;height: 8px;margin: auto;box-shadow: 0 0 0 5px rgba(255,255,255,0.2);border-radius: 50%;background: #fff;}
.measure-row li::after{content:"";position:absolute;left:0;bottom:0;width: 192px;height: 100px;background: url(../images/measure-line.png) no-repeat center;}
.measure-row h4{color:#02cbff;font-size:20px;}
.measure-row p{margin-top:10px;color:#666;font-size:16px;line-height:30px;}
.measure-row i{opacity: 0.2;position: absolute;right:40px;bottom:40px;color: #777;font-size:40px;font-weight: bold;}
.measure-row li:hover{background: #02cbff;}
.measure-row li:hover:before{box-shadow:0 0 0 5px #02cbff}
.measure-row li:hover *{color:#fff}


/*KOC新闻媒体发布*/
.release-row{}
.release-row li{display: flex;position:relative;z-index: 1;background: #f6f8fa;}
.release-row .pic{width:50%;border-radius: 10px;overflow: hidden;}
.release-row .pic img{width:100%;}
.release-row .info{width:50%;padding: 60px;}
.release-row .info p{color:#666;font-size: 16px;line-height: 30px;}
.release-row li:nth-child(2n){flex-direction: row-reverse; }


/*网站推广-网站优化*/ 
.optimize-row{display:flex;flex-wrap: wrap;margin: 0 0 -30px -30px;}
.optimize-row li{width: calc(33.3% - 30px);margin: 0 0 30px 30px;background:#fff;}
.optimize-row .box{padding: 20px; }
.optimize-row h4{color: #161823;font-size: 24px;text-align: center;}
.optimize-row p{display:block;margin-top: 15px;color: #666666;font-size:16px;line-height: 26px;}


/*网站推广-遇到问题*/ 
.problem-row{display:flex;flex-wrap: wrap;margin: 0 0 -30px -30px;}
.problem-row li{position: relative;width: calc(33.3% - 30px);margin: 0 0 30px 30px;padding: 30px;padding-left: 100px;box-shadow: 0 0 10px #eee;border-radius: 10px;background:#fff;}
.problem-row em{position:absolute;left:0px;top:0px;margin:30px;}
.problem-row h4{display: flex;color: #000123;font-size: 24px;align-items: center;justify-content: flex-start;}
.problem-row h4 em{ }
.problem-row p{margin-top: 10px;display: block;color: #666666;font-size: 16px;line-height: 28px;}
.problem-row li:hover{background:#02cbff}
.problem-row li:hover *{color:#fff}


/*==seo-常见问题-手风琴效果↓==*/
.shrink-item{}
.shrink-item li{border-bottom:1px #ddd solid}
.shrink-item .tit{position: relative;display: block; color:#000123;font-size:18px;padding: 20px 0;cursor: pointer;}
.shrink-item .tit:before,.shrink-item .tit:after{content: "";position: absolute;right: 0;top: 0;bottom: 0;margin: auto;display: block;width: 20px;height: 4px;background: #c7c7c7;}
.shrink-item .tit:after{  transform: rotate(-90deg);}
.shrink-item .drop{display: none;margin-bottom:30px;}
.shrink-item p{display: flex; color:#666;font-size:16px;line-height: 26px; }
.shrink-item li.on .tit{color:#02cbff}
.shrink-item li.on .tit:after{ transform: rotate(0deg);}


/*短视频代运营-做好抖音*/
.short-complete{}
.short-complete .long{display: flex;}
.short-complete .long .set{max-width:50%;margin-right:60px;}
.short-complete .long .info{flex: 1;}
.short-complete .list{}
.short-complete .list li{margin-bottom:5px;padding: 20px 30px;border-radius: 10px;}
.short-complete .list i{margin-bottom:5px;color:#02cbff;font-size:36px;font-weight:bold;}
.short-complete .list p{margin-top: 10px;color:#333;font-size:18px;}
.short-complete .list li:hover{ box-shadow: 0 0 10px #02cbff;  background: #02cbff;}
.short-complete .list li:hover *{color:#fff}


/*短视频代运营-这些问题*/
.problem-row-2{display: flex;flex-wrap: wrap;}
.problem-row-2 li{position: relative;z-index: 2;width: calc(20% - 30px);margin: 0 0 30px 30px;padding: 40px 30px;text-align: center;overflow: hidden;box-shadow: 0 0 10px #ddd;border-radius: 5px;background: #fff;}
.problem-row-2 em{}
.problem-row-2 p{margin-top: 15px;display: block;color: #666666;font-size: 16px;line-height: 28px;}
.problem-row-2 li:hover{transform:translateY(-5px)}


/*短视频代运营-商业的时代*/
.short-age{background:  url(../images/age-bg.jpg) no-repeat center; background-size:cover ;}
.short-age .wx{}
.short-age img{margin:auto;margin-bottom:20px;display: block;}
.short-age .wx{color:#fff;font-size:20px; }
.short-age .wx p{margin-bottom:10px;}


/*短视频代运营-为什么选择*/
.shoose-row{display: flex;flex-wrap: wrap;margin:0 0 -40px -40px}
.shoose-row li{position: relative;z-index: 2;width: calc(33.3% - 40px);margin: 0 0 40px 40px;padding-bottom: 50px;box-shadow: 0 0 10px #ddd;border-radius: 5px;overflow: hidden;background: #fff;}
.shoose-row h4{color:#fff;font-size: 32px;padding:40px;text-align: center;}
.shoose-row .wx{padding:40px;color:#666;font-size:16px;line-height: 28px;}
.shoose-row .wx p{margin-bottom:10px}
.shoose-row .more{display: flex;position: absolute;left: 0;right: 0;bottom: 40px;width: fit-content;margin: auto;margin-top: 30px;color:#fff;font-size: 15px;padding: 8px 30px;border-radius: 30px;background: #02cbff;align-items: center;justify-content: center;}
.shoose-row .more::before{content:"\e75c";margin-right:5px;font-size: 20px;}
.shoose-row .more:hover{background:#333}
.shoose-row .x1 h4{background: url(../images/shoose-1-1.jpg) no-repeat center; background-size:cover;}
.shoose-row .x2 h4{background: url(../images/shoose-1-2.jpg) no-repeat center; background-size:cover;}
.shoose-row .x3 h4{background: url(../images/shoose-1-3.jpg) no-repeat center; background-size:cover;}


/*竞价运营*/
.biddingIn .summary-item{margin:0 50px;margin-top:40px;}
.biddingIn .arrow{position:relative;padding-top: 100px;}
.biddingIn .arrow::before{content: "";position:absolute;top:0;left: 0;right: 0;margin: auto;width: 80px;height: 73px;background: url(../images/arrow-1.png) no-repeat center;background-size:cover;}
.biddingIn .theme{color:#02cbff;font-size: 30px;font-weight:bold;margin-bottom: 30px;text-align: center;}


/*竞价代运营-结论*/
.summary-item{margin-top:50px;padding: 20px 40px;border:1px dashed #02cbff;text-align:center;border-radius: 10px;background: #f5f6f9;}
.summary-item h4{color:#02cbff;font-size:20px;}
.summary-item p{margin-top:10px;color:#777d97;font-size:16px;line-height: 30px;}


/*竞价运营-行业分析*/
.bidding-assay{background:  url(../images/assay-bg.jpg) no-repeat center; background-size:cover ;}
.bidding-assay .summary-item{margin:0 100px;margin-top:50px;}


/*竞价代运营-行业分析列表*/
.assay-row{display: flex;flex-wrap: wrap;margin: 0 0 -50px -50px;padding: 0 100px;}
.assay-row li{width: calc(33.3% - 50px);margin: 0 0 50px 50px;text-align: center;overflow: hidden;}
.assay-row em{}
.assay-row h4{margin-top:10px;color:#333333;font-size:20px;}
.assay-row span{margin-top: 5px;display: block;color: #757575;font-size: 16px;line-height: 28px;}
.assay-row li:hover{transform:translateY(-5px)}
.assay-row li:hover h4{color:#02cbff}


/*竞价代运营-账户调整与搭建*/
.bidding-build{}
.bidding-build .one ul{display: flex;margin: 0 0 -30px -30px;}
.bidding-build .one ul li{flex: 1;margin: 0 0 30px 30px;color:#fff;font-size:22px;padding:20px 40px;text-align: center;border-radius: 10px;box-shadow: 0 0 15px #ccc;}
.bidding-build .one ul li:nth-child(1){background: #3aa5ff;}
.bidding-build .one ul li:nth-child(2){background: #ffb03d;}
.bidding-build .one ul li:nth-child(3){background: #5eb57f;}
.bidding-build .one ul li:nth-child(4){background: #ea8163;}
.bidding-build .two{margin-top: 40px;}
.bidding-build .two ul{display: flex;margin: 0 0 -30px -30px;}
.bidding-build .two ul li{flex: 1;margin: 0 0 30px 30px;text-align: center;border-radius: 10px;}
.bidding-build .two ul h4{padding: 10px 20px;font-size:22px;color:#000123;border-radius: 10px;border:1px dashed #02cbff}
.bidding-build .two ul p{margin-top:10px;color:#666;font-size:16px;}
 
 
/*竞价代运营-优化与营销*/
.bidding-optimize .one{}
.bidding-optimize .one ul{display: flex;margin: 0 0 -20px -20px;}
.bidding-optimize .one ul li{flex: 1;display: flex;width: 182px;height: 182px;margin: 0 0 20px 20px;padding: 30px 20px;color: #fff;font-size: 16px;text-align: center;border-radius: 50%;background:-webkit-linear-gradient(top, #5eb57f, #2f7ede);align-items: center;justify-content: center;}


/*竞价代运营-账户优化与营销*/
.bidding-optimize .summary-item{margin:0 100px;margin-top:80px;}
.bidding-optimize .two{margin-top:60px;}
.bidding-optimize .two ul{display: flex;flex-wrap: wrap;margin:0 0 -40px -40px}
.bidding-optimize .two ul li{position: relative;z-index: 2;width: calc(33.3% - 40px);margin: 0 0 40px 40px;padding: 30px 40px;overflow: hidden;border-radius: 20px;box-shadow: 0 5px 10px #ddd;background: rgb(255, 255, 255,0.8);}
.bidding-optimize .two ul li::before{content: "";position: absolute;left:0;top:0;right:0;bottom:0;z-index: -1;opacity: 0.2;background: url(../images/optimize-bg.png) no-repeat center right;/* background-size: cover; */}
.bidding-optimize .two ul em{display: flex;margin-bottom: 15px;overflow: hidden;width: 70px;height: 70px;border-radius: 10px;background: #d5e5f9;align-items: center;justify-content: center;}
.bidding-optimize .two ul em img{filter: drop-shadow(0px 70px #fff);}
.bidding-optimize .two ul h4{color: #282828;font-size: 24px;}
.bidding-optimize .two ul p{margin-top: 10px;display: block;color: #666666;font-size: 16px;line-height: 28px;}
.bidding-optimize .two ul li:hover{background:#02cbff}
.bidding-optimize .two ul li:hover *{color:#fff}
.bidding-optimize .two ul li:hover em img{transform: translateY(-140%);}
.bidding-optimize .two ul li:hover:before{opacity:0.1}


/*竞价代运营-观点分享*/
.view-list{position:relative;display: flex;flex-wrap: wrap;padding-bottom: 30px;}
.view-list::before{content: "";position:absolute;left:0;bottom:0;right:0;height:1px;background:#ddd;}
.view-list li{position:relative;width:calc(33.3% - 30px);margin:0 0 30px 30px;text-align: center;}
.view-list li::before{content: "";position:absolute;left:0;bottom: -68px;right:0;margin: auto;width: 18px;height: 18px;border: 6px #fff solid;border-radius: 50%;background: #ddd;}
.view-list li::after{opacity:0; content:"";position:absolute;left:0;right:0;bottom: -45px;margin: auto;width:1px;height: 20px;background:#ddd}
.view-list .pic{padding-top:65%;}
.view-list h4{margin-top: 20px;color:#131415;font-size: 20px;}
.view-list p{-webkit-line-clamp: 1;margin-top: 15px;color:#757575;font-size: 16px;}
.view-list li:hover h4{color:#02cbff}
.view-list li:hover::before{border-color:#99cff3;box-shadow: 0 0 0 10px #fff; background: #02cbff;}
.view-list li:hover::after{opacity:1}


/*==通用列表↓==*/
.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:#02cbff}
.list-item li:hover .pic img{transform:scale(1.08);}
.list-item li:hover h4{color:#02cbff;}
/*--*/
.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; background:#041925;}
.footer .up {padding:70px 0 0px 0;}
.footer .tit {position:relative;color:#fff;font-size:16px;margin-bottom:15px;}
.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;float:left;}
.footer .nav li a {display:block;color:#aaa;font-size:14px;padding:5px 0;}
.footer .nav li a:hover {color:#fff}
.footer .nav .box.col{ column-count: 2;}
.footer .nav .box.col.c3{ column-count:3;}
.footer .ewm {float:right;margin-left:20px;color:#aaa;font-size:14px;text-align:center;}
.footer .ewm span{float: left;margin-left:30px;}
.footer .ewm img {display:block;width:125px;margin-bottom:10px;}
.footer .right {float:left;margin-left:40px;color:#aaa;font-size:14px;}
.footer .right .tel{display:block;color:#02cbff;font-size:28px;font-weight:bold;margin-bottom:15px;}
.footer .right .wx{display:block;color: #aaa;font-size: 14px;line-height: 30px;padding:20px 0;}
.footer .down {position:relative;margin-top:20px;padding:20px 0;color:#aaa;font-size:13px;border-top:1px solid rgba(255,255,255,0.1)}
.footer .down a{color:#aaa;font-size:14px;}
.footer .down a:hover {color:#eee;}
.footer .link{margin-top:20px;}
.footer .link h3{color:#f5f7f8;font-size:14px;float: left;margin-right: 10px;}
.footer .link a{color:#a3a3a3;font-size:12px;display: inline-block;margin-right: 10px;}
.footer .link a:hover{color:#fff}} 



/*==增加页面-2↓==*/
/****************/

/*==seo优化-遇到以下问题?↓==*/
.seo-encounter{position: relative;}
.encounter-row{position: relative;margin: auto;}
.encounter-row .tip{position: absolute;top: 0;left:0;right:0;bottom:0;z-index: -1;margin: auto;width: fit-content;height: fit-content;}
.encounter-row ul{display: flex;margin: 0 0 0px -120px;height: 410px;flex-wrap: wrap;justify-content: space-between;align-content: center;}
.encounter-row ul li{/* flex: 1; */width: calc(555px - 120px);margin: 30px 0 30px 120px;color:#6a6a6a;font-size: 18px;padding: 20px 30px;box-shadow:  0 0 10px #ddd;border-radius:5px;text-align: center;background:#fff}
.encounter-row ul li:hover{color:#fff;background: #02cbff;}
/*--*/
.encounter-row .top{position: absolute;top: 0;left:0;right:0;bottom:0;z-index: -1;display: flex;width: 400px;height: 400px;margin: auto;border: 1px dashed #27a0ce;border-radius: 50%;justify-content: center;align-items: center;}
.encounter-row .top:after{content:"";position: absolute;top:0;left:0;right:0;bottom:0;margin: 40px;border-radius: 50%;box-shadow: 0 0 20px #c6dfff;}
.encounter-row .top h4{display: flex;width: 230px;height: 230px;color:#3a3a3a;font-size: 20px;text-align: center;box-shadow: 0 0 20px #c6dfff;border-radius: 50%;align-items: center;justify-content: center;flex-direction: column;}
.encounter-row .top h4 font{display: block;color:#27a0ce;font-size: 40px;font-weight:bold;}
.encounter-row .top i{position: absolute;z-index:1;display: flex;width: 30px;height: 30px;color: #fff;font-size: 22px;font-weight: bold;border-radius: 50%;background: #27a0ce;align-items: center;justify-content: center;}
.encounter-row .top i::before{content: "";position: absolute;width:100px;height:1px;border-top:1px #27a0ce dashed;}
.encounter-row .top i:nth-child(2){left: 50px;top: 110px;}
.encounter-row .top i:nth-child(2):before{left: -90px;top: -15px;transform: rotate(28deg);}
.encounter-row .top i:nth-child(3){right: 50px;top: 110px;}
.encounter-row .top i:nth-child(3):before{right: -90px;top: -15px;transform: rotate(-28deg);}
.encounter-row .top i:nth-child(4){left: 30px;top:180px;}
.encounter-row .top i:nth-child(4):before{left: -90px;top: 15px;}
.encounter-row .top i:nth-child(5){right: 30px;top:180px;}
.encounter-row .top i:nth-child(5):before{right: -90px;top: 15px;}
.encounter-row .top i:nth-child(6){left:50px;top:260px}
.encounter-row .top i:nth-child(6):before{left: -90px;top: 40px;transform: rotate(-28deg);}
.encounter-row .top i:nth-child(7){right:50px;top:260px}
.encounter-row .top i:nth-child(7):before{right: -90px;top: 40px;transform: rotate(28deg);}




/*==seo优化-网站统计工具及数据分析↓==*/
.how-row{display: flex;margin-left: -20px;flex-wrap: wrap;}
.how-row .tip{display: block;flex-shrink: 0;width: 100%;text-align: center;}
.how-row li{width:calc(16.6% - 20px);margin-left:20px;color:#fff;font-size:18px;padding: 20px 0px;border:10px #fff solid;box-shadow: 0 0 10px #ddd;text-align: center;background: #6a6a6a;}
.how-row li:hover{color:#fff;background: #02cbff;}


/*==seo优化-我们的专长↓==*/
.seo-specialty{background: url(../images/specialty-bg.jpg) no-repeat center; background-size:cover;}
.specialty-row{display:flex;margin:0 0 -20px -20px;flex-wrap: wrap;}
.specialty-row li{display: flex;width: calc(33.3% - 20px);margin:0 0 20px 20px;padding: 40px 40px;border-radius: 5px;background: #fff;align-items: flex-start;}
.specialty-row i{position:relative;color:#666;font-size:50px;margin-right: 20px;font-weight:bold;}
.specialty-row i:after{content:"";position:absolute;right: -20px;bottom: 5px;width: 50px;height: 2px;box-shadow: 0 0 0 10px #fff;transform: rotate(-45deg);background: #ddd;}
.specialty-row h4{color:#3a3a3a;font-size:20px;font-weight:bold}
.specialty-row p{margin-top: 16px;color:#6a6a6a;font-size: 16px;line-height: 26px;}
.specialty-row li:hover{background:#02cbff}
.specialty-row li:hover *{color:#fff}
.specialty-row li:hover i:after{ box-shadow:0 0 0 10px #02cbff; background:#fff}


/*==seo优化-为什么要做SEO优化↓==*/
.seo-why{background: url(../images/why-bg.jpg) no-repeat center; background-size:cover;}
.why-row{display: flex;margin:0 0 -30px -30px;flex-wrap: wrap;}
.why-row li{position: relative; width:calc(33.3% - 30px);margin:0 0 30px 30px;padding:30px;border:1px #eee solid; overflow:hidden; background: #fff;}
.why-row i{position: absolute;right: 10px;top: 10px;z-index: 1;color:#fff;font-size:28px;font-weight:bold;}
.why-row i::after{content: "";position:absolute;left: -15px;top: -50px;right: 0;bottom: 0;z-index: -1;width: 100px;height: 100px;border-radius: 50%;background: #02cbff;}
.why-row h4{margin-bottom:20px;padding-bottom:20px;border-bottom:1px #ddd solid; color:#3a3a3a;font-size:22px;font-weight:bold}
.why-row p{ color:#6a6a6a;font-size: 16px;line-height: 26px;}
.why-row li:hover{box-shadow:0 0 10px #ddd; transform:translateY(-5px)}
.why-row li:hover h4{color:#02cbff}


/*==竞价代运营-抢询盘·优势↓==*/
.bidding-advant{padding:100px 0 250px 0; background: url(../images/inquiry-bg.jpg) no-repeat center; background-size:cover;}
.advant-row-3{display: flex;flex-wrap: wrap;margin: 0 0 -50px -50px;padding: 0 100px;}
.advant-row-3 li{width: calc(20% - 50px);margin: 0 0 50px 50px;text-align: center;overflow: hidden;}
.advant-row-3 em{}
.advant-row-3 h4{margin-top:20px;color:#333333;font-size:24px;}
.advant-row-3 span{margin-top: 10px;display: block;color: #757575;font-size: 16px;line-height: 28px;}
.advant-row-3 li:hover{transform:translateY(-5px)}
.advant-row-3 li:hover h4{color:#02cbff}
.advant-row-3 li:nth-child(2n){margin-top:50px;}


/*==竞价代运营-抢询盘·流程↓==*/
.flow-row{position: relative;display: flex;justify-content: space-between;}
.flow-row::before{content:"";position: absolute;top: 0;left:0;right:0;bottom:0;z-index: -1;margin: auto;height: 1px;border-top: 1px #ddd dashed;}
.flow-row li{position:relative;padding: 0 40px;text-align: center;background: #fff;}
.flow-row li::after{content: "\e65b";position: absolute;right: -170%;top:0;bottom:0;left: 0;margin: auto;width: fit-content;height: fit-content;padding: 5px;border: 1px #ddd solid;border-radius: 50%;color: #666;font-size: 28px;background: #fff;}
.flow-row em{}
.flow-row h4{margin-top:20px;color:#3a3a3a;font-size:20px;}
.flow-row span{margin-top:5px;display: block;color: #999;font-size: 14px; }
.flow-row li:hover h4{color:#02cbff}
.flow-row li:last-child:after{display:none}


/*==产品服务-2↓==*/
.product-grid-2{display: flex;flex-wrap: wrap;margin: 0 0 -20px -20px; }
.product-grid-2 li{width: calc(25% - 20px);margin: 0 0 20px 20px;text-align: center;}
.product-grid-2 a{display:block;padding: 50px;height:100%;box-shadow: 0 0 10px #eee;background: #fff;}
.product-grid-2 em{display: flex;margin-bottom: 20px;align-items: center;justify-content: center;overflow: hidden;}
.product-grid-2 em img{filter: drop-shadow(0px 76px #fff);}
.product-grid-2 h4{color:#333333;font-size:24px;}
.product-grid-2 p{margin-top: 10px;display: block;color: #757575;font-size: 16px;line-height: 28px;}
.product-grid-2 li:hover a{transform:translateY(-5px);background:#02cbff}
.product-grid-2 li:hover *{color:#fff}
.product-grid-2 li:hover em img{transform: translateY(-100%);}


/*==短视频代运营-行业现状↓==*/
.short-status{}
.status-row{position: relative;display: flex;margin:0 0 -30px -30px;flex-wrap: wrap;}
.status-row li{position:relative;display: flex;width:calc(33.3% - 30px);margin:0 0 30px 30px;padding: 50px 50px;text-align: center;flex-direction: column;justify-content: space-between; background: #f7f7f7;}
.status-row li::after{content: "";display: block; margin: auto;margin-top:30px; width:30px;height:2px;background: #02cbff;}
.status-row i{margin-bottom:20px;display: block;color: #02cbff;font-size: 35px;}
.status-row h4{color: #6a6a6a;font-size: 18px;}
.status-row li:hover{background:#02cbff}
.status-row li:hover *{color:#fff}
.status-row li:hover:after{background:#fff}
 
 
/*==短视频代运营-困惑↓==*/ 
.puzzled-row{position: relative;display: flex;margin: 0 0 -40px -40px;flex-wrap: wrap;}
.puzzled-row li{position:relative;display: flex;width: calc(25% - 40px);margin: 0 0 40px 40px;padding: 50px 50px;text-align: center;flex-direction: column;justify-content: space-between;box-shadow: 15px 15px 0px #02cbff;border-radius: 20px;background: #f7f7f7;}
.puzzled-row li:after{content:"";position:absolute;left:0;top:0;right:0;bottom:0;/* background:#000; */}
.puzzled-row h4{margin-bottom:30px;color: #02cbff;font-size: 26px;font-weight:bold}
.puzzled-row h4::after{content: "";display: block;margin: auto;margin-top: 20px;width: 40px;height: 3px;background: #02cbff;}
.puzzled-row p{display: block;color: #757575;font-size: 16px;line-height: 28px;}
.puzzled-row .pic{margin-top:40px;}
.puzzled-row li:hover{transform:translateY(-5px)}
.puzzled-tag{display: flex;margin-top: 80px;padding:0 50px;flex-wrap: wrap;}
.puzzled-tag li{flex: auto;color:#fff;font-size: 20px;padding: 15px 50px;margin: 0 10px 20px 10px;text-align: center;border-radius: 50px;background: #02cbff;}
.puzzled-tag li:hover{color:#fff;background: #02cbff;}


/*==短视频代运营-提供什么服务↓==*/ 
.short-service{position:relative;z-index:1;}
.short-service::before{opacity: 0.2;content: "";position: absolute;top: 0;left:0;right:0;bottom:0;z-index:-1;background: #02cbff;}
.service-row{position: relative;display: flex;margin: 0 0 -20px -20px;flex-wrap: wrap;}
.service-row li{position:relative;display: flex;width: calc(25% - 20px);margin: 0 0 20px 20px;padding: 50px 50px;text-align: center;flex-direction: column;justify-content: space-between;border:1px solid #02cbff;background: #fff;}
.service-row i{display: flex;margin: auto;margin-bottom: 30px;width: 90px;height: 90px;color: #fff;font-size: 35px;font-weight: bold;border: 10px solid #a3ccff;box-shadow: 0 0 0 10px #e2efff;border-radius: 50%;background: #02cbff;justify-content: center;align-items: center;}
.service-row h4{color: #3a3a3a;font-size: 26px; }
.service-row li:hover{transform:translateY(-5px)}
.service-row li:hover h4{color:#02cbff}

/*==短视频代运营-保障效果持续稳定↓==*/ 
.short-result{}
.short-result .ad{text-align: center;}
.result-row{position: relative;display: flex;margin: 50px 0 -20px -20px;flex-wrap: wrap;}
.result-row li{position:relative;display: flex;width: calc(33.33% - 20px);margin: 0 0 20px 20px;padding: 30px 40px;border: 1px solid #ddd;border-radius: 0 0px 30px 0;overflow: hidden;box-shadow: 0 0 10px #ddd;background: #fff;align-items: center;}
.result-row i{position:absolute;left: 8px;top: 8px;z-index: 1;color: #fff;font-size: 20px;font-weight: bold;}
.result-row i::after{content:"";position: absolute;top: -60px;left: -60px;z-index: -1;width: 100px;height: 100px;background: #02cbff;transform: rotate(45deg);}
.result-row h4{flex-shrink: 0;margin-right: 20px;color: #02cbff;font-size: 34px;font-weight:bold;}
.result-row p{color: #6a6a6a;font-size: 18px;line-height: 26px;}
.result-row li:hover{ border-color:#02cbff; transform:translateY(-5px)}
.result-row li:hover h4{color:#02cbff}


/*==视频拍摄剪辑-宣传影片类↓==*/
.capture-puzzled{}
.capture-puzzled .tone{display: flex;margin-bottom:50px;justify-content: center;}
.capture-puzzled .tone li{position: relative;font-size: 18px;color:#6a6a6a;margin: 0 30px;padding-bottom: 10px;}
.capture-puzzled .tone li:after{content:"";/* opacity: 0.3; */position: absolute;right: 0;left:0;bottom: -1px;/* top: 10px; */margin: auto;width: 80%;height: 2px;background:#02cbff;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.capture-puzzled .tone li.active:after{transform: scale(1);transform-origin:left;}
.capture-puzzled .tone li.active{color:#02cbff;}


/*==视频列表↓==*/
.video-list {display: flex;margin: 0 0 -20px -20px;flex-wrap: wrap;}
.video-list li{display: inline-block;width: calc(33.3% - 20px);margin: 0 0 20px 20px; }
.video-list a{display: block; }
.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:60px;font-weight:bold;}
.video-list .pic:after{opacity: 0.2;content: "";position: absolute;left:0;top:0;bottom:0;right:0;background: #000;}
.video-list li:hover .pic:before{opacity:1;}
.video-list li:hover .pic:after{opacity:0.4;}
.video-list li:hover h4{color:#02cbff}


/*==视频拍摄剪辑-合作流程↓==*/
.capture-process{} 
.capture-process .long{padding:80px 0;background: #02cbff;}
.process-row{display: flex;flex-wrap: wrap;margin: 0 0 -1px -1px;}
.process-row li{width: calc(20% - 1px);margin: 0 0 1px 1px;padding:30px; text-align: center;background: rgba(255,255, 255, 0.1);}
.process-row em{display: flex;margin-bottom: 20px;height:80px; align-items: center;justify-content: center;overflow: hidden;}
.process-row em img{height:100%; filter: drop-shadow(0px 80px #fff);transform: translateY(-100%);}
.process-row h4{display: table;margin: auto;padding: 0 30px 15px 30px;color: #fff;font-size:24px;border-bottom: 1px #ccc dashed;}
.process-row p{margin-top: 10px;display: block;color: #fff;font-size: 16px;line-height: 28px;}
.process-row li:hover{background:#fff}
.process-row li:hover *{color:#3a3a3a}
.process-row li:hover em img{transform: translateY(0%);}


/** 鼠标跟随↓
#c-followDot {position:fixed;top:0;left:0;width:6px;height:6px;border-radius:50%;background-color:#02cbff;z-index:999;pointer-events:none;}
#c-followDot .c-default {position:absolute;top:-18px;left:-18px;width:40px;height:40px;border:2px solid #02cbff;border-radius:50%;opacity:.4;box-sizing:border-box;z-index:99;-webkit-transition:all 0.6s;transition:all 0.6s;}
#c-followDot .c-hover {position:absolute;top:-38px;left:-38px;width:80px;height:80px;background-color:#02cbff;border-radius:50%;opacity:.12;z-index:98;box-sizing:border-box;transform:scale(0,0);-webkit-transform:scale(0,0);-webkit-transition:all 0.6s;transition:all 0.6s;}
#c-followDot.c-active .c-default {transform:scale(0,0);-webkit-transform:scale(0,0);}
#c-followDot.c-active .c-hover {transform:scale(1,1);-webkit-transform:scale(1,1);}
 */