﻿@charset "utf-8";
/*about zyr
 * 内容：微信开发
 * 2017-9-25
 */
.icons{background: url(../images/icons_03.png) no-repeat;}
.yellow{color: #ffe44e;}
/*banner start*/
.banner-text{
	width: 1200px;
	text-align: left;
	position: absolute;
	left: 50%;    
	margin-left: -560px;
	top: 0;
}
.text-img{
	display: block;
	width:517px;
	height:217px;
	margin: 108px 0 0 18px;
}
.banner-people{
	width: 467px;
	height:435px;
	position: absolute;
    right: 29px;
	top: -15px;
}
/*banner end*/

/*微信热门服务 start*/
.hot-list{
	width: 100%;
	overflow: hidden;
	padding-bottom: 45px;
}
.hot-list>li{
	width: 378px;
	height: 270px;
	float: left;
	margin: 0 10px 20px;
	border: 1px solid #e5e5e5;
	overflow: hidden;
}
.hot-bd{
	width: 360px;
	height: 180px;
	position: relative;
	z-index: 3;
	color: #fff;
	padding-left: 20px;
	text-align: left;
	overflow: hidden;
}
 .hot-bd img{
	position: absolute;
	width: 100%;
	height: 180px;
	left: 0;
	top: 0;
	z-index: -1;
	-webkit-transition: all .7s;
	transition: all .7s;
}
.hot-bd>span{
	display: block;
	font-size: 24px;
	line-height: 26px;
	padding: 33px 0 15px;
	font-weight: bold;
}
.hot-bd p{
	font-size: 14px;
	line-height: 16px;
}
.hot-btn{
	width: 194px;
	overflow: hidden;
	margin-top: 16px;
}
.hot-btn a{
	width: 88px;
	height: 34px;
	border-radius: 2px;
	text-align: center;
	line-height: 34px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	position: relative;
	overflow: hidden;
}
.ink{
    display: block;
  	position: absolute;
  	z-index: 999;
  	top: 0;
  	left: 0;
  	background:rgba(255, 255, 255, 0.8);
  	border-radius: 50%;
  	-webkit-transform:scale(0);
    -moz-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
}
.animate{
	-webkit-animation:ripple 0.6s 250ms linear;
	-moz-animation:ripple 0.6s 250ms linear;
	-ms-animation:ripple 0.6s 250ms linear;
	 -o-animation:ripple 0.6s 250ms linear;
    animation:ripple 0.6s 250ms linear;
}
.hot-bd>i{
	width: 88px;
	height: 90px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.hot-bd .hot-icon2{background-position: -88px 0;}
.hot-bd .hot-icon3{background-position: -176px 0;}
.hot-bd .hot-icon4{background-position: -264px 0;}
.hot-bd .hot-icon5{background-position: -352px 0;}
.hot-bd .hot-icon6{background-position: -440px 0;}
.hot-text{
	width: 100%;
	overflow: hidden;
}
.hot-text li{
	width: 33.13%;
	text-align: center;
	float: left;
	border-left: 1px solid #e5e5e5;
	margin-top: 21px;
}
.hot-text li:first-child{border-left: none !important;}
.hot-text li p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.hot-list li:hover i{
	right: 20px;
    -webkit-animation: lightSpeedIn .8s linear  both;
    animation: rollIn .8s linear  both;
}
.hot-list li:hover img{
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
/*微信热门服务 end*/
/*经典案例 start*/
.case-list{
	width: 100%;
	overflow: hidden;
	height: 522px;
}
.case-list li{
	float: left;
    width: 207px;
    margin-left: 25px;
    padding-top: 85px;
    text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.case-list li:first-child{margin-left:10px !important;}
.case-content li img {
    width: 100%;
}
.case-list .on{
	background: url(../images/phone-bg.png) center top no-repeat;
    width: 223px;
    height: 385px;
    padding: 60px 18px 77px 16px;
}
/*经典案例 end*/
/*5大核心优势 start*/
.adv-bg{
	position: relative;
	background: url(../images/adv-bg_02.jpg) center top no-repeat;
	height: 629px;
}
#particles-js {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.adv-bg .w1200{position: relative;}
.adv-bd,.adv-img{
	position: absolute;
	top: 144px;
}
.adv-img{
	width: 805px;
	height: 445px;
	left: 0;
}
.adv-img i{
	position: absolute;
}
.adv-img .adv-img1{
	width: 131px;
	height: 205px;
	background: url(../images/adv-img.png) no-repeat;
	left: 40px;
	top: 125px;
	-webkit-animation: moveLargeL 10s linear infinite;
    animation: moveLargeL 8s linear 1s infinite;
}
.adv-img .adv-img2{
	width: 602px;
	height: 420px;
	background: url(../images/adv-img2.png) no-repeat;
    left: 120px;
    bottom: -5px;
    z-index: 3;
}
.adv-img .adv-img3{
	width: 420px;
	height: 420px;
	background: url(../images/adv-yuan.png) no-repeat;
    top: 0;
    right: 0;
     animation: circle2 6s linear infinite;
    animation: scale_1 1.5s .5s linear both;
    -webkit-animation: circle2 5s linear infinite;
    -moz-animation: circle2 5s linear infinite;
    -ms-animation: circle2 5s linear infinite;
}
.adv-bd{
	width: 520px;
	right:0 ;
}
.adv-bd li{
	width: 100%;
	overflow: hidden;
	color: #fff;
    margin: 0 0 42px 4px;
}
.adv-bd .adv-li2{margin-left: 92px;}
.adv-bd .adv-li3{margin-left: 116px;}
.adv-bd .adv-li4{margin-left: 93px;}
.adv-bd .adv-li5{margin-left: 6px;}
.dyanmic{
 	text-align: center;
 	width:18px;
 	height: 18px; 
 	border-radius: 50%;
 	border: 1px solid #42c7fc;
 	margin: 15px 30px 0 0;
}
.round {
 	border-radius: 50%;
 	width: 12px;
 	height:12px;
 	margin: 3px auto 0;
 	background:#42c7fc;
}

 .adv-bd li p{
 	float: left;
 	text-align: left;
 	font-size: 14px;
 	line-height: 24px;
}
.adv-bd li p big{font-size: 20px;}
/*5大核心优势 end*/
/*经典案例 start*/
/*经典案例 end*/
/*专业建站流程 start*/
.flow-bg{
	background: url(../images/flow-bg.png) center 278px no-repeat;
}
.flow-list{
	width: 100%;
	height: 406px;
	padding: 12px 0 28px;
}
.flow-list li{
	width:9.09%;
	text-align: center;
	float: left;
	font-size: 0;
    line-height: 0;
}
.flow-list li>span{
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	font-size: 20px;
	color: #2eb4b5;
	border-radius: 50%;
	border: 1px solid #2eb4b5;
	background: #fff;
	position: relative;
	z-index:2;
}
.flow-list li.flow1{margin-top:13px;}
.flow-list li.flow2{margin-top:143px;}
.flow-list li.flow3{margin-top:-12px;}
.flow-list li.flow4{margin-top:160px;}
.flow-list li.flow5{margin-top:26px;}
.flow-list li.flow6{margin-top:207px;}
.flow-list li.flow7{margin-top:64px;}
.flow-list li.flow8{margin-top:212px;}
.flow-list li.flow9{margin-top:32px;}
.flow-list li.flow10{margin-top:143px;}
.flow-list li.flow11{margin-top:-40px;}
.flow-list li i{
	width: 85px;
	height: 85px;
	background: url(../images/icons.png) no-repeat;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.flow-icocn>span{
	display: block;
	margin: 0 auto;
	width: 1px;
	height: 31px;
	background: #2eb4b5;
}
.flow-list li p{
	font-size: 18px;
	line-height: 40px;
	color: #666;
}
.flow-list .flow2 .flow-icocn>i{background-position: -85px 0;}
.flow-list .flow3 .flow-icocn>i{background-position: -170px 0;}
.flow-list .flow4 .flow-icocn>i{background-position: -255px 0;}
.flow-list .flow5 .flow-icocn>i{background-position: -340px 0;}
.flow-list .flow6 .flow-icocn>i{background-position: -425px 0;}
.flow-list .flow7 .flow-icocn>i{background-position: -510px 0;}
.flow-list .flow8 .flow-icocn>i{background-position: -595px 0;}
.flow-list .flow9 .flow-icocn>i{background-position: -680px 0;}
.flow-list .flow10 .flow-icocn>i{background-position: -765px 0;}
.flow-list .flow11 .flow-icocn>i{background-position: -850px 0;}
.flow-list .active.fadeInDown .flow-icocn{
   -webkit-animation:starry3 2s linear infinite both;
    animation:starry3 2s linear infinite both;
    -webkit-transform-origin: 50% 42px;
    transform-origin: 58% 10px;
}
.flow-list .active.fadeInUp .flow-icocn{
    -webkit-animation: starry3 2s linear infinite both;
    animation: starry3 2s linear infinite both;
    -webkit-transform-origin: 50% 111px;
    transform-origin: 50% 130px;
}
.flow-list .fadeInDown .flow-icocn span{
	top: -2px;
	height: 33px;
	position: relative;
	z-index: -1;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.flow-list .active>span{background: #2eb4b5;color: #fff;}
/*专业建站流程 end*/
