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


/*==版心定义↓==*/
.container{width:1240px;}
.about{width:75%; margin: 0 auto;}
.w1800{width:1800px;}
.w1001{width:100%;padding-left:60px;padding-right:60px;}
a:hover{color:#ea5b0c}
.bga{background:#f8f8f8;}


/*==字符串↓==*/
*:before,*:after,em,i,.iof{font-style: normal;font-family: "iconfont";line-height:1;transition: all .4s ease-in-out}

@font-face {
  font-family: 'iconfont';  /* Project id 1963410 */
  src: url('../fonts/font_1963410_gyigkcun4u4.woff2') format('woff2'),
       url('../fonts/font_1963410_gyigkcun4u4.woff') format('woff'),
       url('../fonts/font_1963410_gyigkcun4u4.ttf') 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 .sub{top:80px} 
.fixed-top.header .navWap-block{top:80px}
.fixed-top.header.u1 .logo .y1{opacity: 1;}
.fixed-top.header.u1 .logo .y2{opacity: 0;}
.fixed-top.header.u1 .nav > li > a{color:#282828}
.fixed-top.header.u1 .tel{color:#fff;background: #282828;}
/*--*/
.header{position: fixed;top:0;left:0;right:0;z-index:5;border-bottom:1px solid rgba(255,255,255,0.2); 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 .long{display: flex;height:100%;align-items: center;justify-content: space-between;}
.header .logo{float:left;display: flex;height:100%;padding: 20px 0;align-items: center;}
.header .logo a{display: flex;position: relative; 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:#ea5b0c;font-weight:bold;letter-spacing:6px;}
.header .logo .y2{opacity: 0; position: absolute;left:0;top:0;}
.header .tel{position: relative;float: right;display: flex;font-size: 14px;color: #fff;padding: 10px 20px;height: 100%;align-items: center;border-radius: 30px;background: #282828;}
.header .tel:before{content: "\e654";margin-right: 10px;font-weight: 400;color: #ea5b0c;font-size: 20px;}
.header .tel:hover{color:#fff !important;background: #ea5b0c !important;}
.header .tel:hover::before{color:#fff !important}
.header .nav{display:flex;float: right;height: 100%;}
.header .nav > li{ float: left;position:relative; height: 100%;margin:0 20px;}
.header .nav > li > a{position: relative;z-index:1;display: flex;color: #282828;font-size: 16px;height: 100%;text-align: center;align-items: center;}
.header .nav > li > a:after{opacity: 0.5;content:"";position: absolute;left:0;bottom: -10px;top: 0;z-index:-1;width:100%;height: 10px;margin: auto;background:#ea5b0c;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.header .nav > li:hover > a,.header .nav > li.active > a{color:#ea5b0c; }
.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: 85%;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: block;margin: auto;width: fit-content;height: fit-content;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: #ea5b0c;}
.header.u1 .nav > li > a{color:#fff}
.header.u1 .logo .y1{opacity: 0;}
.header.u1 .logo .y2{opacity: 1;}
.header.u1 .tel{color:#282828;background: #fff;}

/*==响应区分↓==*/
.res-flat_pc{}
.res-flat_flat{display: none;}
.res-wap_pc{}
.res-wap_wap{display: none;}


/*==页面控制↓==*/
.ipfh-steer .titleBx font{color:#4d54e6;font-weight:bold;} 
.ipfh-steer .rack .more-5::after{background: #4d54e6;}
.ipfh-steer .titleBx,.ipfh-steer .titleBx *{color:#002859 }


/*==次级导航↓==*/
.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: #ea5b0c;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.menu-each li:hover a,.menu-each li.active a{ color:#fff;border-color:#ea5b0c }
.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: #ea5b0c;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.menu-orso .secon li:hover a,.menu-orso li.active a{ color:#ea5b0c; }
.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;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: #ea5b0c;}
.siteGle .more{float:right;color:#fff;font-size:14px;padding: 5px 10px;margin-top: -5px;background: #666;}
.siteGle .more:hover{color:#fff; background: #ea5b0c;}
/*--*/
.site-dot{color: #888888;font-size: 14px;}
.site-dot .home i{ font-weight:bold;font-size:16px;margin-right:10px;color:#ea5b0c}
.site-dot a{}
.site-dot a:after{content:"\e65d";margin: 0 5px;font-size:12px;color:#888}
.site-dot a:last-child:after{display:none}
.site-dot a:hover{color:#ea5b0c}


/*==标题↓==*/
.titleAx{margin-bottom:50px;color:#282828;font-size:18px;}
.titleAx b{}  
.titleAx span{margin-top:15px;display: block;color:#282828;font-size:36px;font-weight: 400;text-transform: Uppercase;}
.titleAx p{margin-top:20px;color:#696969;font-size:24px;}
.titleAx font{color:#ea5b0c}
.titleAx hr{display: block;margin:0px;margin-top: 12px;width: 40px;height: 3px;border:none;background: #ea5b0c;}
.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:36px;margin-bottom:50px; text-align: center;}
.titleBx b{}
.titleBx span{display: block; margin:auto;margin-top:15px;color:#282828;font-size:18px;font-weight:400;text-transform: Uppercase;}
.titleBx p{width:70%;margin:auto;margin-top:20px;color:#696969;font-size:24px;}
.titleBx .sm{display:block; color:#282828;font-size:18px;margin-bottom:5px;}
.titleBx hr{display: block;margin:0 auto;margin-top:15px;width: 40px;height: 2px;border:none;background: #ea5b0c;}
.titleBx.lef{text-align: left;}
.titleBx.lef hr{margin:0px;margin-top:15px;}
.titleBx.lef span{margin:0px;margin-top:15px;}
.titleBx.lef p{margin:0;margin-top:20px;}
.titleBx.white,.titleBx.white span,.titleBx.white font{color:#fff}
.titleBx.tTop{margin:50px 0 -20px 0;}
/*--*/
.titleCx{color:#000123;font-size:40px;margin-bottom:50px; }
.titleCx b{display: flex;color:#282828;font-size:18px;align-items: center;}
.titleCx b::before{content:"";display: block;margin-right:10px;width:8px;height:8px;border-radius: 10px;background: #f50000;}
.titleCx span{margin-bottom: 30px;display: block;color:#282828;font-size:36px;}
.titleCx font{color:#a2a2ab}
.titleCx hr{display: block;margin-top: 50px;margin-bottom: 25px;width:100%;height:1px;border:none;background: #ddd;}
.titleCx.white{color:#fff;}
.titleCx.white *{color:#fff}
/*--*/
.titNv{display: flex;position: relative;margin-bottom: 20px;justify-content: space-between;align-items: flex-end;}
.titNv::after{content: "";position: absolute;left: -50%;right: -50%;bottom: -20px;z-index: -1;height: 65px;border-top:1px #ddd solid;border-bottom:1px #ddd solid;}
.titNv .titleCx{margin-bottom:0px;}
.titNv .titleCx span{margin-bottom: 75px;}
.titNv .tone{display: flex;}
.titNv .tone a{position: relative;display: block;color:#a2a2ab;font-size:20px;margin-right: 20px;}
.titNv .tone a:after{content:"";position:absolute;right: -10px;top:0;bottom:0;margin: auto;width:1px;height:20px;transform: rotate(30deg);background: #aaa;}
.titNv .tone a.active,.titNv .tone a:hover{color:#282828}


/*===内页框↓==*/
.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: 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: #ea5b0c;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;}


/*==更多-5↓==*/
.more-5{display:flex;align-items: center;transition: all .4s ease-in-out;}
.more-5 font{display: table;padding:10px 30px;color:#282828;font-size: 14px;border-radius:30px; background: #fff;    transition: all .4s ease-in-out;}
.more-5:after{margin-left:5px;content:"\e62a";display: flex;width: 40px;height: 40px;color: #fff;font-size: 20px;border-radius: 50%;align-items: center;justify-content: center;transform: rotate(-45deg);background: #ea5b0c;    transition: all .4s ease-in-out;}
.more-5:hover font{color:#fff;border-color:#ea5b0c !important; background:#ea5b0c !important}
.more-5:hover:after{color:#fff !important;transform: rotate(0deg);background: #ea5b0c !important;}
.more-5.u2 font{background: #eeeeee;}
.more-5.u3 font{border:1px #fff solid;color: #fff;background:none;}
.more-5.u3:after{color:#ea5b0c;background: #fff;}


/*==更多-6↓==*/
.more-6{display:flex;}
.more-6 font{display: table;flex-shrink: 0; padding:10px 30px;color:#002859;font-size: 16px;border-radius:30px; background: #fff;}
.more-6:after{flex-shrink: 0; margin-left:5px;content:"\e654";display: flex;width: 40px;height: 40px;color: #fff;font-size: 20px;border-radius: 50%;align-items: center;justify-content: center;background: #4d54e6}
.more-6:hover font{color:#fff;background:#4d54e6}
.more-6:hover:after{color:#fff;transform: rotate(0deg);}


/*==首页banner图↓==*/
.banner-air{position: relative;z-index: 2;height:950px;}
.banner-air .bg{position: absolute;top:0;left:0;right:0;bottom:0; z-index:-1; width:100%;height: 100%;object-fit: cover;}
.banner-air .pos{position: absolute;left:0;top:0;right:0;bottom:0;z-index: 1;display: flex;justify-content: center;align-items: center;}
.banner-air .info{position: relative;/* display: flex; */text-align: center;flex-direction: column;align-items: center;}
.banner-air .ti1{display: flex;margin: auto;color:#282828;font-size:24px;font-weight: bold;width: 592px;height: 151px;background: url(../images/banner-bg-2.png) no-repeat center;align-items: center;justify-content: center;}
.banner-air .ti2{color:#282828;font-size:60px;font-weight:bold}
.banner-air .txt{display: block;margin-top:30px; color:#282828;font-size:18px;}
.banner-air .pic{display: block;margin-top: 100px;}
.banner-air .bar{position: absolute;}
.banner-air .x1{left: 23%;top: 20%;animation: dong 3s 0s ease both infinite;}
.banner-air .x2{left: 10%;top: 45%;animation: dong 4s 0s ease both infinite;}
.banner-air .x3{left: 25%;bottom: 10%;}
.banner-air .x4{right: 30%;top: 18%;animation: dong 3s 0s ease both infinite;}
.banner-air .x5{right: 10%;top: 40%;animation: dong 4s 0s ease both infinite;}
.banner-air .x6{right: 25%;top: 43%;animation: dong 3s 0s ease both infinite;}
.banner-air .x7{right: 22%;bottom: 3%;}
.banner-air .x8{right: 0;left: 0;top: 50%;margin: auto;width: fit-content;}

/*-动画效果-*/
@keyframes dong{
0% {transform:translateY(0px);}
50% {transform:translateY(10px);}
100% {transform:translateY(0px);}
}


/*==业务产品tab↓==*/
.product-tab{display: flex;margin:0 0 -10px -10px}
.product-tab li{position: relative;width: calc(10% - 10px);height: 640px;margin: 0 0 10px 10px;cursor: pointer;}
.product-tab li.active{width: calc(60% - 10px);}
.product-tab .brand{display: flex;position: relative;z-index:2; padding: 50px 20px;height: 100%;border-radius: 10px;background:url(../images/pro-bg-1.png) no-repeat center;background-sizecover;background-size: cover;align-items: center;align-content: space-between;flex-direction: column;justify-content: space-between;transition: all .4s ease-in-out;}
.product-tab .brand:after{content:"\e659";display: flex;width: 40px;height: 40px;color:#fff;font-size:20px;border-radius: 50%;border:1px #fff solid;align-items: center;justify-content: center;}
.product-tab .brand h4{display: flex;color:#fff;font-size:30px;writing-mode: vertical-rl;align-items: center;letter-spacing: 5px;}
.product-tab .brand h4 em{margin-bottom:10px;}
.product-tab .info{opacity: 0;position: absolute;left:0;top:0;right:0;bottom:0;z-index:2;padding:30px;transition: all .4s ease-in-out;}
.product-tab .info h4{display: flex;color:#fff;font-size:30px;align-items: center;}
.product-tab .info h4 em{margin-right:10px}
.product-tab .info .box{margin-top:50px}
.product-tab .info .box span{display: flex;color:#fff;font-size: 18px;margin-bottom:20px;align-items: center;}
.product-tab .info .box span::before{content:"";display: block;width: 20px;height:1px;margin-right:10px;background: #fff;}
.product-tab .info .box span:hover{transform:translateX(20px)}
.product-tab .info .low{display: flex;position: absolute;left: 0;bottom: 0;right: 0;margin: 30px;align-items: center;justify-content: space-between;}
.product-tab .info .low:after{content:"\e65b";display: flex;width: 40px;height: 40px;color:#fff;font-size:20px;border-radius: 50%;align-items: center;justify-content: center;background: rgba(255,255,255,0.2);}
.product-tab .info .low:hover:after{color:#fff;background:#ea5b0c}
.product-tab .info .bg{position: absolute;top:0;left:0;right:0;bottom:0;z-index:-1;border-radius: 10px;width: 100%;height: 100%;object-fit: cover;}
.product-tab li.active .brand{opacity:0;}
.product-tab li.active .info{opacity:1}


/*==首页运营模型↓==*/
.patternHome{padding:100px 0 120px 0;background:url(../images/pattern-bg.jpg) no-repeat center;background-size:cover;}


/*==图片通用↓==*/
.pic-cent{position: relative; display: table;margin:auto; overflow: hidden; text-align: center;}
.pic-cent img{display: block;}
.pic-cent.bu{border-radius: 20px;}


/*==首页核心竞争力↓==*/
.powerHome .pic{margin-top:20px;}
.powerHome .pic img{width:100%}
.powerHome .pic video{/*height: 500px;*/width:100%;object-fit: cover;}


/*==核心竞争力框架↓==*/
.power-row{display: flex;flex-wrap: wrap; margin:0 0 -20px -20px}
.power-row > li{position: relative;z-index: 1;display: flex;width:calc(33.3% - 20px);height:400px;margin:0 0 20px 20px;padding: 30px;border-radius:20px;/* background-color: #fff; */background-repeat:no-repeat;background-size:cover;flex-direction: column;justify-content: space-between;overflow: hidden;}
.power-row .title{display: flex; color:#000000;font-size:30px;font-weight:bold;margin-bottom:10px}
.power-row .title em{margin-right:10px;}
.power-row .tip{margin-top:10px;color:#282828;font-size:14px}
.power-row .tops{border-radius:0px}
/*--*/
.power-row .zz{background-image: url(../images/power-zz-bg.jpg);}
.power-row .zz .number{display: flex;}
.power-row .zz .number b{font-size:80px;color:#ea5b0c;margin-right: 10px;}
.power-row .zz .number span{color:#000;font-size:30px;font-weight: bold;}
.power-row .zz .number font{display: block; margin-right:10px;font-size:24px;font-weight:400;}
.power-row .zz .trait{margin-top:10px;display: flex;}
.power-row .zz .trait span{margin-right:10px;color:#6f6c65;font-size: 15px;border:1px #ddd solid;padding: 5px 10px;border-radius: 30px;}
/*--*/
.power-row .fw{background-image: url(../images/power-fw-bg.jpg);}
.power-row .fw .tip{width: 50%;}
.power-row .fw .number{line-height: 1;}
.power-row .fw .number span{display: flex;color:#6d4cab;font-size:80px;align-items: center;}
.power-row .fw .number span font{font-size: 40px;font-weight: bold;margin-left: 5px;}
.power-row .fw .number h5{margin-top:10px;color:#4d465a;font-size: 15px;font-weight:bold;line-height: 25px;}
.power-row .fw .img{position: absolute;bottom:0;right:40px;z-index: -1;}
/*--*/
.power-row .jy{background-image: url(../images/power-jy-bg.jpg);}
.power-row .jy .digit{display: flex;flex-wrap: wrap;margin:0 0 -10px -10px}
.power-row .jy .digit li{width:calc(33.3% - 10px);margin:0 0 10px 10px;padding: 20px;border-radius:10px;background: #eff4fd;}
.power-row .jy .digit li.no{display:none;opacity: 0;}
.power-row .jy .digit span{display: flex;color:#1e3bd1;font-size:42px;align-items: center;}
.power-row .jy .digit span font{font-size: 18px;font-weight: bold;margin-left: 5px;}
.power-row .jy .digit h5{margin-top:20px;color:#707a8e;font-size:14px;}
.power-row .jy .sound{position: absolute;right:50px;top: 65px;z-index: -1;display: flex;align-items: flex-end;height: 140px;}
.power-row .jy .sound i{display: block;margin-left: 10px;width: 35px;height:140px;border-radius:20px 20px 0 0;background: -webkit-linear-gradient(top, #b2c9f8, #c7daff);animation:equalizer 6s infinite linear}
.power-row .jy .sound i:nth-child(1){height: 80px;animation-delay: -2s;}
.power-row .jy .sound i:nth-child(2){height: 140px;animation-delay: -4s;}
.power-row .jy .sound i:nth-child(3){height: 120px;animation-delay: -6s;}
.power-row .jy .sound i:nth-child(4){height: 100px;animation-delay: -3s;}
.power-row .jy .sound i:nth-child(5){height: 80px;animation-delay: -2s;}
/*--*/
.power-row .zy{background-image: url(../images/power-zy-bg.jpg);}
.power-row .zy .info{position:absolute; bottom:0;left:0;right:0;margin:auto;width:fit-content;text-align: center;}
.power-row .zy .info span{margin-bottom:10px;color:#ea5b0c;font-size:80px;}
.power-row .zy .info h4{color:#282828;font-size:30px;font-weight:bold}
.power-row .zy .info h5{color:#282828;font-size:20px;font-weight:bold}
.power-row .zy .info .img{margin-top:20px;}
.power-row .zy .circle{position: absolute;left:0;right: 0;bottom: -260px;z-index:-1;width:500px;height:500px;margin: auto;}
.power-row .zy .circle i{position: absolute;left:0;top:0;right:0;bottom:0;border: 1px #beccd5 dashed;border-radius: 50%;animation:circles 4s infinite linear}
.power-row .zy .circle i:nth-child(1){animation-delay: -1s;}
.power-row .zy .circle i:nth-child(2){margin:12%;border-style: solid;animation-delay: -1.2s;}
.power-row .zy .circle i:nth-child(3){margin:24%;border-style: dashed;animation-delay: -1.4s;}
/*--*/
.power-row .gl{background-image: url(../images/power-gl-bg.jpg);}
.power-row .gl .info{}
.power-row .gl .digit{float: right;width: 70%;display: flex;flex-wrap: wrap;margin:0 0 -10px -10px}
.power-row .gl .digit li{width:calc(50% - 10px);margin:0 0 10px 10px;padding: 20px;border-radius:10px;background: #fff;}
.power-row .gl .digit span{display: flex;color:#ea5b0c;font-size:60px;line-height: 0.8;align-items: flex-end;}
.power-row .gl .digit span font{font-size: 18px;color:#282828;font-weight: bold;margin-left: 5px;}
.power-row .gl .digit h5{margin-top: 40px;color:#484848;font-size:14px;}
.power-row .gl .digit .no{opacity: 0;}



@keyframes circles{
  0%{transform:scale(0);}
  40%{transform:scale(1);}
  80%{transform:scale(1);}
  100%{transform:scale(1);}
}

@keyframes equalizer{
  0%{height:140px}
  10%{height:80px}
  20%{height:70px}
  30%{height:40px}
  40%{height:60px}
  50%{height:80px}
  60%{height:40px}
  70%{height:120px}
  80%{height:80px}
  90%{height:120px}
  100%{height:140px}
} 
  

/*
@keyframes equalizer{
  0%{height:140px}
  4%{height:84px}
  8%{height:80px}
  12%{height:60px}
  16%{height:40px}
  20%{height:60px}
  24%{height:80px}
  28%{height:20px}
  32%{height:80px}
  36%{height:100px}
  40%{height:40px}
  44%{height:80px}
  48%{height:100px}
  52%{height:60px}
  56%{height:20px}
  60%{height:60px}
  64%{height:100px}
  68%{height:60px}
  72%{height:100px}
  76%{height:40px}
  80%{height:100px}
  84%{height:76px}
  88%{height:100px}
  92%{height:40px}
  96%{height:100px}
  100%{height:100px}
} */
  

/*==案例展示tab↓==*/
.advan-tab{display: flex;border-radius: 20px;overflow: hidden;background: #fff;}
.advan-tab .left{width: 35%;padding:30px;}
.advan-tab .left2{width: 65%;padding:30px;}
.advan-tab .left .tit{display: table;margin-bottom:30px;color:#fff;font-size: 16px;padding:5px 20px;border-radius:30px;background: #3a3a3a;}
.advan-tab .left .title{margin-bottom:30px;color:#282828;font-size:40px;}
.advan-tab .roll{border-left:3px solid #ddd;}
.advan-tab .roll li{position: relative;margin-bottom: 15px;padding-left: 20px;color:#282828;font-size:20px;cursor: pointer;}
.advan-tab .roll li:before{content: "";position: absolute;left: -3px;top:0;bottom:0;width:3px;background: #ea5b0c;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.advan-tab .roll li.active:before{transform: scale(1);transform-origin:left;}
.advan-tab .roll li.active{font-weight:bold;color: #ea5b0c;}
.advan-tab .shelf{position: relative;flex: 1;}
.advan-tab .shelf .list li{height:100%;}
.advan-tab .shelf .pic{height:100%;border-radius: 20px;overflow: hidden;}
.advan-tab .shelf .pic img{width:100%;height: 100%;object-fit: cover;}
.advan-tab .shelf .low{position: absolute;left:0;bottom:0;right:0;z-index: 1;display: flex;margin:30px;align-items: center;}
.advan-tab .shelf .low .trol{position: absolute;right:0;}


/*==首页案例↓==*/
.caseHome .srll-partner{margin-top:80px}
.caseHome .case-column{margin-top:50px;}


/*==合作伙伴滚动↓==*/
.srll-partner .titleTop{color:#282828;font-size:16px;margin-bottom:50px;text-align: center;}


/*==合作伙伴列表↓==*/
.partner-list.edge{display: flex;flex-wrap: wrap;}
.partner-list.edge li{width:14.2%;}
.partner-list li{cursor: pointer;}
.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:#ea5b0c;}
.partner-list .pic{position:relative;width:100%;padding-top:60%;}
.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);}
.partner-list.edge .tit{display: flex;width: 42.6%;background:#ea5b0c url(../images/partner-tit-bg.png) no-repeat center;justify-content: center;align-items: center;}
.partner-list.edge .tit h5{color:#fff;font-size:24px;}


/*==案例栏目↓==*/
.case-column{display: flex;flex-wrap: wrap;margin:0 0 -20px -20px}
.case-column li{flex: 1;margin:0 0 20px 20px;}
.case-column a{display:flex;position: relative;z-index: 1;border-radius:20px;padding: 30px 20px;height: 110px;overflow: hidden;justify-content: center;align-content: center;align-items: center;}
.case-column a::before{content: "";position: absolute;top: 0;left:0;right:0;bottom:0;z-index: -1;background: #eeeeee;}
.case-column .bg{opacity: 0;position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index:-1;width:100%;height: 100%;object-fit: cover;}
.case-column em{height:50px;margin-right:10px;overflow:hidden}
.case-column em img{height:100%;filter: drop-shadow(0px 50px #fff);}
.case-column h4{color:#282828;font-size:20px;}
.case-column li:hover a:before{opacity:0}
.case-column li:hover .bg{opacity:1}
.case-column li:hover em img{transform:translateY(-100%);}
.case-column li:hover h4{color:#fff}


/*==首页新闻↓==*/
.newsHome{}
.newsHome .titleTop{display: flex;margin-bottom: 50px;justify-content: space-between;align-items: center;}
.newsHome .titleTop .titleAx{margin-bottom:0px;}
.srll-news .swiper-container{padding:0 0%;}


/*==新闻↓==*/
.newsIn{position: relative;margin-top:-250px}


/*---*/
.news-top{display: flex;margin-bottom:50px;padding-bottom: 30px;border-bottom:1px #ddd solid;justify-content: space-between;align-items: center;}
.news-top .title{color:#666;font-size: 30px;}
.news-top .link{display:flex}
.news-top .link li{margin-left: 20px;}
.news-top .link a{display:block;color:#282828;font-size:14px;padding: 12px 30px;border-radius:30px;background:#e5e5e5;}
.news-top .link li.active a,.news-top .link li:hover a{color:#fff;background:#ea5b0c;}


/*==新闻列表↓==*/
.news-list.edge{display: flex;margin:0 0 -30px -20px;flex-wrap: wrap;}
.news-list.edge li{width:calc(33.3% - 20px);margin:0 0 30px 20px;background:#fff;}
.news-list a{display:flex;border:1px #ddd solid;border-radius: 10px;flex-direction: column;overflow: hidden;}
.news-list .pic{width:100%;padding-top:65%;}
.news-list .box{position: relative;width:100%;padding:20px;text-align: left;}
.news-list .hint{display: table;margin-bottom:20px;padding: 5px 10px;color:#484848;font-size:14px;border-radius:20px;background:#eeeeee;}
.news-list h4{-webkit-line-clamp:3;height:80px;color:#282828;font-size:20px;}
.news-list .low{position: relative; margin-top: 50px;}
.news-list .ar::after{content: "\e664";position: absolute;top:0;right:0;bottom:0;z-index:1;display: flex;margin: auto;width: fit-content;height: fit-content;width: 35px;height: 35px;color: #3a3a3a;font-size: 22px;border-radius: 50%;background: #eee;align-items: center;justify-content: center;}
.news-list .time{display: block;color: #a9a9a9;font-size: 14px;}
.news-list .column{display: block;margin-top: 5px;color:#282828;font-size:14px;}
.news-list li:hover h4{color:#ea5b0c}
.news-list li:hover .ar:after{color:#fff;background:#ea5b0c;transform:translateX(5px)}
/*--*/
.news-list.edge .length{width: calc(100% - 20px);border-radius: 20px;}
.news-list.edge .length a{flex-direction: row;border-radius: 20px;overflow: hidden;}
.news-list.edge .length .pic{flex-shrink: 0;width:60%;padding-top:30%;}
.news-list.edge .length .box{flex: 1;padding:30px 30px 30px 50px;}
.news-list.edge .length .low{position:absolute;bottom: 30px;left: 50px;right: 30px;}


/*==首页联系广告↓==*/
.consult-air{padding:80px 0;background:url(../images/t-dh.jpg) no-repeat center;background-size:cover;}
.consult-air .long{text-align: center;}
.consult-air h5{color:#fff;font-size:24px;}
.consult-air h3{margin-top: 15px;color:#fff;font-size:48px;}
.consult-air .tel{display: table;margin: auto;margin-top: 20px;color:#ea5b0c;font-size: 40px;padding-left: 60px;background:url(../images/tel-ico-2.png) no-repeat left;}
.consult-air .more-5{width: fit-content;margin: auto;margin-top:20px;}


/*==解决方案tab↓==*/
.device-tab{}
.device-tab .roll{position: relative;z-index: 2;display: flex;}
.device-tab .roll::before{content: "";position: absolute;left:-50%;top:0;right:-50%;z-index: -1;height:1px;background: #ddd;}
.device-tab .roll li{position: relative;flex: 1;text-align: center;padding: 20px 0;cursor: pointer;}
.device-tab .roll li::before{opacity:0;content: "";position: absolute;top: -30px;left:0;right:0;bottom: -30px;z-index: -1;border-radius:10px;background: #ea5b0c;}
.device-tab .roll em{display: table;margin: auto;height:50px;overflow: hidden;}
.device-tab .roll em img{filter: drop-shadow(0px 50px #fff);}
.device-tab .roll h4{margin-top:10px;color:#282828;font-size:16px;}
.device-tab .roll li.active::before{opacity:1;}
.device-tab .roll li.active h4{color:#fff}
.device-tab .roll li.active em img{transform:translateY(-100%);}
.device-tab .shelf{}
.device-tab .shelf .bg{position: absolute;top:0;left: -25%;right: -25%;bottom:0;z-index:1;max-width: initial;}
.device-tab .shelf .long{position:relative;height:680px}
.device-tab .shelf .info{position: absolute;left:0;top:0;bottom:0;z-index: 2;margin:auto;height:max-content;}
.device-tab .shelf .info h4{color:#fff;font-size:48px}
.device-tab .shelf .info span{margin-top: 20px;display: block;color:#fff;font-size: 24px;}

 
/*==关于-公司简介↓==*/
.ab-intro .long{display: flex;}
.ab-intro .info{flex: 1;margin-right:80px}
.ab-intro .info .title{color:#282828;font-size:36px;margin-bottom:20px}
.ab-intro .info .wx{color:#888888;font-size:16px;line-height:30px;margin-left: 15px;}
.ab-intro .set{flex: 1; position: relative;border-radius: 10px;overflow: hidden;}
.ab-intro .set a{position:relative; display: block;}
.ab-intro .set a::before{content:"\e696";position: absolute;top:0;left:0;right:0;bottom:0;z-index: 2;margin: auto;width: fit-content;height: fit-content;color:#fff;font-size: 60px;}
.ab-intro .set a::after{opacity: 0.5;content:"";position: absolute;top:0;left:0;right:0;bottom:0;z-index:1;background: #000;}
.ab-intro .set:hover:after{opacity:0.3}
.ab-intro .set a:hover:before{opacity: 0.8;}
.ab-intro .set a:hover:after{opacity:0.4;}
.ab-intro .digital{margin-top: 60px;padding-top:30px;border-top:1px #ddd solid;}


/*==关于-理念↓==*/
.ab-idea{background:url(../images/idea-bg.jpg) no-repeat center;background-size:cover; background-attachment: fixed;}
.ab-idea .long{display: flex;justify-content: space-between;}
.ab-idea .info{width: 700px;border-top: 1px solid rgba(255,255,255,0.2);}
.ab-idea .info li{display: flex;padding: 20px 30px;border-bottom: 1px solid rgba(255,255,255,0.2);}
.ab-idea .info h4{flex-shrink: 0;color:#fff;font-size: 24px;margin-right: 80px;}
.ab-idea .info p{opacity: 0.8;color:#fff;font-size:20px;}


/*==关于-文化↓==*/
.ab-culture{background:url(../images/culture-bg.jpg) no-repeat center;background-size:cover; background-attachment: fixed;}
.culture-row{display: flex;margin:0 0 -20px -20px;}
.culture-row li{width: calc(25% - 20px);margin:0 0 20px 20px;padding:40px 30px;border-radius: 20px;background: #fff;}
.culture-row em{}
.culture-row .box{margin-top:80px;}
.culture-row h4{color:#282828;font-size:24px}
.culture-row p{margin-top:10px;color:#9a9a9a;font-size:16px}
.culture-row li:hover{transform:translateY(5px)}
.culture-row li:hover h4{color:#ea5b0c}


/*==关于-团队↓==*/
.ab-team{}
.ab-team .long{display: flex;position: relative; padding:60px 50px;border-radius:10px; background:url(../images/team-bg.jpg) no-repeat center;background-size:cover;  }
.ab-team .info{}
.ab-team .info h4{color:#fff;font-size:24px}
.ab-team .info h3{margin-top:10px;color:#fff;font-size:36px;font-weight:bold;}
.ab-team .info span{margin-top:30px;display: block; color:#fff;font-size:16px}
.ab-team .info .more-5{margin-top:80px;}
.ab-team .info .more-5::after{color:#282828;background:#fff;}
.ab-team .pic{position: absolute;right:60px;bottom:0;z-index:1;}


/*==关于-联系模块↓==*/
.ab-contact{}
.ab-contact .titleAx{margin-bottom:0px;}
.ab-contact .top{display: flex;margin-bottom:50px;padding-bottom:50px;border-bottom:1px #ddd solid;justify-content: space-between;}
.ab-contact .top .titleBx{margin-bottom:0px;}
.ab-contact .title{color:#484848;font-size:20px;margin-bottom: 20px;}
.ab-contact .title i{color:red;margin-left:10px;}
.ab-contact .left{width:40%;}
.ab-contact .right{width:40%;}
.ab-contact .help .link{display: flex;margin: 0 0 -10px -10px;flex-wrap: wrap;}
.ab-contact .help a{margin: 0 0 10px 10px;color:#282828;font-size:16px;padding: 8px 20px;border:1px #ddd solid;border-radius: 30px;}
.ab-contact .help a:hover{color:#fff;border-color:#ea5b0c;background: #ea5b0c;}
.ab-contact .cont{display: flex;justify-content: space-between;}
.ab-contact .info{}
.ab-contact .info li{display: flex;margin-bottom:20px;align-items: center;}
.ab-contact .info li em{display: flex;margin-right: 20px;width:50px;height:50px;color:#fff;font-size: 22px;border-radius: 50%;align-items: center;justify-content: center;background: -webkit-linear-gradient(left, #ea5c0d, #f68d2c);}
.ab-contact .info li span{display: table;color:#484848;font-size: 18px;}
.ab-contact .message{}
.ab-contact form{display: flex; flex-wrap: wrap; margin:0 0 -20px -20px}
.ab-contact form .w1001.loaf{width:calc(100% - 20px)}
.ab-contact form .loaf{width: calc(50% - 20px);margin:0 0 20px 20px;padding: 15px 0;border-bottom: 1px #eee solid;}
.ab-contact form .fill{width: 100%;color:#999999;font-size: 16px;border:none;}
.ab-contact form .nob{border:none}
.ab-contact form textarea{height:80px;}
.ab-contact form .low{display:flex;align-items: center;justify-content: space-between;}
.ab-contact form .clause{color:#282828;font-size:14px;}
.ab-contact form .clause input{margin-right: 5px;cursor: pointer;}
.ab-contact form .clause a{color:#282828;font-size:14px;margin-left:5px;text-decoration: underline;}
.ab-contact form .clause a:hover{color:#ea5b0c;}
.ab-contact form .more-5{border:none;cursor: pointer;background:none;}
.ab-contact form .more-5::after{color:#282828;background:#ea5b0c;}


/*短视频IP孵化↓*/
.ipfh-hatch{background: #eeeef3;}


/*个人IP打造全案↓*/
.ipfh-entire{background:url(../images/entire-bg.jpg) no-repeat center;background-size:cover;}
/*--*/
.entire-row{display: flex;margin: 0 0 -20px -20px;flex-wrap: wrap;}
.entire-row li{width: calc(25% - 20px);margin: 0 0 20px 20px;padding:30px;border-radius:20px;background: #fff;}
.entire-row h4{display: flex;color:#000;font-size:24px;font-weight: bold;align-items: center;}
.entire-row h4 em{display: flex;flex-shrink: 0;margin-right: 30px;width: 70px;height: 70px;border-radius: 50%;box-shadow: 0 0 0 10px #d3d5f6;background: #4d54e6;align-items: center;justify-content: center;}
.entire-row p{margin-top:50px;color:#696969;font-size:16px;line-height: 28px;}
.entire-row li:hover{transform:translateY(-5px);box-shadow: 0 0 10px #ddd;}
.entire-row li:hover h4{color:#4d54e6}
.entire-row.lx3 li{width:calc(33.3% - 20px)}


/*服务领域↓*/
.ipfh-field{}
/*--*/
.field-row{display: flex;flex-wrap: wrap;margin-left:-30px}
.field-row li{width:calc(33.3% - 30px);margin-left:30px;}
.field-row .pic{border-radius:20px;overflow:hidden}
.field-row h4{margin-top:40px;color: #000;font-size:24px;font-weight:bold}
.field-row .more{margin-top:40px;display: flex;color:#4d54e6;font-size:14px;font-weight:bold;align-items: center;}
.field-row .more::after{content: "\e84f";margin-left:10px;font-size: 26px;font-weight: 400;}
.field-row .more:hover{color:#ea5b0c}
.field-row .more:hover:after{color:#ea5b0c;transform:translateX(5px)}


/*有创始人IP打造的需求↓*/
.demand-air{display: flex;padding:40px 80px;border-radius:20px;background:#f5f5f5;align-items: center;    justify-content: space-between;}
.demand-air .box{display: flex;}
.demand-air em{display: flex;flex-shrink: 0; width:80px;height:80px;margin-right: 60px;border-radius:10px;background: #4d54e6;align-items: center;justify-content: center;}
.demand-air h4{color:#002859;font-size:36px;}
.demand-air h4 span{display: block;margin-top:10px;color:#002859;font-size:16px;}


/*个人IP传播价值↓*/
.value-tab{display:table;padding:50px;border-radius:20px;box-shadow: 0 0 10px #ddd;}
.value-tab .tone{display: flex;width: fit-content;margin: auto;margin-bottom:50px;padding: 5px;border-radius: 30px;background: #eff0f8;}
.value-tab .tone li{color:#002859;font-size:16px;padding: 15px 30px;border-radius: 30px;cursor: pointer;}
.value-tab .tone li.active{color:#fff;background: #4d54e6;}
.value-tab .leg{display: flex;justify-content: space-between;}
.value-tab .leg .info{flex: 1;margin-right:50px}
.value-tab .leg .info h4{color:#002859;font-size:30px;font-weight:bold;}
.value-tab .leg .info p{margin-top:30px; color:#002859;font-size:18px}
.value-tab .leg .info .more-5{margin-top:50px;}
.value-tab .leg .pic{width:50%;}


/*IP孵化SOP流程↓*/
.ipfh-flow{background:-webkit-linear-gradient(top, #e7e8ec, #fafafb); }
.flow-row{display: flex;margin-left:-20px}
.flow-row li{width:calc(25% - 20px);margin-left:20px;padding:30px;border-radius: 10px;border:1px solid #fff;text-align: center;background: #f4f5fa;}
.flow-row i{display: flex;width: 60px;height: 60px;margin: auto;color:#fff;font-size:24px;border-radius: 50%;box-shadow: 0 0 0 10px #d3d5f6;background: #4d54e6;align-items: center;justify-content: center;}
.flow-row h4{display: flex;margin-top: 20px;color:#000;font-size:24px;font-weight: bold;align-items: center;justify-content: center;}
.flow-row p{margin-top:20px;color:#696969;font-size:16px;line-height: 30px;}
.flow-row li:hover{transform:translateY(-5px);box-shadow: 0 0 10px #d3d5f6;}
.flow-row li:hover h4{color:#4d54e6}
.jzyl-promo{background:url(../images/promo-bg.jpg) no-repeat center;background-size:cover;}


/*信息流运营↓*/
.operate-row{display: flex;margin-left:-20px}
.operate-row li{position: relative;z-index:1; width:calc(33.3% - 20px);height:600px;margin-left:20px;padding:30px;border-radius: 20px;overflow: hidden;}
.operate-row .bg{position: absolute;left:0;top:0;right:0;bottom:0;z-index:-1;width:100%;height: 100%;object-fit: cover;}
.operate-row .title{margin-bottom:20px;color:#fff;font-size:24px;}
.operate-row .title span{display: block;margin-top:10px; font-size:16px}
.operate-row .tip{position: absolute;left:0;bottom:0;margin:30px; color:#fff;font-size:14px}
/*-baidu-*/
.operate-row .baidu .list{display: flex;margin: 50px 0 -10px -10px;flex-wrap: wrap;}
.operate-row .baidu .list dd{width: calc(33.3% - 10px);color:#fff;font-size:16px;padding: 10px 20px;margin: 0 0 10px 10px;border:1px #fff solid;border-radius:30px;text-align: center;background: rgba(255,255,255,0.2);}
.operate-row .baidu .come{position: absolute;bottom:0;right:0;z-index: 2;width: 250px;height: 250px;}
.operate-row .baidu .come:before{content:"";position:absolute;left:0;right: 0;top:0;bottom:0;z-index: -1;width: 541px;height: 541px;background:url(../images/baidu-line.png) no-repeat center; clip-path: circle(0 at center);}
.operate-row .baidu .come dd{opacity: 0; position: absolute;width: 50px;height: 50px;display: block;transform:translateY(5px);transition: 1.6s;}
.operate-row .baidu .come dd:nth-child(1){top: 120px;right: 190px;transition-delay: 1s}
.operate-row .baidu .come dd:nth-child(2){top: 47px;right: 119px;transition-delay: 1.2s}
.operate-row .baidu .come dd:nth-child(3){top: 50px;right: 35px;transition-delay: 1.6s}
.operate-row .baidu .come dd:nth-child(4){top: 116px;right: 47px;transition-delay: 1s}
.operate-row .baidu .come dd:nth-child(5){top: 170px;right: 90px;transition-delay: 1.4s}
.operate-row .baidu.animated .come::before{clip-path: circle(100% at center);transition: 6.6s;transition-delay: .6s}
.operate-row .baidu.animated .come dd{opacity:1;transform:translateY(0px) }
/*-toutiao-*/
.operate-row .toutiao .come{position:relative;height: 420px;margin-top: 50px;}
.operate-row .toutiao .come dd{opacity: 0;position: absolute;display: flex;padding: 10px;border-radius: 50px;background: rgba(255,255,255,0.5);flex-direction: row-reverse;align-items: center;transition: 1.2s;transition-delay: .6s}
.operate-row .toutiao .come em{}
.operate-row .toutiao .come h4{color:#fff;font-sizE:16px;margin:0 10px;}
.operate-row .toutiao .come dd:nth-child(1){left: -60px;top: 20px;padding-left: 60px;transform: translateX(-100px);}
.operate-row .toutiao .come dd:nth-child(2){right: -60px;top:0;padding-right: 50px;flex-direction: row;transform: translateX(100px);}
.operate-row .toutiao .come dd:nth-child(3){left:0;top:0;right: 0;bottom: 0;margin: auto;width: fit-content;padding-left: 30px;height: fit-content;transform: translateX(-100px);}
.operate-row .toutiao .come dd:nth-child(4){left: -60px;bottom:0;padding-left: 60px;transform: translateX(-100px);transition-delay: 1.2s}
.operate-row .toutiao .come dd:nth-child(5){right: -60px;bottom: 0;padding-right: 60px;flex-direction: row;transform: translateX(100px);transition-delay: 1s}
.operate-row .toutiao.animated .come dd{opacity:1;transform: translateX(0px);}
/*-tengxun-*/
.operate-row .tengxun .line{position: absolute;right: -65%;bottom: -35%;width: 500px;height: 500px;border-radius: 50%;border: 2px solid #c9a938;transform:scale(0);transition: 1.2s;}
.operate-row .tengxun .come{position:relative;display: flex;margin: 50px 0 -20px -10px;flex-wrap: wrap;}
.operate-row .tengxun .come dd{opacity: 0; display: flex;width:calc(50% - 10px);margin:0 0 20px 10px;padding: 10px 10px 10px 20px;border-radius: 50px;background: #fff;align-items: center;transition: 1.2s;transition-delay: .6s}
.operate-row .tengxun .come em{}
.operate-row .tengxun .come h4{color:#282828;font-size:16px;margin-left: 10px;}
.operate-row .tengxun .come dd:nth-child(1){transition-delay: .6s}
.operate-row .tengxun .come dd:nth-child(2){transition-delay: .8s}
.operate-row .tengxun .come dd:nth-child(3){transition-delay: 1s}
.operate-row .tengxun .come dd:nth-child(4){transition-delay: 1.2s}
.operate-row .tengxun.animated .line{transform:scale(1);}
.operate-row .tengxun.animated .come dd{opacity: 1;}


/*精准引流-信息流运营↓*/
.jzyl-acquisi{background:url(../images/acquisi-bg.jpg) no-repeat center;background-size:cover;}
/*--*/
.acquisi-frame{margin-bottom:40px;padding:50px;border-radius: 20px;border:1px #fff solid; background:#f4f5fa;}
.acquisi-frame:last-child{margin-bottom:0px;}
.acquisi-frame .theme{margin-bottom:40px;color:#282828;font-size:30px;text-align: center;}
.acquisi-frame .theme span{margin-top:10px;display: block;color:#696969;font-size:16px;}


/*全案营销-品牌营销底层逻辑↓*/
.qayx-logic{background:url(../images/logic-bg.jpg) no-repeat center;background-size:cover;}
/*--*/
.logic-row{display: flex;margin: 0 0 -20px -20px;flex-wrap: wrap;}
.logic-row li{width: calc(33.3% - 20px);margin: 0 0 20px 20px;padding:30px;border-radius:20px;background: #fff;}
.logic-row h4{display: flex;color:#000;font-size:24px;font-weight: bold;align-items: center;}
.logic-row h4 em{display: flex;flex-shrink: 0;margin-right: 30px;width: 60px;height: 60px;color:#fff;font-size:24px;font-weight:400;border-radius: 50%;box-shadow: 0 0 0 10px #ccddff;background: #0057ff;align-items: center;justify-content: center;}
.logic-row h5{margin-bottom:5px;color:#282828;font-size:20px}
.logic-row .box{margin-top:30px;color:#696969;font-size:16px;line-height: 26px;}
.logic-row .box b{color:#3a3a3a;font-weight:bold}
.logic-row li:hover{transform:translateY(-5px)}
.logic-row li:hover h4{color:#0057ff}
.logic-row.lx3 li{width:calc(33.3% - 20px)}


/*全案营销-品牌营销价值闭环↓*/
.value-row-1{display: flex;margin: 0 0 -20px -20px;flex-wrap: wrap;}
.value-row-1 li{width: calc(20% - 20px);margin: 0 0 20px 20px; ;border-radius:20px; background: #f5f5f5;}
.value-row-1 h4{display:flex;color:#fff;font-size:24px;font-weight:bold;padding: 15px 20px;border-radius: 10px;align-items: center;}
.value-row-1 h4::before{content:"\e638";color:#fff;font-size:40px;font-weight: 100;margin-right:20px;}
.value-row-1 .box{padding: 30px;}
.value-row-1 h5{ color:#282828;font-size:20px;font-weight:bold }
.value-row-1 span{display: block; margin-top:10px;color:#696969;font-size:16px;}
.value-row-1 li:hover{transform:translateY(-5px);}
.value-row-1 li:hover h5{color:#0057ff}
.value-row-1 li:nth-child(1) h4{background: #ff6958;}
.value-row-1 li:nth-child(2) h4{background: #333333;}
.value-row-1 li:nth-child(3) h4{background: #6ea9be;}
.value-row-1 li:nth-child(4) h4{background: #91addb;}
.value-row-1 li:nth-child(5) h4{background: #848eb6;}
/*--*/
.value-row-2{display: flex;margin: 50px 0 -30px -30px;flex-wrap: wrap;}
.value-row-2 li{width: calc(33.3% - 30px);margin: 0 0 30px 30px;padding:30px 30px;border-radius:20px;box-shadow: 0 0 10px #ddd; background: #fff;}
.value-row-2 h4{display: flex;color:#282828;font-size:24px; align-items: center;justify-content: center;}
.value-row-2 h4 em{display: flex;flex-shrink: 0;margin-right: 30px;width: 70px;height: 70px;border-radius: 50%;box-shadow: 0 0 0 10px #ccddff;background: #0057ff;align-items: center;justify-content: center;}
.value-row-2 li:hover{transform:translateY(-5px);}
.value-row-2 li:hover h4{color:#0057ff}



/*官网建设-我们的核心业务↓*/
.busine-list{display: flex;margin: 0px 0 -20px -20px;flex-wrap: wrap;}
.busine-list li{position: relative;z-index: 1;width: calc(25% - 30px);margin: 0 0 20px 20px;border-radius:20px;overflow: hidden;}
.busine-list li::after{opacity: 0.5;content:"";position: absolute;top:0;left:0;right:0;bottom:0;z-index: 1;h;background: #000;}
.busine-list .pic{}
.busine-list .pic img{width:100%;height: 100%;object-fit: cover;}
.busine-list .title{color:#fff;font-size:20px;font-weight:bold;text-align: center;}
.busine-list .title em{display: table;margin: auto;margin-bottom:10px;}
.busine-list .title.face{position: absolute;left: 0;top: 0;right: 0;bottom: 0;z-index: 2;margin: auto;height: fit-content;}
.busine-list .info{opacity: 0;position: absolute;top:0;left:0;right:0;bottom:0;z-index: 2;margin: auto;padding: 30px;height: fit-content;text-align: center;transform:translateY(10px);transition: all .4s ease-in-out;}
.busine-list .info .title{margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid rgba(255,255,255,0.2)}
.busine-list .info .box{}
.busine-list .info .box a{display: block;color:#fff;font-size:16px;margin-bottom:10px;}
.busine-list .bg{transition: all .4s ease-in-out;}
.busine-list .bg img{width:100%;}
.busine-list li:hover .face{opacity:0;transform:translateY(-10px);}
.busine-list li:hover .info{opacity:1;transform:translateY(0px)}
.busine-list li:hover .bg{ filter: blur(10px); }


/*官网建设-我们的优势↓*/
.pro-power{position: relative;margin-bottom: 400px;background:url(../images/power-bg-2.jpg) no-repeat center;background-size:cover;}
.pro-power:before{content:"";position:absolute;left:0;right:0;top:0;bottom: -400px;z-index: -1;display: block;background:#efefef}
.pro-power .container{position:relative;}
.pro-power .long{padding:30px;margin-top: 300px;margin-bottom: -280px;border-radius:20px;background: #fff;}
.power-row-2{display: flex;margin: 0 0 -20px -20px; flex-wrap: wrap;}
.power-row-2 li{width: calc(33.3% - 20px);margin: 0 0 20px 20px;padding:30px;border-radius: 10px;border: 1px #ddd solid;}
.power-row-2 h4{display: flex;color:#282828;font-size:24px;align-items: center;}
.power-row-2 h4 em{display: flex;flex-shrink: 0;margin-right: 15px;align-items: center;justify-content: center;}
.power-row-2 span{display:block; margin-top:30px;color:#6f6a6a;font-size:16px;}
.power-row-2 li:hover{border-color:#f50000; transform:translateY(-5px)}
.power-row-2 li:hover h4{color:#f50000}


/*官网建设-服务流程↓*/
.pro-process{background:url(../images/process-bg.jpg) no-repeat center;background-size:cover;}
.pro-process .process-row{margin-top:100px}
.process-row{display: flex;border-left: 1px solid rgba(255, 255, 255, 0.2);}
.process-row li{width: calc(25% - 0px);padding: 0 30px 50px 30px;border-right:1px solid rgba(255,255,255,0.2);text-align: center;background: url(../images/process-line.png) no-repeat bottom;}
.process-row i{display: flex;width: 60px;height: 60px;margin: auto;margin-bottom: 15px;color:#fff;font-size:24px;border-radius: 50%;align-items: center;justify-content: center;background: -webkit-linear-gradient(top, #f50000,rgba(0,0,0,0));}
.process-row h4{display: flex;color:#fff;font-size:24px;font-weight: bold;align-items: center;justify-content: center;}
.process-row .box{margin-top: 80px;}
.process-row .box span{display: block; margin-bottom:10px;color:#fff;font-size:16px; }
.process-row li:hover h4{color:#f50000}


/*官网建设-案例列表↓*/
.case-list{display: flex;position:relative; flex-wrap: wrap;}
.case-list li{position:relative; width:calc(50% - 0px);border-right: 1px #ddd solid;}
.case-list li:nth-child(2n){border-right:0px;}
.case-list li:after{content:"";position: absolute;left: -50%;right: -50%;bottom:0;z-index: 2;height:1px;margin: auto;background:#ddd}
.case-list a{display: block;padding: 40px 30px;}
.case-list .pic{padding-top:45%;border-radius:20px;overflow: hidden;}
.case-list .pic::after{opacity: 0;content:"";position: absolute;top: 0;left:0;right:0;bottom:0;z-index:1;margin: auto;background: #000;}
.case-list .pic .more{opacity: 0; position: absolute;top: 0;left:0;right:0;bottom:0;z-index: 2;display: flex;margin: auto;padding: 10px 20px;width: fit-content;height: fit-content;color:#fff;font-size: 14px;border:1px solid #fff;border-radius:30px;align-items: center;}
.case-list .pic .more::after{content: "\e62a";margin-left:10px;color:#fff;font-size: 20px;}
.case-list .box{margin-top:20px}
.case-list .title{color: #282828;font-size: 22px;}
.case-list .low{margin-top: 15px;display: flex;}
.case-list .low span{margin-right:10px;color:#282828;font-size:14px;padding:10px 20px; border:1px #ddd solid;border-radius: 30px;}
.case-list .low span:hover{color:#fff;border-color:#f50000;background:#f50000;}
.case-list .check .more{opacity:1;}
.case-list li:hover .title{color:#f50000}
.case-list li:hover .pic:after{opacity:0.4}
.case-list li:hover .pic .more{opacity:1}


/*官网建设-想先分享您的想法吗?↓*/
.pro-contact{padding:80px 0;overflow: hidden;background:#d7d7d7;}
.pro-contact .long{display: flex;padding: 0 12%;height: 240px;justify-content: center;}
.pro-contact h4{color:#000000;font-size:36px;}
.pro-contact h4 font{display: block;color:#707079;}
.pro-contact .more-5{margin-top: 70px;}
.pro-contact .info{flex: 1;}
.pro-contact .set{flex: 1;position: relative;left: -100%;display: flex;z-index: 1;padding: 0 50px;margin-left:30px;align-items: center;transition: all .7s ease-in-out;}
.pro-contact .set:after{content:"";position: absolute;right: 0;left:0;top: 50%;bottom: 0;z-index: -1;width: 400%;height: 1300px;transform: translateY(-50%);border-radius: 52%;background: #f50000;}
.pro-contact .set:before{content:"\e664";color:#fff;font-size: 400px;}
.pro-contact .set:hover::before{opacity: 0.8; transform:translateX(10px)}
.pro-contact .more-5::after{background: #f50000;}
/*--*/
.pro-contact .animated .set{ left: 0;}



/*官网建设-品牌模型?↓*/
.ppzx-model{}
.ppzx-model .top{padding-bottom: 240px;background:url(../images/model-bg-1.jpg) no-repeat center;background-size:cover;}
.ppzx-model .lower{background:url(../images/model-bg-2.jpg) no-repeat center;background-size:cover;}
.ppzx-model .model-row{position: relative;margin-top: -210px;}
/*--*/
.model-row{display: flex;margin:0 0 -20px -20px}
.model-row li{width:calc(33.3% - 20px);margin:0 0 20px 20px;border-radius: 20px;background: #f4f5fa;}
.model-row h4{display: flex;padding: 40px 40px;color:#fff;font-size:30px;border-radius: 20px 20px 0 0;background: #ea5b0c;align-items: center;}
.model-row h4 em{display: flex;margin-right: 30px;width:50px;height:50px;border-radius:50%;align-items: center;justify-content: center;box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);background: #fff;}
.model-row .box{padding:20px 20px 50px 20px; }
.model-row .tip{display: block;color:#6a6a6a;font-size:20px;margin-bottom:30px;}
.model-row dl{display: flex;margin-bottom: 15px;align-items: center;}
.model-row dl dt{flex-shrink: 0;color:#282828;font-size:20px;font-weight:bold;margin-right: 20px;}
.model-row dl dd{flex:1}
.model-row dl dd span{display: inline-block;margin-right: 10px;padding: 8px 20px;color:#282828;font-size:16px;border-radius: 30px;border:1px #ddd solid;text-align: center;background: #f2f2f2;}
.model-row{display: flex;margin:0 0 -20px -20px}
.model-row li{width:calc(33.3% - 20px);margin:0 0 20px 20px;border-radius: 20px;background: #f4f5fa;}
.model-row h4{display: flex;padding: 40px 40px;color:#fff;font-size:30px;border-radius: 20px 20px 0 0;background: #ea5b0c;align-items: center;}
.model-row h4 em{display: flex;margin-right: 30px;width:50px;height:50px;border-radius:50%;align-items: center;justify-content: center;box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);background: #fff;}
.model-row .box{padding:20px 20px 50px 20px; }
.model-row .tip{display: block;color:#6a6a6a;font-size:20px;margin-bottom:30px;}
.model-row dl{display: flex;margin-bottom: 15px;    align-items: flex-start;}
.model-row dl dt{flex-shrink: 0;color:#282828;font-size:20px;font-weight:bold;margin-right: 20px;}
.model-row dl dd{flex:1}
.model-row dl dd span{display: inline-block;margin: 0 5px 8px 0;padding: 8px 20px;color:#282828;font-size:16px;border-radius: 30px;border:1px #ddd solid;text-align: center;background: #f2f2f2;}
.model-row dl dd span:hover{color:#fff;background:#ea5b0c}


/*新媒体营销?↓*/
.xmtIn{margin-top:-200px}


/*新媒体营销-栏目↓*/
.xmt-row{display: flex;margin:0 0 -20px -20px}
.xmt-row li{position: relative;width:calc(25% - 20px);margin:0 0 20px 20px;border-radius: 20px;overflow: hidden;background: #fff;}
.xmt-row .top{padding: 40px 40px;background: #ea5b0c;align-items: center;}
.xmt-row .top em{display: table;margin-bottom: 20px;}
.xmt-row .top h4{color:#fff;font-size:24px;font-weight: bold;}
.xmt-row .box{display: flex;padding: 40px 30px 130px 30px;flex-direction: column;justify-content: space-between;}
.xmt-row dl{display: flex;align-items: center;flex-wrap: wrap;margin: 0 0 -10px -10px;}
.xmt-row dl dd{display: inline-block;margin: 0 0 10px 10px;padding: 11px 20px;color:#282828;font-size:16px;border-radius: 30px;border:1px #ddd solid;text-align: center;    transition: all .4s ease-in-out;}
.xmt-row dl dd:hover{color:#fff;background:#ea5b0c}
.xmt-row .more{position: absolute;bottom: 35px;display: flex;width: fit-content;padding: 12px 20px;color:#fff;font-size: 15px;border-radius: 10px;background:#ea5b0c;align-items: center;justify-content: center;}
.xmt-row .more::before{content: "\e612";margin-right: 10px;color:#fff;font-size: 22px;}
.xmt-row .more:hover{background: #3a3a3a !important;}
.xmt-row .more:hover::before{transform:translateX(5px)}
.xmt-row .dy .top,.xmt-row .dy .more{background:#000000}
.xmt-row .dsp .top,.xmt-row .dsp .more{background:#fca068}
.xmt-row .xhs .top,.xmt-row .xhs .more{background:#f4183b}
.xmt-row .wx .top,.xmt-row .wx .more{background:#2aae67}


/*新媒体营销-微信-公众号代运营↓*/
.wx-operate{background: #2aae67;}
.operate-row-2{display: flex;margin-left: -20px;justify-content: space-between;}
.operate-row-2 li{display: flex;width:200px;height:200px;margin-left: 20px;border-radius: 50%;background: rgba(255,255,255,0.2);align-items: center;justify-content: center;flex-direction: column;}
.operate-row-2 em{}
.operate-row-2 h4{margin-top:20px;color:#fff;font-size: 22px;font-weight:bold;}
.operate-row-2 li:hover{transform:translateY(-5px);background: rgba(255,255,255,0.4);}


/*新媒体营销-微信-微信小程序搭建服务↓*/
.service-row{display: flex;margin-left:-20px}
.service-row li{width:calc(25% - 20px);margin-left:20px;padding:40px 30px 50px 30px;border-radius: 20px;box-shadow: 0 0 10px #e9e9e9; text-align: center;background: #fff;}
.service-row i{display: flex;width: 60px;height: 60px;margin: auto;color:#fff;font-size:24px;border-radius: 50%;box-shadow: 0 0 0 10px #d4efe1;background: #2aae67;align-items: center;justify-content: center;}
.service-row h4{display: flex;margin-top: 20px;color:#000;font-size:24px;font-weight: bold;align-items: center;justify-content: center;}
.service-row p{margin-top:20px;color:#696969;font-size:16px;line-height: 30px;}
.service-row li:hover{transform:translateY(-5px);box-shadow: 0 0 10px #ddd;}
.service-row li:hover h4{color:#2aae67}


/*新媒体营销-小红书-整案策划↓*/
.xhs-integra{background:url(../images/integra-bg.jpg) no-repeat center;background-size:cover;}
.integra-row{display: flex;flex-wrap: wrap;margin:0 0 -20px -20px}
.integra-row li{position: relative;width: calc(50% - 20px);margin:0 0 20px 20px;padding:20px;padding-right: 200px;border-radius: 20px;background: #fff;}
.integra-row em{position: absolute;right:0;bottom:0;margin:20px;}
.integra-row i{display: block;margin-bottom:10px;color:#f4183b;font-size:24px}
.integra-row h4{color:#282828;font-size:24px;}
.integra-row dl{display: flex;margin: 40px 0 -10px -10px;flex-wrap: wrap;}
.integra-row dl dd{display: flex;width: calc(50% - 10px);margin: 0 0 10px 10px;color:#696969;font-size:18px;align-items: center;}
.integra-row dl dd:before{content: "\e6ac";display: flex;margin-right:10px;width: 30px;height: 30px;color:#282828;font-size:20px;font-weight: bold;border-radius: 50%;background: #eeeeee;align-items: center;justify-content: center;}
.integra-row li:hover{transform:translateY(-5px)}
.integra-row li:hover h4{color:#f4183b}


/*新媒体营销-小红书-品牌转化策略↓*/
.xhs-strategy{background:url(../images/strategy-bg.jpg) no-repeat center;background-size:cover;}


/*新媒体营销-小红书-资源挑选↓*/
.xhs-resource{background:url(../images/resource-bg.jpg) no-repeat center;background-size:cover;}
.xhs-resource .pic-cent .bm{position: absolute;bottom:20px;}


/*新媒体营销-短视频-深度运营模型↓*/
.dsp-pattern{background:url(../images/pattern-bg-2.jpg) no-repeat center;background-size:cover;}


/*==案例详情↓==*/
.ProductShow{padding: 0px 0 0px 0 !important;background: #f5f5f5;}
.ProductShow .frame{position: relative;padding-bottom:60px;}
.ProductShow .frame .container{position: relative; margin-top: -138px;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: #ea5b0c;}
.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:#ea5b0c;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 #ea5b0c solid;background: #ea5b0c;}
.ProductShow .market .tel{font-size: 16px;color:#ea5b0c;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:#ea5b0c; }
.relevantCont .tit2 .more:hover{color:#ea5b0c}


/*==留言2↓==*/
.MessageCont2{background:url(../images/bg04.jpg);}
.MessageCont2 .title{color:#1a1a1a;font-size: 30px;font-weight:bold;margin-bottom: 40px;}
.MessageCont2 .title font{color:#ea5b0c;font-size:30px;}
.MessageCont2 form{margin-bottom:40px;overflow: hidden;}
.MessageCont2 form input{float:left;/* width: 18%; */color:#999;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: #ea5b0c;}
.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:#ea5b0c;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 ;}


/*==新闻ban↓==*/
.news-ban{}
.news-ban .pos{top:80px;bottom: initial;}


/*==新闻详情框↓==*/
.newsDet{position: relative;/* margin-top:-185px; */}
.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{margin: 0 0 80px 0;}
.newsDet .content .titleTop.lef{text-align: left;}
.newsDet .content .title{color: #282828;font-size:28px;font-weight: bold;}
.newsDet .content .msg{margin-top: 20px;color:#a7a7a7;font-size:14px;}
.newsDet .content .msg *,.NewsDetail .msg span,.NewsDetail .msg a{color:#a3a3a3;font-size:14px;}
.newsDet .content .msg span{position: relative;margin-right: 40px;}
.newsDet .content .msg span:after{content:"";position:absolute;right: -20px;top:0;bottom:0;width:1px;height: 15px;margin: auto;background:#ddd}
.newsDet .content .msg span:last-child:after{display:none}
.newsDet .content .msg a:hover,.NewsDetail .msg .active{color:#ea5b0c}
.newsDet .content .msg .active{font-weight:bold;}
.newsDet .content .wor{min-height:300px;font-size: 16px;color: #696969;}
.newsDet .content .share-item{margin-top:80px;align-items: flex-start;flex-direction: column;}
.newsDet .content .share-item h5{flex-shrink:0;width:100%;margin-bottom: 20px;}
/*--*/
.newsDet .secs{width:350px;margin-top:40px;margin-left:80px;}
.newsDet .secs .shell {width:100%;margin-bottom:50px;/* border:1px #ddd solid; */}
.newsDet .secs .shell:last-child {margin-bottom:0px;}
.newsDet .secs .shell .tit {position:relative;color: #fff;font-size: 24px;padding: 20px;margin-bottom: 30px;border-radius: 20px 20px 0 0;text-align: center;background: #ea5b0c;}
/*.newsDet .secs .shell .tit.bor:before {content:"";position:absolute;left:0;bottom:-1px;width:20%;height:1px;background:#ea5b0c;}*/
.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:#ea5b0c}
/*--*/
.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:#ea5b0c}
.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:#ea5b0c;}
.newsDet .news .two:hover a:before {background:#ea5b0c;}
.newsDet .news .three{position: relative;padding: 15px 0;margin: 0;border-top:1px #ddd solid;}
.newsDet .news .three:before{content:"";position: absolute;left: 0;top: -2px;right: 0;height: 1px;background: #ea5b0c;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.newsDet .news .three:last-child{border-bottom:1px #ddd solid;}
.newsDet .news .three a {display: block;}
.newsDet .news .three h4{color:#282828;font-size:18px;}
.newsDet .news .three span{margin-top: 5px;display:block;color:#888;font-size:14px;}
.newsDet .news .three:hover{}
.newsDet .news .three:hover:before{transform: scale(1);transform-origin:left;}
.newsDet .news .three a:hover h4{color:#ea5b0c}
/*--*/
.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: #ea5b0c;}
.newsDet .pagIng .prev{float:left}
.newsDet .pagIng .next{float:right} 

/*==分页6↓==*/ 
.pagIng-6{border-top:1px solid #ddd;padding-top:60px;margin-top:60px;}
.pagIng-list{display: flex; border:1px #ddd solid;border-radius: 20px;}
.pagIng-list li{width:50%;padding:30px;border-right:1px #ddd solid}
.pagIng-list li:last-child{border-right:0px;}
.pagIng-list a{display: flex;position: relative;padding-top:60px}
.pagIng-list a::before{content: "\e664";position: absolute;top;top: 0;color:#282828;font-size:32px}
.pagIng-list a:hover:before{color:#ea5b0c;}
.pagIng-list .prea a::before{left:0;transform: rotateY(180deg);}
.pagIng-list .next a::before{right:0;}
.pagIng-list .pic{width: 40%;padding-top: 30%;}
.pagIng-list .box{flex: 1;margin-left:40px}
.pagIng-list .time{display: block;color:#888;font-size:14px;margin-bottom: 40px;}
.pagIng-list h4{color:#282828;font-size:16px;}
.pagIng-list .no{display:flex;color: #999;font-size: 18px;}


/*==联系我们↓==*/
.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: #ea5b0c;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:60px;font-size: 20px;}
.contactIn .mode ul li:hover{background: #ea5b0c; 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: #ea5b0c;}
.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:#ea5b0c;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;}



/*==留言模块↓==*/
.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;display: flex;margin-right: 10px;color: #6a6a6a;font-size: 15px;align-items: center;}
.feedback-item form h5 em{display: flex;margin-right:10px;font-size: 18px;color: #999;width: 20px;align-items: center;justify-content: center;}
.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: #ea5b0c;}
.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:#ea5b0c}
.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:#ea5b0c;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;}


/*==数字滚动↓==*/
.digital-air{display: flex;margin: 60px 0 0px -20px;justify-content: space-between;flex-wrap: wrap;}
.digital-air li{flex: 1;position:relative;margin-left: 20px;color:#666;line-height: 1;border-right:1px solid #ddd}
.digital-air li:last-child{border-right:0px;}
.digital-air span{color:#ea5b0c;font-size:60px;}
.digital-air font{font-size:16px;margin-left:5px;color: #ea5b0c;}
.digital-air h4{margin-bottom: 10px;font-size:18px;color:#888888;font-weight:bold}
.digital-air h5{margin-top: 10px;font-size:14px;color:#282828}
.digital-air.white *{color:#fff}


/*==视频列表↓==*/
.VideoHome .more-2{margin:50px auto 0;}
.video-list{display: flex;margin: 0 0 -40px -20px;flex-wrap: wrap;}
.video-list li{display: inline-block;width: calc(50% - 20px);margin: 0 0 40px 20px;}
.video-list a{position:relative;z-index:2;display: block;height: 100%;border: 1px #e8e8e8 solid;}
.video-list .pic{z-index:2;padding-top:60%}
.video-list .pic:before{opacity:0.8; content:"\e628";position: absolute;left:0;top:0;bottom:0;z-index: 2;right:0;margin: auto;height: max-content;text-align: center;color:#fff;font-size:50px;}
.video-list .pic:after{opacity: 0.2;content: "";position: absolute;left:0;top:0;bottom:0;right:0;background: #000;}
.video-list h4{color: #6a6a6a;font-size: 16px;padding: 20px;line-height: 26px;}
.video-list .time{display: none;margin-top: 10px;color: #888;padding: 2px 10px;font-size: 13px;background: #f1f3f5;}
.video-list li:hover a{    box-shadow: 12px 5px 10px #eee;}
.video-list li:hover .pic:before{opacity:1;}
.video-list li:hover .pic:after{opacity:0.4;}
.video-list li:hover h4{color:#ea5b0c}


/*==通用列表↓==*/
.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:#ea5b0c}
.list-item li:hover .pic img{transform:scale(1.08);}
.list-item li:hover h4{color:#ea5b0c;}
/*--*/
.list-item.lx3.edge li{width: calc(33.3% - 20px);}
.list-item.lx5.edge li{width: calc(20% - 20px);}


/*==底部===*/
.footer {position:relative;z-index:1;background:#f2f2f2;overflow:hidden;}
.footer a{color:#282828}
.footer a:hover {color:#ea5b0c}
.footer .top{padding: 80px 0 50px 0;}
.footer .batten{display: flex;padding-bottom: 50px;margin-bottom: 50px;border-bottom: 1px #ddd solid;justify-content: space-between;align-items: center;}
.footer .long{display: flex;justify-content: space-between;}
.footer .nav {display: flex;flex: 1;/* width: 100%; */margin-right: 40px;}
.footer .nav h3 {color: #282828;font-size:18px;margin-bottom:15px;}
.footer .nav h3 hr {display:block;border:none;margin:18px 0 0px 0;width:20px;height:2px;background:#ea5b0c;}
.footer .nav li{padding-right: 100px;}
.footer .nav li a {display:block;color:#696969;font-size: 14px;margin-bottom: 10px;}
.footer .nav li a:hover {color:#ea5b0c}
.footer .info{flex-shrink: 0;display: flex;flex-direction: column;}
.footer .info .tel{margin-top:40px;color:#909090;font-size: 30px;padding-left: 50px;background:url(../images/tel-ico-1.png) no-repeat left;}
.footer .ewm {display: flex; color:#282828;font-size:14px;text-align:center;}
.footer .ewm span{margin-left:20px;}
.footer .ewm img {display:block;margin-bottom:10px;}
.footer .down {position:relative;display: flex;padding: 20px 0;color: #282828;font-size:14px;text-align: center;justify-content: space-between;align-items: center;}
.footer .down:before {content:"";position:absolute;top:0;bottom:0;left:-50%;right:-50%;z-index: -1;background:#eee;}
.footer .down .copy{display:flex;align-items: center;}
.footer .link{float: right;position:relative;margin-left:20px;width: 150px;}
.footer .link h3{display: flex;color: #666;font-size: 14px;justify-content: space-between;align-items: center;padding: 10px 20px;border:1px #ddd solid;border-radius:30px;cursor: pointer;}
.footer .link h3:after{content:"\eb98";}
.footer .link h3:hover:after{color:#ea5b0c;transform:rotateX(180deg)}
.footer .link .box{display: none;position:absolute;left:0;right: 0;bottom: 101%;padding: 10px;border: 1px #ddd solid;transform:translateY(-5px);background: #dbdbdb;transition: all .4s ease-in-out;}
.footer .link:hover .box{display:block; transform:translateY(0px);}
.footer .link a{display: block;color: #666;font-size: 14px;padding: 8px 0;border-bottom: 1px #bbb dashed;}
.footer .link a:last-child{border-bottom:0px;}
.footer .link a:hover{color:#ea5b0c}


/*分享按钮*/
.share-item{display:flex;align-items: center;}
.share-item h5{color:#282828;font-size:14px;margin-right:20px;}
.share-item a{position: relative;display:inline-block;margin-left: 10px;}
.share-item em{display: flex;font-size: 22px;color:#8a8a8a;width: 40px;height: 40px;overflow: hidden;border-radius: 50%;background: #e5e5e5;align-items: center;justify-content: center;}
.share-item em img{height:30px;filter: drop-shadow(0px 30px #ea5b0c);transition: all .0s ease-in-out;}
.share-item a:hover em img{transform: translateY(-100%);    }
.share-item a:hover em{color:#fff;transform:translateY(-5px);background:#ea5b0c}
.share-item .drop{ opacity:0;position: absolute;right: 0;top: 30px;width: max-content;max-width: 120px;line-height: initial;display: block;border: 1px #ddd solid;padding: 10px 10px;z-index: 9;border: 1px #ddd solid;transform-origin: 100% 0%;transform:scale(0.01);-moz-transform:scale(0.01);transition:all 1s;background: #fff;}
.share-item a:hover .drop{opacity:1;transform: scale(1);}





