@charset "utf-8";


.w1200{width: 1200px;height: auto;margin: 0 auto;}
.w1190{width: 1190px;height: auto;margin: 0 auto;}
.w1180{width: 1180px;height: auto;margin: 0 auto;}
.w1000{width: 1000px;height: auto;margin: 0 auto;}
.bg-f7f7{background: #f7f7f7;}
.dib{display:inline-block;*zoom:1;*display:inline;}

/*按钮 start*/
.banli-box{
	width: 386px;
	height: 47px;
	line-height: 47px;
	border-radius: 24px;
	text-align: left;
	padding-left:20px;
	font-size: 16px;
	color: #333;
	margin: 30px auto 45px;
	position: relative;
	border: 1px solid #ffab01;
	background: #fff;
}
.banli-box.banli-box1{background: #fff;}
.banli-box b{
	font-size: 20px;
	color: #ffab01;
	margin-left: 5px;
}
.banli-box span{
	color: #fff;
}
.banli-box>a{
	width: 159px;
	height: 49px;
	line-height: 49px;
	border-radius: 25px;
	border: none;
	position: absolute;
	font-size: 16px;
	color: #fff;
	top: 0;
	right:-2px;
	background: #ffab01;
}
.banli-box>a>i{
	width: 20px;
	height: 20px;
	margin:0 6px 0 18px ;
	position: relative;
	top: 2px;
}
/*按钮 end*/

/*正文标题 start*/
.tt-box{
	padding: 49px 0 29px;
	text-align: center;
}
.tt-box h3{
    text-align: center;
}
.tt-box .corlorfff,.tt-box .corlorfff .danceWord-s1{color: #fff;}
.tt-box .corlorfff b,.tt-box .corlorfff font{background: #fff;}

.danceWord-s1{
	display:inline-block;
	*zoom:1;
	*display:inline;
	font-size: 30px;
	line-height: 32px;
	font-weight: bold;
	color: #565656;
}
.danceWord-s1>i{
	width: 37px;
	height: 62px;
	background-position: -346px 0;
	margin: 0 3px;
	position: relative;
	top: 21px;
}
.tt-box>P{
	font-size: 14px;
	color: #666;
	line-height: 16px;
	text-transform: uppercase;
	padding-top: 6px;
}
.H3-fl,.H3-fr{   
 	background: #999;
    margin-top:-11px;
    display: inline-block;
    width:90px;
    height: 1px;
    vertical-align: middle;
    position: relative;
}
.H3-fl{
 	-webkit-animation: arrow-movement 3s 0s linear infinite;
    animation: arrow-movement 3s 0s linear infinite;
}
.H3-fr{
 	-webkit-animation: arrow-movement2 3s 0s linear infinite;
    animation: arrow-movement2 3s 0s linear infinite;
}
.H3-fl font,.H3-fr font{
	width: 3px;
	height: 3px;
	background: #999;
	border-radius: 50%;
	position: absolute;
	top: -1px;
}
.H3-fl font{right: 0;}
.H3-fr font{left: 0;}
/*正文标题 end*/

