body {
	background:url(../images/business_bg.jpg) no-repeat;
	background-size:100% 15%;
}
/* 第二屏开始 */
.cluster_c2p {
	background:url(../images/c2p.jpg) no-repeat;
	background-size:cover;
}
.cluster_c2p .c2p_box {
	position:relative;
	margin:0 auto;
	padding:85px 0 48px;
	width:1200px;
}
.cluster_c2p .c2p_box .cpu {
	position:absolute;
	left:478px;
	top:380px;
	width:244px;
	height:255px;
	background:url(../images/cpu.png) center no-repeat;
}
.cluster_c2p .c2p_box .cpu img {
	position:absolute;
	animation:star 3s linear infinite;
	-webkit-animation:star 3s linear infinite;
	-moz-animation:star 3s linear infinite;
	-mo-animation:star 3s linear infinite;
}
@keyframes star
{
0%	 {left:0;top:0;}
60%   {left:0;top:0;}
70%  {left:228px;top:0;}
80%  {left:228px;top:228px;}
90%  {left:0;top:228px;}
100% {left:0;top:0;}
}
@-webkit-keyframes star
{
0%	 {left:0;top:0;}
60%   {left:0;top:0;}
70%  {left:228px;top:0;}
80%  {left:228px;top:228px;}
90%  {left:0;top:228px;}
100% {left:0;top:0;}
}
@-moz-keyframes star
{
0%	 {left:0;top:0;}
60%   {left:0;top:0;}
70%  {left:228px;top:0;}
80%  {left:228px;top:228px;}
90%  {left:0;top:228px;}
100% {left:0;top:0;}
}
@-o-keyframes star
{
0%	 {left:0;top:0;}
60%   {left:0;top:0;}
70%  {left:228px;top:0;}
80%  {left:228px;top:228px;}
90%  {left:0;top:228px;}
100% {left:0;top:0;}
}
.cluster_c2p .c2p_box .cpu_list1 {
	margin-left:245px;
	position:relative;
}
.cluster_c2p .c2p_box .cpu_list1 .imgd1 img,
.cluster_c2p .c2p_box .cpu_list1 .imgd2 img,
.cluster_c2p .c2p_box .cpu_list1 .imgd3 img {
	display:none\9;
}
.cluster_c2p .c2p_box .cpu_list1 .imgd1{
	width:60px;
	height:7px;
	}
.cluster_c2p .c2p_box .cpu_list1 .imgd1 img{
	opacity:0;
	}
.cluster_c2p .c2p_box .cpu_list1 .imgd1.active img{
	position: absolute;
	z-index: 99;
	opacity:1;
	animation:icon .7s linear infinite;
	-webkit-animation:icon .7s linear infinite;
	-moz-animation:icon .7s linear infinite;
	-mo-animation:icon .7s linear infinite;
	}
.cluster_c2p .c2p_box .cpu_list1 .imgd2{
	width:60px;
	height:7px;
	}
.cluster_c2p .c2p_box .cpu_list1 .imgd2 img{
	opacity:0;
	}
.cluster_c2p .c2p_box .cpu_list1 .imgd2.active img{
	position: absolute;
	z-index: 99;
	opacity:1;
	animation:icon2 0.6s linear infinite;
	-webkit-animation:icon2 0.6s linear infinite;
	-moz-animation:icon2 0.6s linear infinite;
	-mo-animation:icon2 0.6s linear infinite;
	}
.cluster_c2p .c2p_box .cpu_list1 .imgd3{
	width:60px;
	height:7px;
	}
.cluster_c2p .c2p_box .cpu_list1 .imgd3 img{
	opacity:0;
	}
.cluster_c2p .c2p_box .cpu_list1 .imgd3.active img{
	position: absolute;
	z-index: 99;
	opacity:1;
	animation:icon3 .7s linear infinite;
	-webkit-animation:icon3 .7s linear infinite;
	-moz-animation:icon3 .7s linear infinite;
	-mo-animation:icon3 .7s linear infinite;
	}
@keyframes icon
{
0%	 {left:-10px;top:388px;}
30%   {left:70px;top:388px;transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg);}
30.1%   {left:76px;top:378px;transform: rotate(-90deg);-ms-transform: rotate(-90deg); -webkit-transform: rotate(-90deg);}
90%  {opacity:1;}
100%  {left:76px;top:205px;transform: rotate(-90deg);-ms-transform: rotate(-90deg); -webkit-transform: rotate(-90deg);opacity:0;}
}
@-webkit-keyframes icon
{
0%	 {left:-10px;top:388px;}
30%   {left:70px;top:388px;transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg);}
30.1%   {left:76px;top:378px;transform: rotate(-90deg);-ms-transform: rotate(-90deg); -webkit-transform: rotate(-90deg);}
90%  {opacity:1;}
100%  {left:76px;top:205px;transform: rotate(-90deg);-ms-transform: rotate(-90deg); -webkit-transform: rotate(-90deg);opacity:0;}
}
@-moz-keyframes icon
{
0%	 {left:-10px;top:388px;}
30%   {left:70px;top:388px;transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg);}
30.1%   {left:76px;top:378px;transform: rotate(-90deg);-ms-transform: rotate(-90deg); -webkit-transform: rotate(-90deg);}
90%  {opacity:1;}
100%  {left:76px;top:205px;transform: rotate(-90deg);-ms-transform: rotate(-90deg); -webkit-transform: rotate(-90deg);opacity:0;}
}
@-o-keyframes icon
{
0%	 {left:-10px;top:388px;}
30%   {left:70px;top:388px;transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg);}
30.1%   {left:76px;top:378px;transform: rotate(-90deg);-ms-transform: rotate(-90deg); -webkit-transform: rotate(-90deg);}
90%  {opacity:1;}
100%  {left:76px;top:205px;transform: rotate(-90deg);-ms-transform: rotate(-90deg); -webkit-transform: rotate(-90deg);opacity:0;}
}
@keyframes icon2
{
0%	 {left:-10px;top:445px;}
80%  {opacity:1;}
100%  {left:143px;top:445px;opacity:0;}
}
@-webkit-keyframes icon2
{
0%	 {left:-10px;top:445px;}
80%  {opacity:1;}
100%  {left:143px;top:445px;opacity:0;}
}
@-moz-keyframes icon2
{
0%	 {left:-10px;top:445px;}
80%  {opacity:1;}
100%  {left:143px;top:445px;opacity:0;}
}
@-o-keyframes icon2
{
0%	 {left:-10px;top:445px;}
80%  {opacity:1;}
100%  {left:143px;top:445px;opacity:0;}
}
@keyframes icon3
{
0%	 {left:-10px;top:521px;}
33%  {left:70px;top:521px;transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg);}
33.01%  {left:76px;top:530px;transform: rotate(90deg);-ms-transform: rotate(90deg); -webkit-transform: rotate(90deg);}
70%{left:76px;top:615px;transform: rotate(90deg);-ms-transform: rotate(90deg); -webkit-transform: rotate(90deg);}
70.1%{left:84px;top:623px;transform: rotate(180deg);-ms-transform: rotate(180deg); -webkit-transform: rotate(180deg);opacity:1;}
100%{left:125px;top:623px;transform: rotate(180deg);-ms-transform: rotate(180deg); -webkit-transform: rotate(180deg);opacity:0;}
}
@-webkit-keyframes icon3
{
0%	 {left:-10px;top:521px;}
33%  {left:70px;top:521px;transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg);}
33.01%  {left:76px;top:530px;transform: rotate(90deg);-ms-transform: rotate(90deg); -webkit-transform: rotate(90deg);}
70%{left:76px;top:615px;transform: rotate(90deg);-ms-transform: rotate(90deg); -webkit-transform: rotate(90deg);}
70.1%{left:84px;top:623px;transform: rotate(180deg);-ms-transform: rotate(180deg); -webkit-transform: rotate(180deg);opacity:1;}
100%{left:125px;top:623px;transform: rotate(180deg);-ms-transform: rotate(180deg); -webkit-transform: rotate(180deg);opacity:0;}
}
@-moz-keyframes icon3
{
0%	 {left:-10px;top:521px;}
33%  {left:70px;top:521px;transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg);}
33.01%  {left:76px;top:530px;transform: rotate(90deg);-ms-transform: rotate(90deg); -webkit-transform: rotate(90deg);}
70%{left:76px;top:615px;transform: rotate(90deg);-ms-transform: rotate(90deg); -webkit-transform: rotate(90deg);}
70.1%{left:84px;top:623px;transform: rotate(180deg);-ms-transform: rotate(180deg); -webkit-transform: rotate(180deg);opacity:1;}
100%{left:125px;top:623px;transform: rotate(180deg);-ms-transform: rotate(180deg); -webkit-transform: rotate(180deg);opacity:0;}
}
@-o-keyframes icon3
{
0%	 {left:-10px;top:521px;}
33%  {left:70px;top:521px;transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg);}
33.01%  {left:76px;top:530px;transform: rotate(90deg);-ms-transform: rotate(90deg); -webkit-transform: rotate(90deg);}
70%{left:76px;top:615px;transform: rotate(90deg);-ms-transform: rotate(90deg); -webkit-transform: rotate(90deg);}
70.1%{left:84px;top:623px;transform: rotate(180deg);-ms-transform: rotate(180deg); -webkit-transform: rotate(180deg);opacity:1;}
100%{left:125px;top:623px;transform: rotate(180deg);-ms-transform: rotate(180deg); -webkit-transform: rotate(180deg);opacity:0;}
}
.cluster_c2p .c2p_box .cpu_list1 .svg_box {
	position:absolute;
	z-index:3;
	display:none;
	width:158px;
	height:60px;
	cursor:pointer;
	background:rgba(255,255,255,0);
}
.cluster_c2p .c2p_box .cpu_list1 #btn1 {
	top: 102px;
	left: 79px;
}
.cluster_c2p .c2p_box .cpu_list1 #btn2 {
	top: 391px;
	left: 159px;
}
.cluster_c2p .c2p_box .cpu_list1 #btn3 {
	bottom: 134px;
	left: 186px;
}
#svg0{
	position:relative;
	z-index:1;
}
#svg1,
#svg2,
#svg3{
	position:absolute;
	overflow:hidden;
}
#svg1{
	top:-87px;
	left:157px;
}
#svg2{
	top:-76px;
	left:96px;
}
#svg3{
	bottom:-131px;
	left:103px;
}
svg path{
	fill:rgba(255,255,255,.8);
}
svg text{
	cursor:pointer;
	font-size:16px;
	fill:#1977be;
}
/* 第二屏结束 */
/* 第三屏开始 */
.ecological {
	position:relative;
	padding:4% 0;
	background:url(../images/ecological_electronic_bg.jpg);
	background-size:cover;
}
.ecological .ecological_bg {
	width:100%;
	height:763px;
	background:url(../images/star_bg.png) center no-repeat;
}
.ecological .ecological_box {
	position:absolute;
	top:0;
	left:0;
	z-index:9;
	width:100%;
	height:100%;
}
.ecological .ecological_box .ecological_content {
	position:relative;
	margin:0 auto;
	width:1200px;
	height:100%;
}
.ecological .ecological_box .ecological_content h2 {
	position:absolute;
	top:8%;
	left:33%;
	z-index:9;
	width:500px;
	height:132px;
	text-indent:-9999em;
	background:url(../images/title.png) center;
}
.ecological .ecological_box .ecological_content div {
	position:absolute;
	z-index:1;
	cursor:pointer;
}
.ecological .ecological_box .ecological_content div img {
	display:block;
}
.ecological .ecological_box .ecological_content div ul {
	position:absolute;
	right:0;
	bottom:45px;
	display:none;
	width:95px;
	text-align:center;
	font-size:1.4em;
	line-height:2.4em;
	background:rgba(255,255,255,.2);
}
.ecological .ecological_box .ecological_content div ul li a {
	color:#fff;
}
.ecological .ecological_box .ecological_content div ul li:hover {
	background:rgba(30,114,187,.5);
}
.ecological .ecological_box .ecological_content .platform_building {
	top:12%;
	left:5%;
}
.ecological .ecological_box .ecological_content .brand {
	top:32%;
	left:38%;
}
.ecological .ecological_box .ecological_content .platform_maintenance {
	top:24%;
	right:1%;
}
.ecological .ecological_box .ecological_content .marketing_promotion {
	right:12%;
	bottom:20%;
}
.ecological .ecological_box .ecological_content .marketing_management {
	left:30%;
	bottom:7%;
}
.ecological .ecological_box .ecological_content .mask {
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	display:none;
	height:100%;
	background:rgba(0,0,0,.5);
}
/* 第三屏结束 */
/*第四屏开始*/
.section4{
	min-height:915px;
	background:url(../images/bg-4.jpg) no-repeat center center;
	width:100% !important;
	min-width: 1200px;
	}
.section4 .bg{
	width:100%;
	min-height:915px;
/*	background:url(../images/inner-bg.png) no-repeat center center;
*/	opacity:0.7;filter:alpha(opacity=70);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.section4 .inner_bg{
	width:100%;
	min-height:915px;
	background:url(../images/ge.png) no-repeat center center;
	opacity:0;filter:alpha(opacity=0);
	-webkit-transition: all 0.6s 0.6s ease-in-out;
	-moz-transition: all 0.6s 0.6s ease-in-out;
	-o-transition: all 0.6s 0.6s ease-in-out;
	transition: all 0.6s 0.6s ease-in-out;
	}
.section4 .inner_bg .position_box{
	position:relative;
	width:1200px;
	min-width: 1200px;
	margin:0 auto;
/*	//min-height:915px;
*/	}
.section4 .inner_bg .position_box .ge-1{
	position: absolute;
	top: 132px;
	right: 195px;
/*	background: url(../images/ge-1.png)no-repeat;
*/	width: 122px;
	height: 140px;
	}
.section4 .inner_bg .position_box .ge-2{
	position: absolute;
	top: 238px;
	right: 384px;
	width: 122px;
	height: 141px;
	}
.section4 .inner_bg .position_box .ge-3{
	position: absolute;
	top: 346px;
	right: 568px;
	width: 122px;
	height: 140px;
	}
.section4 .inner_bg .position_box .ge-4{
	position: absolute;
	top: 452px;
	right: 382px;
	width: 122px;
	height: 141px;
	}
.section4 .inner_bg .position_box .ge-5{
	position: absolute;
	top: 561px;
	right: 569px;
	width: 122px;
	height: 140px;
	}
.section4 .inner_bg .position_box .ge-6{
	position: absolute;
	top: 561px;
	right: 195px;
	width: 122px;
	height: 140px;
	}
.section4 .inner_bg .position_box .ge-7{
	position: absolute;
	top: 452px;
	right: 10px;
	width: 122px;
	height: 140px;
	}
.section4 .inner_bg .position_box span {
	position: absolute;
	cursor:pointer;
	font-size: 1.5em;
}
/*.section4 .inner_bg .position_box span:hover {
	color:rgb(233,84,4);
}*/
.section4 .inner_bg .position_box span{
	bottom: 0;
	left: 0;
	top: 0px;
	right: 0px;
	margin: auto;
	z-index:99;
	}
.section4 .inner_bg .position_box .one{
	color: #fff;
	width: 80%;
	height: 25px;
	}
.section4 .inner_bg .position_box .two{
	color: #00a0e9;
	width: 50%;
	height: 25px;
	}
.section4 .inner_bg .position_box .three{
	color: #fff;
	width: 80%;
	height: 25px;
	}
.section4 .inner_bg .position_box .four{
	color: #0076ca;
	width: 50%;
	height: 25px;
	}
.section4 .inner_bg .position_box .five{
	color: #fff;
	width: 50%;
	height: 25px;
	}
.section4 .inner_bg .position_box .six{
	color: #fff;
	width: 50%;
	height: 25px;
	}
.section4 .inner_bg .position_box .seven{
	color: #fff;
	width: 50%;
	height: 25px;
	}
.active .inner_bg{
	opacity:1;filter:alpha(opacity=100);
	}
/*第四屏结束*/
/* 第五屏开始 */
.smart {
	position:relative;
	overflow:hidden;
	background:url(../images/smart_bg.jpg) center no-repeat;
	background-size:cover;
}
.smart .smart_start {
	position:absolute;
	top:0;
	left:0;
	z-index:9;
	width:100%;
	height:100%;
	background:url(../images/smart.jpg) center no-repeat;
	background-size:cover;
}
.smart .smart_tit {
	/*position:absolute;
	top:0;
	left:0;*/
	padding:3% 0 2%;
	width:100%;
	text-align:center;
	background:rgba(243,152,0,.8);
}
.smart .smart_tit h2 {
	font-size:4.7em;
	color:#fff;
}
.smart .smart_tit h2 span {
	padding-left:2%;
	font-size:.6em;
	vertical-align:bottom;
}
.smart .smart_content {
	margin:0 auto;
	width:1200px;
	height:475px;
}
.smart .smart_content p {
	display:none;
	position:relative;
}
.smart .smart_content p img {
	display:block;
}
.smart .smart_content p a {
	position:absolute;
	font-size:2.4em;
	color:#fff;
}
.smart .smart_content p a:hover {
	color:rgb(243,152,0);
}
.smart .smart_content .hardware .word1 {
	top:33%;
	left:12%;
}
.smart .smart_content .hardware .word2 {
	top:75%;
	left:18%;
}
.smart .smart_content .hardware .word3 {
	top:12%;
	left:35%;
}
.smart .smart_content .hardware .word4 {
	top:21%;
	left:60%;
}
.smart .smart_content .hardware .word5 {
	right:16%;
	bottom:3%;
}
.smart .smart_content .office .word1 {
	left:14%;
	bottom:24%;
}
.smart .smart_content .office .word2 {
	left:40%;
	bottom:36%;
}
.smart .smart_content .office .word3 {
	right:32%;
	bottom:10%;
}
.smart .smart_content .office .word4 {
	top:47%;
	right:5%;
}
.smart .smart_content .workshop .word1 {
	left:10%;
	bottom:6%;
}
.smart .smart_content .workshop .word2 {
	top:40%;
	left:34%;
}
.smart .smart_content .workshop .word3 {
	right:42%;
	bottom:14%;
}
.smart .smart_content .workshop .word4 {
	top:34%;
	right:28%;
}
.smart .smart_content .workshop .word5 {
	right:8%;
	bottom:5%;
}
.smart .smart_content .management .word1 {
	left:14%;
	bottom:25%;
}
.smart .smart_content .management .word2 {
	left:29%;
	bottom:5%;
}
.smart .smart_content .management .word3 {
	left:45%;
	bottom:34%;
}
.smart .smart_content .management .word4 {
	top:30%;
	right:17%;
}
.smart .smart_content .wifi .word1 {
	left:10%;
	bottom:26%;
}
.smart .smart_content .wifi .word2 {
	left:34%;
	bottom:16%;
}
.smart .smart_content .wifi .word3 {
	top:15%;
	left:37%;
}
.smart .smart_content .wifi .word4 {
	right:21%;
	bottom:18%;
}
.smart .smart_content .wifi .word5 {
	top:44%;
	right:10%;
}
.smart .smart_btn {
	/*position:absolute;
	left:0;
	bottom:0;*/
	width:100%;
	border-top:1px solid #b6e1f2;
	background:rgba(0,175,236,.5);
}
.smart .smart_btn ul {
	margin:0 auto;
	width:1200px;
}
.smart .smart_btn ul li {
	float:left;
	padding:5% 0;
	width:20%;
	text-align:center;
	font-size:2em;
	color:#fff;
	cursor:pointer;
}
.smart .smart_btn ul li.cur {
	background:rgba(243,152,0,.8);
}
.smart .smart_btn ul li img {
	margin-bottom:12%;
}
/* 第五屏结束 */
/* 第六屏开始 */
.print{
	position:relative;
	background:url(../images/print.jpg) no-repeat center;
	background-size:cover;
	overflow:hidden;
	width:100%;
	height:100%;
	}
.print .p-title{
	position:absolute;
	bottom:150px;
	left:0;
	right:0;
	width:870px;
	margin:0 auto;
	}
.print .title-6{
	position:absolute;
	bottom:80px;
	left:0;
	right:0;
	margin: auto;
	display:block;
	opacity:0;
	}
.print .title-6.active{
	-webkit-animation: fadein-from-bottom .5s ease-out 0.9s 1 normal forwards;
	-moz-animation: fadein-from-bottom .5s ease-out 0.9s 1 normal forwards;
	-ms-animation: fadein-from-bottom .5s ease-out 0.9s 1 normal forwards;
	-o-animation: fadein-from-bottom .5s ease-out 0.9s 1 normal forwards;
	animation: fadein-from-bottom .5s ease-out 0.9s 1 normal forwards;
	}
.print .p-title li{
	float:left;
	opacity:0;
	}
.print .p-title.active li:nth-child(1){
	-webkit-animation: print .1s ease-out .1s 1 normal forwards;
	-moz-animation: print .1s ease-out .1s 1 normal forwards;
	-ms-animation: print .1s ease-out .1s 1 normal forwards;
	-o-animation: print .1s ease-out .1s 1 normal forwards;
	animation: print .1s ease-out .1s 1 normal forwards;
	}
.print .p-title.active li:nth-child(2){
	-webkit-animation: print .1s ease-out .2s 1 normal forwards;
	-moz-animation: print .1s ease-out .2s 1 normal forwards;
	-ms-animation: print .1s ease-out .2s 1 normal forwards;
	-o-animation: print .1s ease-out .2s 1 normal forwards;
	animation: print .1s ease-out .2s 1 normal forwards;
	}
.print .p-title.active li:nth-child(3){
	-webkit-animation: print .1s ease-out .3s 1 normal forwards;
	-moz-animation: print .1s ease-out .3s 1 normal forwards;
	-ms-animation: print .1s ease-out .3s 1 normal forwards;
	-o-animation: print .1s ease-out .3s 1 normal forwards;
	animation: print .1s ease-out .3s 1 normal forwards;
	}
.print .p-title.active li:nth-child(4){
	-webkit-animation: print .1s ease-out .4s 1 normal forwards;
	-moz-animation: print .1s ease-out .4s 1 normal forwards;
	-ms-animation: print .1s ease-out .4s 1 normal forwards;
	-o-animation: print .1s ease-out .4s 1 normal forwards;
	animation: print .1s ease-out .4s 1 normal forwards;
	}
.print .p-title.active li:nth-child(5){
	-webkit-animation: print .1s ease-out .5s 1 normal forwards;
	-moz-animation: print .1s ease-out .5s 1 normal forwards;
	-ms-animation: print .1s ease-out .5s 1 normal forwards;
	-o-animation: print .1s ease-out .5s 1 normal forwards;
	animation: print .1s ease-out .5s 1 normal forwards;
	}
.print .p-title.active li:nth-child(6){
	-webkit-animation: print .1s ease-out .6s 1 normal forwards;
	-moz-animation: print .1s ease-out .6s 1 normal forwards;
	-ms-animation: print .1s ease-out .6s 1 normal forwards;
	-o-animation: print .1s ease-out .6s 1 normal forwards;
	animation: print .1s ease-out .6s 1 normal forwards;
	}
.print .p-title.active li:nth-child(7){
	-webkit-animation: print .1s ease-out .7s 1 normal forwards;
	-moz-animation: print .1s ease-out .7s 1 normal forwards;
	-ms-animation: print .1s ease-out .7s 1 normal forwards;
	-o-animation: print .1s ease-out .7s 1 normal forwards;
	animation: print .1s ease-out .7s 1 normal forwards;
	}
.print .p-title.active li:nth-child(8){
	-webkit-animation: print .1s ease-out .8s 1 normal forwards;
	-moz-animation: print .1s ease-out .8s 1 normal forwards;
	-ms-animation: print .1s ease-out .8s 1 normal forwards;
	-o-animation: print .1s ease-out .8s 1 normal forwards;
	animation: print .1s ease-out .8s 1 normal forwards;
	}				
.print .p-title li:nth-child(5){
	padding-left:90px;
	}
	
/* 第六屏结束 */
footer {
	padding:6% 0;
	background:#0068b7;
	font-size:1.5em;
	text-align:center;
	color:#fff;
	line-height:2em;
}


/******************************************************************************************************************/
/*文字特效css样式*/
#c2p{
	position:relative;
	}
#c2p .stage-1-title{
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	width: 1200px;
	height: 78px;
	margin: 0 auto;
	}
#c2p .stage-2-title{
	position: absolute;
	top: 185px;
	left: 0;
	right: 0;
	width: 1200px;
	height: 45px;
	margin: 0 auto;
	opacity: 0;
	}
#c2p .stage-1-title li{
	position: relative;
	float: left;
	}
#c2p .stage-1-title .stage-1-title-chars-c{
	width:59px;
	height:100%;
	}
#c2p .stage-1-title .stage-1-title-chars-c .stage-1-title-chars-c-1 {
	position:absolute;
	width: 59px;
	height: 36px;
	top: 0px;
	left: 0;
	background: url(../images/c-1.png) no-repeat;
	}
#c2p .stage-1-title .stage-1-title-chars-c .stage-1-title-chars-c-2 {
	position:absolute;
	width: 59px;
	height: 36px;
	top: 36px;
	left: 0;
	background: url(../images/c-2.png) no-repeat;
	}
#c2p .stage-1-title .stage-1-title-chars-2{
	width:53px;
	height:100%;
	}
#c2p .stage-1-title .stage-1-title-chars-2 .stage-1-title-chars-2-1 {
	position:absolute;
	width: 53px;
	height: 36px;
	top: 0px;
	left: 0;
	background:url(../images/2-1.png) no-repeat;
	}
#c2p .stage-1-title .stage-1-title-chars-2 .stage-1-title-chars-2-2 {
	position:absolute;
	width: 53px;
	height: 36px;
	top: 36px;
	left: 0;
	background: url(../images/2-2.png) no-repeat;
	}
#c2p .stage-1-title .stage-1-title-chars-p{
	width:55px;
	height:100%;
	}
#c2p .stage-1-title .stage-1-title-chars-p .stage-1-title-chars-p-1 {
	position:absolute;
	width:19px;
	height: 43px;
	top: 0px;
	left: 0;
	background:url(../images/p-1.png) no-repeat;
	}
#c2p .stage-1-title .stage-1-title-chars-p .stage-1-title-chars-p-2 {
	position:absolute;
	width: 36px;
	height: 43px;
	top: 0px;
	left: 19px;
	background: url(../images/p-2.png) no-repeat;
	}
#c2p .stage-1-title .stage-1-title-chars-p .stage-1-title-chars-p-3 {
	position:absolute;
	width: 19px;
	height: 29px;
	top: 43px;
	left: 0;
	background: url(../images/p-3.png) no-repeat;
	}
#c2p .stage-1-title .stage-1-title-chars-hu{
	width:66px;
	height:100%;
	}
#c2p .stage-1-title .stage-1-title-chars-hu .stage-1-title-chars-hu-1 {
	position:absolute;
	width:66px;
	height: 29px;
	top: 0px;
	left: 0;
	background:url(../images/hu-1.png) no-repeat;
	}
#c2p .stage-1-title .stage-1-title-chars-hu .stage-1-title-chars-hu-2 {
	position:absolute;
	width: 66px;
	height: 29px;
	top: 29px;
	left: 0px;
	background: url(../images/hu-2.png) no-repeat;
	}
#c2p .stage-1-title .stage-1-title-chars-hu .stage-1-title-chars-hu-3 {
	position:absolute;
	width: 66px;
	height: 15px;
	top: 50px;
	left: 0;
	background: url(../images/hu-3.png) no-repeat;
	}
#c2p .stage-1-title .stage-1-title-chars-lian{
	width:63px;
	height:100%;
	}
#c2p .stage-1-title .stage-1-title-chars-lian .stage-1-title-chars-lian-1 {
	position:absolute;
	width:61px;
	height: 29px;
	top: 0px;
	left: 0;
	background:url(../images/lian-1.png) no-repeat;
	}
#c2p .stage-1-title .stage-1-title-chars-lian .stage-1-title-chars-lian-2 {
	position:absolute;
	width: 61px;
	height: 29px;
	top: 25px;
	left: 0px;
	background: url(../images/lian-2.png) no-repeat;
	}
#c2p .stage-1-title .stage-1-title-chars-lian .stage-1-title-chars-lian-3 {
	position:absolute;
	width: 61px;
	height: 25px;
	top: 44px;
	left: 0;
	background: url(../images/lian-3.png) no-repeat;
	}
#c2p .stage-1-title .stage-1-title-chars-lian .stage-1-title-chars-lian-4 {
	position:absolute;
	width: 35px;
	height: 25px;
	top: 0px;
	left: 26px;
	background: url(../images/lian-4.png) no-repeat;
	}
#c2p .stage-1-title .stage-1-title-chars-lian .stage-1-title-chars-lian-5 {
	position: absolute;
	width: 35px;
	height: 19px;
	top: 25px;
	left: 26px;
	background: url(../images/lian-5.png) no-repeat;
	}
#c2p .stage-1-title .stage-1-title-chars-lian .stage-1-title-chars-lian-6{
	position: absolute;
	width: 35px;
	height: 25px;
	top: 44px;
	left: 26px;
	background: url(../images/lian-6.png) no-repeat;
	}
#c2p .stage-1-title .stage-1-title-chars-wang{
	width:55px;
	height:100%;
	}
#c2p .stage-1-title .stage-1-title-chars-wang .stage-1-title-chars-wang-1 {
	position:absolute;
	width:53px;
	height: 68px;
	top: 0px;
	left: 0;
	background:url(../images/wang-1.png) no-repeat;
	}
#c2p .stage-1-title .stage-1-title-chars-wang .stage-1-title-chars-wang-2 {
	position:absolute;
	width:36px;
	height: 35px;
	top: 25px;
	left: 8px;
	background: url(../images/wang-2.png) no-repeat;
	}
#c2p .stage-1-title .stage-1-title-chars-gong{
	width:59px;
	height:100%;
	}
#c2p .stage-1-title .stage-1-title-chars-gong .stage-1-title-chars-gong-1 {
	position:absolute;
	width:52px;
	height: 23px;
	top: 0px;
	left: 0;
	background:url(../images/gong-1.png) no-repeat;
	}
#c2p .stage-1-title .stage-1-title-chars-gong .stage-1-title-chars-gong-2 {
	position:absolute;
	width:9px;
	height: 35px;
	top: 23px;
	left: 22px;
	background: url(../images/gong-2.png) no-repeat;
	}
#c2p .stage-1-title .stage-1-title-chars-gong .stage-1-title-chars-gong-3 {
	position:absolute;
	width:58px;
	height: 7px;
	top: 58px;
	left: 0px;
	background: url(../images/gong-3.png) no-repeat;
	}
#c2p .stage-1-title .stage-1-title-chars-ye{
	width:65px;
	height:100%;
	}
#c2p .stage-1-title .stage-1-title-chars-ye .stage-1-title-chars-ye-1 {
	position:absolute;
	width:23px;
	height: 59px;
	top: 0px;
	left: 17px;
	background:url(../images/ye-1.png) no-repeat;
	}
#c2p .stage-1-title .stage-1-title-chars-ye .stage-1-title-chars-ye-2 {
	position:absolute;
	width:15px;
	height: 27px;
	top: 23px;
	left: 1px;
	background: url(../images/ye-2.png) no-repeat;
	}
#c2p .stage-1-title .stage-1-title-chars-ye .stage-1-title-chars-ye-3 {
	position:absolute;
	width:16px;
	height: 27px;
	top: 23px;
	left: 39px;
	background: url(../images/ye-3.png) no-repeat;
	}
#c2p .stage-1-title .stage-1-title-chars-ye .stage-1-title-chars-ye-4 {
	position:absolute;
	width:58px;
	height: 6px;
	top: 58px;
	left: 0px;
	background: url(../images/ye-4.png) no-repeat;
	}
#c2p .stage-1-title .stage-1-title-chars-sheng{
	width:60px;
	height:100%;
	}
#c2p .stage-1-title .stage-1-title-chars-sheng .stage-1-title-chars-sheng-1 {
	position:absolute;
	width:58px;
	height: 41px;
	top: 0px;
	left: 0px;
	background:url(../images/sheng-1.png) no-repeat;
	}
#c2p .stage-1-title .stage-1-title-chars-sheng .stage-1-title-chars-sheng-2 {
	position:absolute;
	width:58px;
	height:25px;
	top: 40px;
	left: 0px;
	background: url(../images/sheng-2.png) no-repeat;
	}
#c2p .stage-1-title .stage-1-title-chars-tai{
	width:60px;
	height:100%;
	}
#c2p .stage-1-title .stage-1-title-chars-tai .stage-1-title-chars-tai-1 {
	position:absolute;
	width:58px;
	height: 41px;
	top: 0px;
	left: 0px;
	background:url(../images/tai-1.png) no-repeat;
	}
#c2p .stage-1-title .stage-1-title-chars-tai .stage-1-title-chars-tai-2 {
	position:absolute;
	width:59px;
	height:22px;
	top: 41px;
	left: 0px;
	background: url(../images/tai-2.png) no-repeat;
	}
#c2p .stage-1-title .stage-1-title-chars-ji{
	width:60px;
	height:100%;
	}
#c2p .stage-1-title .stage-1-title-chars-ji .stage-1-title-chars-ji-1 {
	position:absolute;
	width:57px;
	height: 46px;
	top: 0px;
	left: 0px;
	background:url(../images/ji-1.png) no-repeat;
	}
#c2p .stage-1-title .stage-1-title-chars-ji .stage-1-title-chars-ji-2 {
	position:absolute;
	width:57px;
	height:22px;
	top: 44px;
	left: 0px;
	background: url(../images/ji-2.png) no-repeat;
	}
#c2p .stage-1-title .stage-1-title-chars-qun{
	width:60px;
	height:100%;
	}
#c2p .stage-1-title .stage-1-title-chars-qun .stage-1-title-chars-qun-1 {
	position:absolute;
	width:30px;
	height: 45px;
	top: 0px;
	left: 0px;
	background:url(../images/qun-1.png) no-repeat;
	}
#c2p .stage-1-title .stage-1-title-chars-qun .stage-1-title-chars-qun-2 {
	position:absolute;
	width:30px;
	height:22px;
	top: 44px;
	left: 0px;
	background: url(../images/qun-2.png) no-repeat;
	}
#c2p .stage-1-title .stage-1-title-chars-qun .stage-1-title-chars-qun-3 {
	position: absolute;
	width: 29px;
	height: 22px;
	top: 0px;
	left: 30px;
	background: url(../images/qun-3.png) no-repeat;
	}
#c2p .stage-1-title .stage-1-title-chars-qun .stage-1-title-chars-qun-4 {
	position: absolute;
	width: 29px;
	height: 23px;
	top: 22px;
	left: 30px;
	background: url(../images/qun-4.png) no-repeat;
	}
#c2p .stage-1-title .stage-1-title-chars-qun .stage-1-title-chars-qun-5 {
	position:absolute;
	width:29px;
	height:22px;
	top: 44px;
	left: 30px;
	background: url(../images/qun-5.png) no-repeat;
	}
/*css 动画效果*/
#c2p .stage-2-title.active {
	-webkit-animation: fadein-from-bottom .8s ease-out 0.5s 1 normal forwards;
	-moz-animation: fadein-from-bottom .8s ease-out 0.5s 1 normal forwards;
	-ms-animation: fadein-from-bottom .8s ease-out 0.5s 1 normal forwards;
	-o-animation: fadein-from-bottom .8s ease-out 0.5s 1 normal forwards;
	animation: fadein-from-bottom .8s ease-out 0.5s 1 normal forwards;
}

#c2p .stage-1-title.active li span:nth-child(1) {
	-webkit-transform: translateX(0) translateY(100px) translateZ(0) rotateX(0) rotateY(0) rotateZ(0) rotate(0) scale(1);
	-moz-transform: translateX(0) translateY(100px) translateZ(0) rotateX(0) rotateY(0) rotateZ(0) rotate(0) scale(1);
	-ms-transform: translateX(0) translateY(100px) translateZ(0) rotateX(0) rotateY(0) rotateZ(0) rotate(0) scale(1);
	-o-transform: translateX(0) translateY(100px) translateZ(0) rotateX(0) rotateY(0) rotateZ(0) rotate(0) scale(1);
	transform: translateX(0) translateY(100px) translateZ(0) rotateX(0) rotateY(0) rotateZ(0) rotate(0) scale(1);
	
	-webkit-animation: title-chars-1 .8s ease-out 0s 1 normal forwards;
	-moz-animation: title-chars-1 .8s ease-out 0s 1 normal forwards;
	-ms-animation: title-chars-1 .8s ease-out 0s 1 normal forwards;
	-o-animation: title-chars-1 .8s ease-out 0s 1 normal forwards;
	animation: title-chars-1 .8s ease-out 0s 1 normal forwards
}

#c2p .stage-1-title.active li span:nth-child(2) {
	-webkit-transform: translateX(0) translateY(150px) translateZ(0) rotateX(0) rotateY(0) rotateZ(0) rotate(0) scale(1);
	-moz-transform: translateX(0) translateY(150px) translateZ(0) rotateX(0) rotateY(0) rotateZ(0) rotate(0) scale(1);
	-ms-transform: translateX(0) translateY(150px) translateZ(0) rotateX(0) rotateY(0) rotateZ(0) rotate(0) scale(1);
	-o-transform: translateX(0) translateY(150px) translateZ(0) rotateX(0) rotateY(0) rotateZ(0) rotate(0) scale(1);
	transform: translateX(0) translateY(150px) translateZ(0) rotateX(0) rotateY(0) rotateZ(0) rotate(0) scale(1);
	-webkit-animation: title-chars-2 .8s ease-out 0s 1 normal forwards;
	-moz-animation: title-chars-2 .8s ease-out 0s 1 normal forwards;
	-ms-animation: title-chars-2 .8s ease-out 0s 1 normal forwards;
	-o-animation: title-chars-2 .8s ease-out 0s 1 normal forwards;
	animation: title-chars-2 .8s ease-out 0s 1 normal forwards
}

#c2p .stage-1-title.active li span:nth-child(3) {
	-webkit-transform: translateX(0) translateY(100px) translateZ(0) rotateX(0) rotateY(0) rotateZ(0) rotate(0) scale(1);
	-moz-transform: translateX(0) translateY(100px) translateZ(0) rotateX(0) rotateY(0) rotateZ(0) rotate(0) scale(1);
	-ms-transform: translateX(0) translateY(100px) translateZ(0) rotateX(0) rotateY(0) rotateZ(0) rotate(0) scale(1);
	-o-transform: translateX(0) translateY(100px) translateZ(0) rotateX(0) rotateY(0) rotateZ(0) rotate(0) scale(1);
	transform: translateX(0) translateY(100px) translateZ(0) rotateX(0) rotateY(0) rotateZ(0) rotate(0) scale(1);
	-webkit-animation: title-chars-3 .8s ease-out .2s 1 normal forwards;
	-moz-animation: title-chars-3 .8s ease-out .2s 1 normal forwards;
	-ms-animation: title-chars-3 .8s ease-out .2s 1 normal forwards;
	-o-animation: title-chars-3 .8s ease-out .2s 1 normal forwards;
	animation: title-chars-3 .8s ease-out .2s 1 normal forwards
}

#c2p .stage-1-title.active li span:nth-child(4) {
	-webkit-transform: translateX(0) translateY(150px) translateZ(0) rotateX(0) rotateY(0) rotateZ(0) rotate(0) scale(1);
	-moz-transform: translateX(0) translateY(150px) translateZ(0) rotateX(0) rotateY(0) rotateZ(0) rotate(0) scale(1);
	-ms-transform: translateX(0) translateY(150px) translateZ(0) rotateX(0) rotateY(0) rotateZ(0) rotate(0) scale(1);
	-o-transform: translateX(0) translateY(150px) translateZ(0) rotateX(0) rotateY(0) rotateZ(0) rotate(0) scale(1);
	transform: translateX(0) translateY(150px) translateZ(0) rotateX(0) rotateY(0) rotateZ(0) rotate(0) scale(1);
	-webkit-animation: title-chars-4 .8s ease-out 0s 1 normal forwards;
	-moz-animation: title-chars-4 .8s ease-out 0s 1 normal forwards;
	-ms-animation: title-chars-4 .8s ease-out 0s 1 normal forwards;
	-o-animation: title-chars-4 .8s ease-out 0s 1 normal forwards;
	animation: title-chars-4 .8s ease-out 0s 1 normal forwards
}

#c2p .stage-1-title.active li span:nth-child(5) {
	-webkit-transform: translateX(0) translateY(100px) translateZ(0) rotateX(0) rotateY(0) rotateZ(0) rotate(0) scale(1);
	-moz-transform: translateX(0) translateY(100px) translateZ(0) rotateX(0) rotateY(0) rotateZ(0) rotate(0) scale(1);
	-ms-transform: translateX(0) translateY(100px) translateZ(0) rotateX(0) rotateY(0) rotateZ(0) rotate(0) scale(1);
	-o-transform: translateX(0) translateY(100px) translateZ(0) rotateX(0) rotateY(0) rotateZ(0) rotate(0) scale(1);
	transform: translateX(0) translateY(100px) translateZ(0) rotateX(0) rotateY(0) rotateZ(0) rotate(0) scale(1);
	-webkit-animation: title-chars-5 .8s ease-out 0s 1 normal forwards;
	-moz-animation: title-chars-5 .8s ease-out 0s 1 normal forwards;
	-ms-animation: title-chars-5 .8s ease-out 0s 1 normal forwards;
	-o-animation: title-chars-5 .8s ease-out 0s 1 normal forwards;
	animation: title-chars-5 .8s ease-out 0s 1 normal forwards;
}
#c2p .stage-1-title.active li span:nth-child(6) {
	-webkit-transform: translateX(0) translateY(150px) translateZ(0) rotateX(0) rotateY(0) rotateZ(0) rotate(0) scale(1);
	-moz-transform: translateX(0) translateY(150px) translateZ(0) rotateX(0) rotateY(0) rotateZ(0) rotate(0) scale(1);
	-ms-transform: translateX(0) translateY(150px) translateZ(0) rotateX(0) rotateY(0) rotateZ(0) rotate(0) scale(1);
	-o-transform: translateX(0) translateY(150px) translateZ(0) rotateX(0) rotateY(0) rotateZ(0) rotate(0) scale(1);
	transform: translateX(0) translateY(150px) translateZ(0) rotateX(0) rotateY(0) rotateZ(0) rotate(0) scale(1);
	-webkit-animation: title-chars-6 .8s ease-out 0s 1 normal forwards;
	-moz-animation: title-chars-6 .8s ease-out 0s 1 normal forwards;
	-ms-animation: title-chars-6 .8s ease-out 0s 1 normal forwards;
	-o-animation: title-chars-6 .8s ease-out 0s 1 normal forwards;
	animation: title-chars-6 .8s ease-out 0s 1 normal forwards;
}
@-webkit-keyframes print {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes print {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadein-from-bottom {
	0% {
		opacity: 0;
		-webkit-transform: translateY(200px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0)
	}
}

@-moz-keyframes fadein-from-bottom {
	0% {
		opacity: 0;
		-moz-transform: translateY(200px)
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0)
	}
}

@-ms-keyframes fadein-from-bottom {
	0% {
		opacity: 0;
		-ms-transform: translateY(200px)
	}

	100% {
		opacity: 1;
		-ms-transform: translateY(0)
	}
}

@-o-keyframes fadein-from-bottom {
	0% {
		opacity: 0;
		-o-transform: translateY(200px)
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0)
	}
}

@keyframes fadein-from-bottom {
	0% {
		opacity: 0;
		transform: translateY(200px)
	}

	100% {
		opacity: 1;
		transform: translateY(0)
	}
}
@-webkit-keyframes title-chars-1 {
	0% {
		-webkit-transform: translateY(100px);
	}

	100% {
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes title-chars-1 {
	0% {
		-moz-transform: translateY(100px)
	}

	100% {
		-moz-transform: translateY(0)
	}
}

@-ms-keyframes title-chars-1 {
	0% {
		-ms-transform: translateY(100px)
	}

	100% {
		-ms-transform: translateY(0)
	}
}

@-o-keyframes title-chars-1 {
	0% {
		-o-transform: translateY(100px)
	}

	100% {
		-o-transform: translateY(0)
	}
}

@keyframes title-chars-1 {
	0% {
		transform: translateY(100px)
	}

	100% {
		transform: translateY(0)
	}
}

@-webkit-keyframes title-chars-2 {
	0% {
		-webkit-transform: translateY(150px)
	}

	100% {
		-webkit-transform: translateY(0)
	}
}

@-moz-keyframes title-chars-2 {
	0% {
		-moz-transform: translateY(150px)
	}

	100% {
		-moz-transform: translateY(0)
	}
}

@-ms-keyframes title-chars-2 {
	0% {
		-ms-transform: translateY(150px)
	}

	100% {
		-ms-transform: translateY(0)
	}
}

@-o-keyframes title-chars-2 {
	0% {
		-o-transform: translateY(150px)
	}

	100% {
		-o-transform: translateY(0)
	}
}

@keyframes title-chars-2 {
	0% {
		transform: translateY(150px)
	}

	100% {
		transform: translateY(0)
	}
}

@-webkit-keyframes title-chars-3 {
	0% {
		-webkit-transform: translateY(100px)
	}

	100% {
		-webkit-transform: translateY(0)
	}
}

@-moz-keyframes title-chars-3 {
	0% {
		-moz-transform: translateY(100px)
	}

	100% {
		-moz-transform: translateY(0)
	}
}

@-ms-keyframes title-chars-3 {
	0% {
		-ms-transform: translateY(100px)
	}

	100% {
		-ms-transform: translateY(0)
	}
}

@-o-keyframes title-chars-3 {
	0% {
		-o-transform: translateY(100px)
	}

	100% {
		-o-transform: translateY(0)
	}
}

@keyframes title-chars-3 {
	0% {
		transform: translateY(100px)
	}

	100% {
		transform: translateY(0)
	}
}

@-webkit-keyframes title-chars-4 {
	0% {
		-webkit-transform: translateY(150px)
	}

	100% {
		-webkit-transform: translateY(0)
	}
}

@-moz-keyframes title-chars-4 {
	0% {
		-moz-transform: translateY(150px)
	}

	100% {
		-moz-transform: translateY(0)
	}
}

@-ms-keyframes title-chars-4 {
	0% {
		-ms-transform: translateY(150px)
	}

	100% {
		-ms-transform: translateY(0)
	}
}

@-o-keyframes title-chars-4 {
	0% {
		-o-transform: translateY(150px)
	}

	100% {
		-o-transform: translateY(0)
	}
}

@keyframes title-chars-4 {
	0% {
		transform: translateY(150px)
	}

	100% {
		transform: translateY(0)
	}
}

@-webkit-keyframes title-chars-5 {
	0% {
		-webkit-transform: translateY(100px)
	}

	100% {
		-webkit-transform: translateY(0)
	}
}

@-moz-keyframes title-chars-5 {
	0% {
		-moz-transform: translateY(100px)
	}

	100% {
		-moz-transform: translateY(0)
	}
}

@-ms-keyframes title-chars-5 {
	0% {
		-ms-transform: translateY(100px)
	}

	100% {
		-ms-transform: translateY(0)
	}
}

@-o-keyframes title-chars-5 {
	0% {
		-o-transform: translateY(100px)
	}

	100% {
		-o-transform: translateY(0)
	}
}

@keyframes title-chars-5 {
	0% {
		transform: translateY(100px)
	}

	100% {
		transform: translateY(0)
	}
}
@-webkit-keyframes title-chars-6 {
	0% {
		-webkit-transform: translateY(150px)
	}

	100% {
		-webkit-transform: translateY(0)
	}
}

@-moz-keyframes title-chars-6 {
	0% {
		-moz-transform: translateY(150px)
	}

	100% {
		-moz-transform: translateY(0)
	}
}

@-ms-keyframes title-chars-6 {
	0% {
		-ms-transform: translateY(150px)
	}

	100% {
		-ms-transform: translateY(0)
	}
}

@-o-keyframes title-chars-6 {
	0% {
		-o-transform: translateY(150px)
	}

	100% {
		-o-transform: translateY(0)
	}
}

@keyframes title-chars-6 {
	0% {
		transform: translateY(150px)
	}

	100% {
		transform: translateY(0)
	}
}
