@charset "utf-8";
/*内容：互联网营销网站-商城网站
 * about: ZYR
 *2017-10-12
 * */
.box1{background: #f7f7f7;}
.icons{background: url(/public/images/app/icons_02.png) no-repeat;}
/*banner start*/
.banner-box li a{
	display: block;
	width: 100%;
	background: url(/public/images/app/banner_02.jpg) center top no-repeat;
}
.banner-bd {
	height: 450px;
	color: #fff;
	position: relative;
}
.banner-text{
	padding: 85px 0 0 120px;
	text-align: left;
}
.banner-text span{
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #ffc074;
	font-size: 20px;
	color: #2c2d30;
	margin-bottom: 19px;
}
.banner-text h2{
	font-size: 60px;
	color: #ffc074;
	line-height: 62px;
	padding-bottom: 40px;
}
.banner-text p{
	font-size: 26px;
	color: #fff;
	line-height: 28px;
	padding-bottom: 17px;
}
.banner-img img{
	position: absolute;
}
.banner-img .bubble-img{
	right: -224px;
	top:-128px;
}
.banner-img .app-img{
	right: -363px;
	top:-80px;
}
/*banner end*/

/*APP常见服务领域 start*/
.serve-list{
	width:1199px;
	overflow: hidden;
	border-left: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
	margin: 10px 0 60px;
}
.serve-list li a{
	width: 100%;
	height: 100%;
}
.serve-list li{
	width: 16.56%;
	height: 199px;
	float: left;
	text-align: center;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	background: #fff;
}
.serve-list li i{
	width: 81px;
	height: 81px;
	margin: 34px 0 22px;
	-webkit-transition: .6s;
	transition: .6s;
}
.serve-list li .serve-icon2{background-position: -81px 0;}
.serve-list li .serve-icon3{background-position: -162px 0;}
.serve-list li .serve-icon4{background-position: -243px 0;}
.serve-list li .serve-icon5{background-position: -324px 0;}
.serve-list li .serve-icon6{background-position: -405px 0;}
.serve-list li .serve-icon7{background-position: 0 -81px;}
.serve-list li .serve-icon8{background-position: -81px -81px;}
.serve-list li .serve-icon9{background-position: -162px -81px;}
.serve-list li .serve-icon10{background-position: -243px -81px;}
.serve-list li .serve-icon11{background-position: -324px -81px;}
.serve-list li .serve-icon12{background-position: -405px -81px;}
.serve-list li .serve-icon13{background-position: 0 -243px;}
.serve-list li .serve-icon14{background-position: -81px -162px;}
.serve-list li .serve-icon15{background-position: -162px -162px;}
.serve-list li .serve-icon16{background-position: -243px -162px;}
.serve-list li .serve-icon17{background-position: -324px -162px;}
.serve-list li .serve-icon18{background-position: -405px -162px;}
.serve-list li .serve-icon19{background-position: 0 -243px;}
.serve-list li .serve-icon20{background-position: -81px -243px;}
.serve-list li .serve-icon21{background-position: -162px -243px;}
.serve-list li .serve-icon22{background-position: -243px -243px;}
.serve-list li .serve-icon23{background-position: -324px -243px;}
.serve-list li .serve-icon24{background-position: -405px -243px;}
.serve-list li p{
	font-size: 20px;
	color: #565656;
	line-height:22px;
}
.serve-list li:hover i{
	margin-bottom: 15px;
	-webkit-animation:lightSpeedIn 1.2s 250ms linear;
	-moz-animation:lightSpeedIn 1.2s 250ms linear;
	-ms-animation:lightSpeedIn 1.2s 250ms linear;
	 -o-animation:lightSpeedIn 1.2s 250ms linear;
    animation:lightSpeedIn 1.2s 250ms linear;
}
.serve-list li:last-child:hover i{
	-webkit-animation:rollIn 1s 250ms linear;
	-moz-animation:rollIn 1s 250ms linear;
	-ms-animation:rollIn 1s 250ms linear;
	 -o-animation:rollIn 1s 250ms linear;
    animation:rollIn 1s 250ms linear;
}
.btn-box3{margin-top: 0;}
.btn-box4{margin-top: 30px;}
/*APP常见服务领域 end*/
/*为什么企业要有自己的APP start*/
.choose-list{
	width: 1090px;
	margin: 0 auto;
	overflow: hidden;
	background: url(/public/images/app/choose-bg.png) center bottom no-repeat;
	padding-top: 65px;
}
.choose-list li{
	width: 29.33%;
	text-align: center;
	float: left;
	height: 452px;
	position: relative;
}
.choose-list li h6{
	width: 149px;
	height: 163px;
	font-size: 20px;
	color: #333;
	line-height: 163px;
	background:url(/public/images/app/choose-tt-bg.png) no-repeat center ;
	margin: -60px 0 0 160px;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.choose-list li h6 b{
	font-size: 40px;
}
.choose-list li:first-child h6{margin-left: 176px !important;}
.choose-list li:last-child h6{margin-left: 141px !important;}
.blue{color: #2eb4b5;}
.choose-list li p{
	width: 210px;
	text-align: left;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin: 46px 0 0 146px;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.choose-list li:first-child p{margin-left: 143px !important;}
.choose-list li .last-p{margin-left: 133px;}
.choose-list li:hover p{
	margin-top: 36px;
}
/*为什么企业要有自己的APP end*/
/*APP可以给企业带来哪些好处 start*/
.best-box{
	position: relative;
	background: url(/public/images/app/best-bg_02.jpg) center top no-repeat;
	z-index: 3;
}
.best-box .w1200{
	position: relative;
	height:844px;
}
.best-bg{
	width: 100%;
	height: 844px;
	background: url(/public/images/app/best-bg_02.png) center top no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	-webkit-animation: chair 7s ease-in-out infinite;
	 animation: chair 7s ease-in-out infinite;
	 z-index: -1;
}
.best-list{
	width: 430px;
	padding-top: 44px;
}
.best-list li{
	width: 100%;
	overflow: hidden;
	margin-bottom: 45px;
}
.num-fl{
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background: url(/public/images/transparent_bg/transparent-fff30.png) repeat;
	font-size: 30px;
	color: #ccced5;
	font-family: impact;
	margin-right: 20px;
}
.best-text{
	width: 350px;
	text-align: left;
	color: #fff;
}
.best-text b{
	font-size: 16px;
	line-height: 24px;
}
.best-text p{
	font-size: 14px;
	color: #ccc;
	line-height: 24px;
	padding-top: 9px;
}
.best-img{
	position: absolute;
	right: -327px;
	bottom: -161px;
}
/*APP可以给企业带来哪些好处 end*/
/*顶呱呱APP开发6大优势 start*/
.adv-list{
	width: 100%;
	overflow: hidden;
}
.adv-list li{
	width: 33.33%;
	height: 160px;
	float: left;
	overflow:hidden ;
	position: relative;
	box-shadow: inset 0 0 0 0px transparent;
	 -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
}
.adv-list li:after {
	content: '';
	display: block;
	position: absolute;
}	
.adv-list li:before {
	content: '';
	display: block;
	position: absolute;
}
.adv-list li:after,
.adv-list li:before {
	box-sizing: border-box;
	border: 1px solid transparent;
	width: 0;
	height: 0;
}
.adv-list li:after {
	top: 0;
	left: 0;
	-webkit-transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
	transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
}

.adv-list li:before {
	bottom: 0;
	right: 0;
	-webkit-transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in;
	transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in;
}

.adv-list li:hover:after,
.adv-list li:hover:before {
	width: 100%;
	height: 100%;
}
.adv-list li:hover:after {
	border-top-color: #ccc;
	border-right-color: #ccc;
	-webkit-transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
	transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
}
.adv-list li:hover:before {
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	-webkit-transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
	transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
}	
.adv-line{
	width: 6px;
	height: 0;
	background: #2eb4b5;
	-webkit-transition: height .6s;
	transition: height .6s;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.adv-list li i{
	width: 90px;
	height: 90px;
	background-position: 0 -324px;
	margin: 30px 20px 0 30px;
}
.adv-list li .adv-icons2{background-position: -90px -324px;}
.adv-list li .adv-icons3{background-position: -180px -324px;}
.adv-list li .adv-icons4{background-position: -270px -324px;}
.adv-list li .adv-icons5{background-position: -360px -324px;}
.adv-list li .adv-icons6{background-position: -450px -324px;}
.adv-list li:hover i{
	background-position: 0 -414px;
	-webkit-animation:rollIn 1s linear;
	-moz-animation:rollIn 1s linear;
	-ms-animation:rollIn 1s linear;
	 -o-animation:rollIn 1s linear;
    animation:rollIn 1s  linear;
}
.adv-list li:hover .adv-icons2{background-position: -90px -414px;}
.adv-list li:hover .adv-icons3{background-position: -180px -414px;}
.adv-list li:hover .adv-icons4{background-position: -270px -414px;}
.adv-list li:hover .adv-icons5{background-position: -360px -414px;}
.adv-list li:hover .adv-icons6{background-position: -450px -414px;}
.adv-text{
	width: 220px;
	float: left;
	text-align: left;
	padding: 27px 0 0 0;
}
.adv-text p{
	font-size: 14px;
	line-height: 24px;
	color: #666;
	padding-top:14px;
}
.adv-text span{
	font-size: 20px;
	line-height: 22px;
	color: #333;
}
.adv-list li:hover .adv-line{
	height: 160px;
}
/*顶呱呱APP开发6大优势 end*/

/*APP标准开发流程 start*/
.flow-list{
	width: 1110px;
	overflow:hidden ;
	background: url(/public/images/app/flow-bg_03.jpg) center 67px no-repeat;
	padding: 12px 45px 55px;
}
.flow-list li{
	width: 20%;
	float: left;
	text-align: center;
}
.flow-list li i{
	width: 150px;
	height: 134px;
	background-position: 0 -504px;
	-webkit-transition: 3s;
	transition: 2s;
}
.flow-list li .flow-icon2{background-position: -150px -504px;}
.flow-list li .flow-icon3{background-position: -300px -504px;}
.flow-list li .flow-icon4{background-position: -450px -504px;}
.flow-list li .flow-icon5{background-position: -600px -504px;}
.flow-list li p{
	font-size: 16px;
	color: #333;
	line-height: 26px;
	padding-top: 19px;
}
.flow-list .cur i{
	-webkit-animation:swing 1s linear;
	-moz-animation:swing 1s linear;
	-ms-animation:swing 1s linear;
	 -o-animation:swing 1s linear;
    animation:swing 1s  linear;
}
.flow-list .cur p{color: #2eb4b5;}
/*APP标准开发流程 end*/