#header_font{
	/* width: 576px; */
	height: 131px;
	text-align: center;
	/*background: red; */
	position: absolute;
	font-family: "微软雅黑"; 
	top: 50%; 
	left: 50%; 
	position: relative;
	transform:translate(-50%,-50%) scale(1,1); padding: 0;
	animation:mymove 10s infinite;
}
#header_font div:nth-child(1){
	width:420px;
	height:60px;
	font-size:58px;
	font-family: "微软雅黑"; 
	font-weight:bold;
	color:rgba(255,255,255,1);
	line-height: 45px;
	text-align: center;
	margin:0 auto;
}

#header_font div:nth-child(2){
	top: 60px;
	/* width:576px; */
	height:36px;
	font-size:36px;
	line-height: 36px;
	font-family: "微软雅黑"; 
	font-weight:400;
	color:rgba(255,255,255,1);
	margin-top: 26px;
}
.font_line{
	width:100%;
	/*width: 890px;*/
	height: 60px;
	/* font-size: 25px; */
	font-family: "微软雅黑"; 
	font-weight: bold;
	line-height: 60px;
	color:rgba(255,255,255,1);
	position: absolute;
	top: 50%;
	/*left: 50%;*/
	/*transform: translate(-0%,-0%);*/
	z-index: 10;
	padding: 0;
	/*justify-content:space-around !important;*/
	animation:firstfont 10s infinite;
	/*background: blud;*/
}
.font_line>li{
	/*position: absolute;*/
	font-family: "微软雅黑";
	height: 100%;
	/* width: 215px; */
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	color:rgba(255,255,255,1);
	padding-left: 6%;
	/*background: red;*/
}
.font_line>li：first-child{padding-left:0;}
/*.font_line>li:nth-child(1){*/
	/*opacity: 0;*/
	/*animation:firstfont 10s infinite;*/
/*}*/
/*.font_line>li:nth-child(2){*/
	/*opacity: 0;*/
	/*animation:secondfont 10s infinite;*/
/*}*/
/*.font_line>li:nth-child(3){*/
	/*opacity: 0;*/
	/*animation:thirdfont 10s infinite;*/
/*}*/
/*.font_line>li:nth-child(4){*/
	/*opacity: 0;*/
	/*animation:fourthfont 10s infinite;*/
/*}*/

@-webkit-keyframes mymove
{
0%,10%   {transform: translate(-50%,-50%) scale(1,1); opacity: 1;}
10%,20%  {transform: translate(-50%,-50%) scale(1.5,1.5); opacity: 0;}
20%,40% {transform: translate(-50%,-50%) scale(2,2); opacity: 0;}
40%,60% {transform: translate(-50%,-50%) scale(2,2); opacity: 0;}
60%,80% {transform: translate(-50%,-50%) scale(1.5,1.5); opacity: 0;}
80%,100%{transform: translate(-50%,-50%) scale(1,1); opacity: 1;}
}
@-o-keyframes mymove
{
0%,10%   {transform: translate(-50%,-50%) scale(1,1); opacity: 1;}
10%,20%  {transform: translate(-50%,-50%) scale(1.5,1.5); opacity: 0;}
20%,40% {transform: translate(-50%,-50%) scale(2,2); opacity: 0;}
40%,60% {transform: translate(-50%,-50%) scale(2,2); opacity: 0;}
60%,80% {transform: translate(-50%,-50%) scale(1.5,1.5); opacity: 0;}
80%,100%{transform: translate(-50%,-50%) scale(1,1); opacity: 1;}
}
@-moz-keyframes mymove
{
0%,10%   {transform: translate(-50%,-50%) scale(1,1); opacity: 1;}
10%,20%  {transform: translate(-50%,-50%) scale(1.5,1.5); opacity: 0;}
20%,40% {transform: translate(-50%,-50%) scale(2,2); opacity: 0;}
40%,60% {transform: translate(-50%,-50%) scale(2,2); opacity: 0;}
60%,80% {transform: translate(-50%,-50%) scale(1.5,1.5); opacity: 0;}
80%,100%{transform: translate(-50%,-50%) scale(1,1); opacity: 1;}
}
@keyframes mymove
{
0%,10%   {transform: translate(-50%,-50%) scale(1,1); opacity: 1;}
10%,20%  {transform: translate(-50%,-50%) scale(1.5,1.5); opacity: 0;}
20%,40% {transform: translate(-50%,-50%) scale(2,2); opacity: 0;}
40%,60% {transform: translate(-50%,-50%) scale(2,2); opacity: 0;}
60%,80% {transform: translate(-50%,-50%) scale(1.5,1.5); opacity: 0;}
80%,100%{transform: translate(-50%,-50%) scale(1,1); opacity: 1;}
}
/*版本四还行*/

@keyframes firstfont{
	0%,42.5%{left:40%;opacity:0;}
	42.5%,57.5%{left:15.2%;opacity: 1;}
	57.5%,60%{left:15.2%;opacity: 1;}
	60%,65%{left:14%;opacity: 0;}
	60%,100%{left: 14%;opacity:0;}
}
@keyframes secondfont{
	0%,45%{left: 720px;opacity:0;}
	45%,57.5%{left: 125px;opacity: 1; }
	57.5%,60%{left:125px;opacity: 1;}
	60%,65%{left:125px;opacity: 0;}
	60%,100%{left:125px;opacity:0;}
}
@keyframes thirdfont{
	0%,47.5%{left: 835px;opacity:0;}
	47.5%,57.5%{left: 250px;opacity: 1;}
	57.5%,60%{left:250px;opacity: 1;}
	60%,65%{left:250px;opacity: 0;}
	60%,100%{left: 250px;opacity:0;}
}
@keyframes fourthfont{
	0%,50%{left: 950px;opacity:0;}
	50%,57.5%{left: 375px;opacity: 1;}
	57.5%,60%{left:375px;opacity: 1;}
	60%,65%{left:375px;opacity: 0;}
	60%,100%{left: 375px;opacity:0;}
}

/* 多媒体查询改变字体大小 */

@media (min-width: 1920px){
.font_line>li{
	font-size:30px;
}
}
@media (max-width: 1366px){
	.font_line>li{
		font-size:20px;
	}
}