@charset "utf-8";
/*官方网站页*/
.shangxiapadd{ padding:60px 0;}
.qiyeguanwang{ background:#fafafa;}
.product-tab[data-v-34d56752] {
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1200px;
  
  background: #fafafa;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-animation-name: buttomtopdan-data-v-34d56752;
  /*调用move动画*/
  -webkit-animation-duration: 0.5s;
  /*move动画从0%到100%的用时，单位为s*/
  -webkit-animation-timing-function: ease-out;
  /*表示动画播放方式 ease（速度由快到慢）linear（恒定速度）ease-in(加速变化) ease-out(减速变化) ease-in-out(先加速在减速)*/
  -webkit-animation-direction: normal;
  /*表示动画播放方向  normal（默认从0%到100%） alternate(偶数次从0%到100%，基数次100%到0%)*/
  -webkit-animation-play-state: running;
  /*播放还是paused*/
  -webkit-animation-fill-mode: backwards;
}
.product-tab .tab[data-v-34d56752]:hover {
 
background: #FFFFFF;
 
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 30, 69, 0.04);
 
box-shadow: 0px 0px 10px 0px rgba(0, 30, 69, 0.04);
 
border-radius: 8px;
 
border: 1px solid #2670e8;
 
cursor: pointer;
}
.product-tab .tab[data-v-34d56752] {
  margin: 100px 10px 0;
  width: 280px;
  height: 230px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 30, 69, 0.04);
  box-shadow: 0px 0px 10px 0px rgba(0, 30, 69, 0.04);
  border-radius: 8px;
  position: relative;
}
.product-tab .tab .image[data-v-34d56752] {
  width: 83px;
  height: 83px;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 30, 69, 0.06);
          box-shadow: 0px 3px 7px 0px rgba(0, 30, 69, 0.06);
  position: absolute;
  border-radius: 50%;
  left: 50%;
  margin-left: -41.5px;
  top: -40px;
}
.product-tab .tab .image img[data-v-34d56752] {
  display: block;
}
.product-tab .tab .title[data-v-34d56752] {
  height: 30px;
  font-size: 22px;
  /* font-family: PingFangSC-Medium; */
  font-weight: 500;
  color: #333;
  line-height: 30px;
  text-align: center;
  margin: 65px 20px 0;
  display: block;
  -webkit-animation-name: buttomtopdan-data-v-34d56752;
  /*调用move动画*/
  -webkit-animation-duration: 0.5s;
  /*move动画从0%到100%的用时，单位为s*/
  -webkit-animation-timing-function: ease-out;
  /*表示动画播放方式 ease（速度由快到慢）linear（恒定速度）ease-in(加速变化) ease-out(减速变化) ease-in-out(先加速在减速)*/
  -webkit-animation-direction: normal;
  /*表示动画播放方向  normal（默认从0%到100%） alternate(偶数次从0%到100%，基数次100%到0%)*/
  -webkit-animation-play-state: running;
  /*播放还是paused*/
  -webkit-animation-fill-mode: backwards;
  -webkit-animation-delay: 0.5s;
  /*动画延时2秒播放*/
}
.product-tab .tab .xian[data-v-34d56752] {
  width: 40px;
  /* border-bottom: 2px solid #006EFF; */
  margin: 20px 20px 18px;
  -webkit-animation-name: buttomtopdan-data-v-34d56752;
  /*调用move动画*/
  -webkit-animation-duration: 0.5s;
  /*move动画从0%到100%的用时，单位为s*/
  -webkit-animation-timing-function: ease-out;
  /*表示动画播放方式 ease（速度由快到慢）linear（恒定速度）ease-in(加速变化) ease-out(减速变化) ease-in-out(先加速在减速)*/
  -webkit-animation-direction: normal;
  /*表示动画播放方向  normal（默认从0%到100%） alternate(偶数次从0%到100%，基数次100%到0%)*/
  -webkit-animation-play-state: running;
  /*播���还是paused*/
  -webkit-animation-fill-mode: backwards;
  -webkit-animation-delay: 0.5s;
  /*动画延时2秒播放*/
}
.product-tab .tab .content[data-v-34d56752] {
  /* width: 100%; */
  /* height: 144px; */
  font-size: 16px;
  /* font-family: PingFangSC-Regular; */
  font-weight: 400;
  color: #808080;
  line-height: 1.8;
  text-align: center;
  display: block;
  margin: 0 20px;
  -webkit-animation-name: buttomtopdan-data-v-34d56752;
  /*调用move动画*/
  -webkit-animation-duration: 0.5s;
  /*move动画从0%到100%的用时，单位为s*/
  -webkit-animation-timing-function: ease-out;
  /*表示动画播放方式 ease（速度由快到慢）linear（恒定速度）ease-in(加速变化) ease-out(减速变化) ease-in-out(先加速在减速)*/
  -webkit-animation-direction: normal;
  /*表示动画播放方向  normal（默认从0%到100%） alternate(偶数次从0%到100%，基数次100%到0%)*/
  -webkit-animation-play-state: running;
  /*播放还是paused*/
  -webkit-animation-fill-mode: backwards;
  -webkit-animation-delay: 1s;
  /*动画延时2秒播放*/
}
.product-tab .tab:nth-child(1) .image[data-v-34d56752] {
  padding: 17px 17px;
}
.product-tab .tab:nth-child(1) .image img[data-v-34d56752] {
  width: 48px;
  height: 48px;
}
.product-tab .tab:nth-child(2) .image[data-v-34d56752] {
  padding: 17px 17px;
}
.product-tab .tab:nth-child(2) .image img[data-v-34d56752] {
  width: 48px;
  height: 48px;
}
.product-tab .tab:nth-child(3) .image[data-v-34d56752] {
  padding: 17px 17px;
}
.product-tab .tab:nth-child(3) .image img[data-v-34d56752] {
  width: 48px;
  height:48px;
}
.product-tab .tab:nth-child(4) .image[data-v-34d56752] {
  padding: 17px 17px;
}
.product-tab .tab:nth-child(4) .image img[data-v-34d56752] {
  width: 48px;
  height: 48px;
}
.product-tab .tab:nth-child(5) .image[data-v-34d56752] {
  padding: 17px 17px;
}
.product-tab .tab:nth-child(5) .image img[data-v-34d56752] {
  width: 48px;
  height: 48px;
}


/*2*/


.dn-container{max-width:1200px;width:100%; margin:0 auto;}
.wb-zc-jwmod-sumei-function{ background:#fafafa;}

.wb-zc-jwmod-sumei-function .module-wrap{padding-top:50px;padding-bottom:60px}.wb-zc-jwmod-sumei-function .module-wrap h1,.wb-zc-jwmod-sumei-function .module-wrap h2,.wb-zc-jwmod-sumei-function .module-wrap h3,.wb-zc-jwmod-sumei-function .module-wrap h4,.wb-zc-jwmod-sumei-function .module-wrap li,.wb-zc-jwmod-sumei-function .module-wrap p{margin:0;padding:0}.wb-zc-jwmod-sumei-function .module-wrap h1{font-size:40px;line-height:1.5;color:#030303;text-align:center}.wb-zc-jwmod-sumei-function .module-wrap .inner{/* background-color:#fff */}.wb-zc-jwmod-sumei-function .module-wrap .inner .list{display:table;width:100%;margin:0 auto;padding:35px 0 20px;text-align:center;*zoom:1}.wb-zc-jwmod-sumei-function .module-wrap .inner .list:after,.wb-zc-jwmod-sumei-function .module-wrap .inner .list:before{content:"";display:table}.wb-zc-jwmod-sumei-function .module-wrap .inner .list:after{clear:both}.wb-zc-jwmod-sumei-function .module-wrap .inner .list .word{margin-top:20px; background:#f6f7f9;border:solid 1px #d9d9d9; padding:50px; margin-right:10%;}.wb-zc-jwmod-sumei-function .module-wrap .inner .list .word .tit{font-size:26px;line-height:30px;color:#000;text-align:left}.wb-zc-jwmod-sumei-function .module-wrap .inner .list .word .con{width:100%;margin-top:20px;font-size:16px;line-height:30px;color:rgba(0,0,0,.8);text-align:left}.wb-zc-jwmod-sumei-function .module-wrap .inner .list .photo{float:right;width:430px;}.wb-zc-jwmod-sumei-function .module-wrap .inner .list .photo img{width:100%}.wb-zc-jwmod-sumei-function .module-wrap .inner-change .list .photo{float:left}.wb-zc-jwmod-sumei-function .module-wrap .inner-change .list .word{margin-left:10%;text-align:right;margin-right:0;}.wb-zc-jwmod-sumei-function .module-wrap .inner-change .list .word .tit{text-align:right}.wb-zc-jwmod-sumei-function .module-wrap .inner-change .list .word .con{width:100%;text-align:right}.wb-zc-jwmod-sumei-function .module-wrap .inner-h5{display:none;background-color:#f4f4f5}.wb-zc-jwmod-sumei-function .module-wrap .more{display:block;width:244px;height:47px;border:1px solid #939393;font-size:19px;color:rgba(94,94,94,.8);line-height:47px;margin:20px auto 0;text-align:center;text-decoration:none}.wb-zc-jwmod-sumei-function .module-wrap .more:hover{width:246px;height:49px;line-height:49px;border:none;color:#fff;background:linear-gradient(90deg,#3f6dff,#15bcfe)}



/*产品优势*/

.c-grid.bg-color{ background-color:#f7f8fa;}.c-grid-layout{max-width:1200px;margin:0 auto}.row-full .c-grid-layout{max-width:inherit}.c-tit-mod .c-tit{text-align:center;font-size:28px;color:#333;font-weight:400;line-height:1}.c-tit-mod .c-des{text-align:center;font-size:14px;color:#999;margin:15px 0 0;line-height:1.5}.c-tit-mod .c-des a{color:#00a4ff}.c-btn{height:35px;min-width:140px;padding:0 20px;background-color:#00a4ff;color:#fff;font-size:14px;line-height:35px;text-align:center;display:inline-block;cursor:pointer;outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.c-btn:hover{text-decoration:none;background-color:#0092ee}.c-btn-pay{background-color:#ff7200}.c-btn-pay:hover{background-color:#f06c00}
.c-grid-layout{ padding:70px 0;}
.c-tit-mod{ padding-bottom:30px;}

/*小程序开发*/
.xiaochengxujiejue .module-wrap .inner .list .photo{ width:600px;}
.wb-zc-jwmod-sumei-function .module-wrap .inner .list .box{padding: 25px 25px 25px 0 ;
  overflow: hidden;
  position: relative;
 
  display: flex;}

.xiaochengxujiejue .module-wrap .inner .list{ padding:0;}

.wb-zc-jwmod-sumei-function .module-wrap .inner .list .box .middleCenter{ position:static;}
.wb-zc-jwmod-sumei-function .module-wrap .inner .list .box .text{ text-align:left;}
.wb-zc-jwmod-sumei-function .module-wrap .inner .list .box .text .title{ font-size:18px; margin-bottom:15px;}
.wb-zc-jwmod-sumei-function .module-wrap .inner .list .pic{ width:100px;}



@media screen and (min-width:769px){
	
	.enc-migration-programme-partners{position:relative}.enc-migration-programme-partners-inner{margin-bottom:-20px;margin-right:-20px;font-size:0}.enc-migration-programme-partners-father~.enc-migration-programme-partners-father .enc-migration-programme-partners-inner{margin-top:20px}.enc-migration-programme-partners-item{background:#fff;border:1px solid #ddd;box-shadow:0 2px 4px 0 rgba(3,27,78,.06);box-sizing:border-box;padding:20px;width:calc(50% - 20px);margin-right:20px;margin-bottom:20px;font-size:0;display:inline-block;vertical-align:top;cursor:pointer}.enc-migration-programme-partners-item:hover{border:1px solid #2670e8;box-shadow:0 2px 6px 0 rgba(0,164,255,.2)}.enc-migration-programme-partners-img{display:inline-block;vertical-align:top;width:72px;height:72px;margin-right:20px;position:relative;overflow:hidden}.enc-migration-programme-partners-img-view{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);height:100%}.enc-migration-programme-partners-cont{display:inline-block;vertical-align:top;width:calc(100% - 72px - 20px)}.enc-migration-programme-partners-title{font-size:18px;color:#333;line-height:26px;font-weight:500;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.enc-migration-programme-partners-name{font-size:14px;color:#666;line-height:22px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-top:4px}.enc-migration-programme-partners-dec{font-size:14px;color:#999;line-height:22px;margin-top:8px;height:50px;max-height:44px;text-overflow:-o-ellipsis-lastline;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.enc-migration-programme-partners-img-view-mobile{display:none}
	
.jishuyoushi .enc-migration-programme-partners-item{ padding:30px;}	
	}
@media screen and (max-width:768px){
	.c-grid-layout{ padding:25px 0;}
	.c-tit-mod .c-tit{ font-size:22px;}
	.c-tit-mod .c-des{ font-size:16px;}
	
	
	
	.enc-migration-programme-partners-img-view{display:none}.enc-migration-programme-partners{margin-left:-15px;width:calc(100% + 30px)}.enc-migration-programme-partners-item{ background:#fff;padding:16px;font-size:0;border-bottom:1px solid #ddd;box-sizing:border-box;display:block;position:relative}.enc-migration-programme-partners-img{display:inline-block;vertical-align:top;width:48px;height:48px;margin-right:20px;position:relative;overflow:hidden}.enc-migration-programme-partners-img-view-mobile{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);height:100%}.enc-migration-programme-partners-cont{display:inline-block;vertical-align:top;width:calc(100% - 48px - 20px)}.enc-migration-programme-partners-title{font-size:18px;color:#333;line-height:26px;font-weight:500}.enc-migration-programme-partners-name{font-size:14px;color:#666;line-height:22px;margin-top:4px}.enc-migration-programme-partners-dec{font-size:14px;color:#999;line-height:20px;margin-top:8px}}
@media screen and (min-width:769px){.enc-migration-programme-partners-detail-link{display:block;margin-top:12px;font-size:14px;color:#00A4FF;line-height:22px}.enc-migration-programme-partners-detail-link:hover{color:#0092ee}}
@media screen and (max-width:768px){.enc-migration-programme-partners-detail-link{font-size:14px;color:#00A4FF;line-height:22px;position:absolute;padding-right:12px;top:16px;right:16px}.enc-migration-programme-partners-detail-link::after{content:'';position:absolute;width:12px;height:12px;top:50%;right:0;transform:translate(0,-50%);background:url(./img/slice/link-arrow-right.svg) center no-repeat;background-size:contain}.enc-migration-programme-partners-dec{margin-top:4px}}

/*建站流程*/
.c-grid .c-grid-layout .c-g-24 .container-02{ margin-bottom:40px;}

[class^=enc-mod-step-show]{box-sizing:border-box}
@media (min-width:769px){.enc-mod-step-show-m{display:none}.enc-mod-step-show{text-align:center;font-size:0}.enc-mod-step-show li{display:inline-block;width:192px;height:190px;text-align:center}.enc-mod-step-show li:nth-child(n+2){margin-left:60px}.enc-mod-step-show .enc-mod-step-show-item-tit{display:block;margin:0 auto;width:60px;height:24px;text-align:center;background:#E2F5FF;border-radius:12px;font-weight:600;font-size:12px;color:#1375ff;letter-spacing:0;line-height:24px}.enc-mod-step-show .enc-mod-step-show-img{display:block;margin:16px auto;width:78px;height:78px;border-radius:50%;background:#FFF;border:1px solid #EAECF2;box-shadow:0 2px 8px 0 rgba(103,113,139,.1);position:relative}.enc-mod-step-show li:not(:last-child) .enc-mod-step-show-img:after{position:absolute;content:"";width:120px;height:1px;border-top:1px dashed #BCC1D1;top:50%;right:-140px}.enc-mod-step-show li:not(:last-child) .enc-mod-step-show-img:before{z-index:10;position:absolute;content:"";top:50%;right:-150px;transform:translateY(-50%);width:0;height:0;border-width:6px 10px;border-style:solid;border-color:transparent transparent transparent #979797}.enc-mod-step-show .enc-mod-step-show-img img{height:48px;width:48px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.enc-mod-step-show .enc-mod-step-show-item-name{padding:0 20px;display:block;font-size:16px;color:#000;letter-spacing:0;text-align:center;line-height:26px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.enc-mod-step-show .enc-mod-step-show-item-desc{margin-top:8px;display:block;font-size:14px;color:#666;letter-spacing:0;text-align:center;line-height:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.twoxia li:not(:last-child) .enc-mod-step-show-img:before{z-index:10;position:absolute;content:"";top:50%;right:-150px;transform:translateY(-50%);width:0;height:0;border-width:6px 10px;border-style:solid;border-color:transparent #979797 transparent transparent ; left:86px;}


.enc-mod-step-show li:last-child .enc-mod-step-show-img:before{z-index:10;position:absolute;content:"";top: 192px;right: 50%;transform: translateX(50%);width:0;height:0;border-width: 10px 6px;border-style:solid;border-color:#979797 transparent transparent transparent;}
.enc-mod-step-show li:last-child .enc-mod-step-show-img:after{position:absolute;content:"";width:1px;height: 70px;border-left:1px dashed #BCC1D1;top: 125px;right: 50%;}

.twoxia li:last-child .enc-mod-step-show-img:before{content:none;}
.twoxia li:last-child .enc-mod-step-show-img:after{content:none;}
.twoxia{ margin-top:60px;}

}
@media (max-width:768px){.enc-mod-step-show-pc{display:none}.enc-mod-step-show li{font-size:0}.enc-mod-step-show li:nth-child(n+2){margin-top:24px}.enc-mod-step-show .enc-mod-step-show-num{display:inline-block;width:20px;font-size:16px;color:#333;letter-spacing:0;line-height:24px;vertical-align:top;position:relative}.enc-mod-step-show .enc-mod-step-show-num:after{content:"";position:absolute;width:7px;height:7px;border-radius:50%;background:#FFF;border:1px solid #BBB;top:50%;transform:translateY(-50%);right:-21px}.enc-mod-step-show li:not(:last-child) .enc-mod-step-show-num:before{content:"";position:absolute;height:50px;width:1px;border-right:1px dashed #CDCDCD;right:-17px;top:22px}.enc-mod-step-show .enc-mod-step-show-cont{display:inline-block;width:calc(100% - 60px);margin-left:40px;vertical-align:top}.enc-mod-step-show .enc-mod-step-show-item-name{display:block;font-weight:600;font-size:14px;color:#333;letter-spacing:0;line-height:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.enc-mod-step-show .enc-mod-step-show-item-desc{display:block;font-size:14px;color:#666;letter-spacing:0;line-height:22px;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

.c-grid .e-mb-l{ display:flex}
	.c-grid .e-mb-l ul{ width:50%; padding:0 5px;}
}




@media (min-width: 769px){
	
	.dn-col-sm-12{ float:left; width:50%;}
	}

@media screen and (max-width: 769px){
.wb-zc-jwmod-sumei-function .module-wrap .inner .list .word{ margin-right:0;}	
.wb-zc-jwmod-sumei-function .module-wrap .inner .list .word .con{ padding-top:15px; font-size:14px;}
.wb-zc-jwmod-sumei-function .module-wrap{ padding-top:0; padding-bottom:15px;}	
.wb-zc-jwmod-sumei-function .module-wrap .inner .list .word{ padding:20px;}
.wb-zc-jwmod-sumei-function .module-wrap .inner .list .photo{ width:100%; height:auto;}
.wb-zc-jwmod-sumei-function .module-wrap .inner .list .word .tit{ font-size:20px;}
.wb-zc-jwmod-sumei-function .module-wrap .inner .list{ padding:15px 0 10px}
.wb-zc-jwmod-sumei-function .module-wrap .inner-change .list .word{ margin-left:0;}
.wb-zc-jwmod-sumei-function .module-wrap .inner-change .list .word .con{ text-align:left;}
.wb-zc-jwmod-sumei-function .module-wrap .inner-change .list .word .tit{ text-align:left;}

	
.product-tab[data-v-34d56752]{ display:block;min-width:100%;}
.product-tab .tab[data-v-34d56752]{ width:auto; margin-top:50px;}
.product-tab .tab .title[data-v-34d56752]{ padding-top:65px; font-size:20px;}
.product-tab .tab .content[data-v-34d56752]{ margin-top:45px;}	
.shangxiapadd{ padding:25px 0;}

.product-tab .tab[data-v-34d56752]:hover .title[data-v-34d56752]{padding-top:0;}
.product-tab .tab[data-v-34d56752]:hover .content[data-v-34d56752]{margin-top:0;}
}

/*官方网站页end*/