.top-warp {
	width: 100%;
	min-width: 950px;
	background: linear-gradient(to right, #000000, #000000);
}
.top {
	width: 950px;
	margin: 0 auto;
}
.top ul li {
	float: left;
	height: 33px;
	line-height: 33px;
	margin-right: 20px;
	color: #fff;
	font-size: 12px;
}
.top ul li a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
.top ul li a:hover {
	color: #fff;
	text-decoration: none;
}
.home-icon {
	width: 14px;
	height: 12px;
	display: inline-block;
	margin-right: 5px;
	background: url(http://jscss.winshangdata.com/3.0/special/uploading/images/home.png) no-repeat;
	vertical-align: 0;
}
.news-num {
	padding: 0 2px;
	margin: -2px 0 0 2px;
	background-color: #fd5f39;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	border-radius: 2px;
}
.banner-warp {
	width: 100%;
	min-width: 1200px;
	background: #22221f;
}
.banner-cont {
	width: 920px;
	margin: 0 auto;
	height: 400px;
	position: relative;
}
.banner-phone {
	width: 920px;
	padding: 10px 0 0 0;
	overflow: hidden;
}
.banner-phone-img {
	position: relative;
	width: 4000px;
}
.banner-phone-img li {
	width: 400px;
	float: left;
	overflow: hidden;
}
.banner-yuan {
	position: absolute;
	top: 330px;
	left: 172px;
}
.banner-yuan li {
	width: 8px;
	height: 8px;
	display: inline-block;
	margin-right: 8px;
	background-color: #ebebeb;
	border-radius: 50%;
	cursor: pointer;
}
.banner-yuan li.active {
	background-color: #2d74ec;
}
.banner-txt-warp {
	position: absolute;
	top: 50px;
	left:430px;
	width:445px;
	height: 148px;
	overflow: hidden;
}
.banner-txt-cont {
	position: relative;
	width: 4000px;
}
.banner-txt-warp li {
	width: 445px;
	float: left;/*overflow:hidden;*/
}
.banner-txt h3 {
	margin: 20px 0 0 0;
	font-size:26px;
	font-weight: lighter;
	color: #576b92;
}
.banner-txt p {
	margin: 15px 0 0 0;
	font-size: 16px;
	font-weight: lighter;
	color: #576b92;
	line-height: 30px;
}
.erweima-box {
	position: absolute;
	top: 285px;
	left: 430px;
}
.erweima-box ul li {
	position: relative;
	float: left;
	margin-right: 20px;
	cursor: pointer;
}
.erweima-code {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index:1009;
}
.line-warp {
	position: absolute;
	top: 535px;
	left: 0;
	z-index:1000;
}
.line-box {
	width: 779px;
	height: 99px;
	position: relative;
	margin-left: 353px;
}
.line-yuan1, .line-yuan2, .line-yuan3, .line-yuan4, .line-yuan5, .line-yuan6 {
	position: absolute;
	display: block;
	background-color: #29f3c3;
	cursor: pointer;
	border-radius: 50%;
}
.logo {
	position: absolute;
	top: 728px;
	left: 430px;
}
 @keyframes warn {
 0% {
 transform: scale(0.3);
 -webkit-transform: scale(0.3);
 opacity: 0.0;
}
 25% {
 transform: scale(0.3);
 -webkit-transform: scale(0.3);
 opacity: 0.1;
}
 50% {
 transform: scale(0.5);
 -webkit-transform: scale(0.5);
 opacity: 0.3;
}
 75% {
 transform: scale(0.8);
 -webkit-transform: scale(0.8);
 opacity: 0.5;
}
 100% {
 transform: scale(1);
 -webkit-transform: scale(1);
 opacity: 0.0;
}
}
 @keyframes warn1 {
 0% {
 transform: scale(0.3);
 -webkit-transform: scale(0.3);
 opacity: 0.0;
}
 25% {
 transform: scale(0.3);
 -webkit-transform: scale(0.3);
 opacity: 0.1;
}
 50% {
 transform: scale(0.3);
 -webkit-transform: scale(0.3);
 opacity: 0.3;
}
 75% {
 transform: scale(0.5);
 -webkit-transform: scale(0.5);
 opacity: 0.5;
}
 100% {
 transform: scale(0.8);
 -webkit-transform: scale(0.8);
 opacity: 0.0;
}
}
 @-webkit-keyframes "warn" {
 0% {
 transform: scale(0);
 -webkit-transform: scale(0);
 opacity: 0.0;
}
 25% {
 transform: scale(0);
 -webkit-transform: scale(0);
 opacity: 0.1;
}
 50% {
 transform: scale(0.1);
 -webkit-transform: scale(0.1);
 opacity: 0.3;
}
 75% {
 transform: scale(0.5);
 -webkit-transform: scale(0.5);
 opacity: 0.5;
}
 100% {
 transform: scale(1);
 -webkit-transform: scale(1);
 opacity: 0.0;
}
}
/*保持大小不变的小圆圈*/
.line-yuan1 {
	position: absolute;
	width: 8px;
	height: 8px;
	left: 226px;
	top: 67px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 2;
}
/*产生动画（向外扩散变大）的圆圈*/
.line-yuan2 {
	position: absolute;
	width: 20px;
	height: 20px;
	left: 214px;
	top: 55px;
	border: 6px solid #31b7d1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;
	opacity: 0;
	-webkit-animation: warn 2s ease-out;
	-moz-animation: warn 2s ease-out;
	animation: warn 2s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	box-shadow: 1px 1px 30px #31b7d1;
}
/*保持大小不变的小圆圈*/
.line-yuan3 {
	position: absolute;
	width: 8px;
	height: 8px;
	left: 375px;
	top: 3px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 2;
}
/*产生动画（向外扩散变大）的圆圈*/
.line-yuan4 {
	position: absolute;
	width: 20px;
	height: 20px;
	left: 363px;
	top: -9px;
	border: 6px solid #31b7d1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;
	opacity: 0;
	-webkit-animation: warn 2s ease-out;
	-moz-animation: warn 2s ease-out;
	animation: warn 2s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	box-shadow: 1px 1px 30px #31b7d1;
}
/*保持大小不变的小圆圈*/
.line-yuan5 {
	position: absolute;
	width: 8px;
	height: 8px;
	left: 660px;
	top: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 2;
}
/*产生动画（向外扩散变大）的圆圈*/
.line-yuan6 {
	position: absolute;
	width: 20px;
	height: 20px;
	left: 648px;
	top: 28px;
	border: 6px solid #31b7d1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;
	opacity: 0;
	-webkit-animation: warn 2s ease-out;
	-moz-animation: warn 2s ease-out;
	animation: warn 2s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	box-shadow: 1px 1px 30px #31b7d1;
}

.downcode{color: #fff;font-size: 16px;}
.downcode span{float: left;display: block;margin-top: 40px;}
.downcode img{float: left;margin-left:25px;}
.downtxt{color: #fff;font-size: 16px;margin-top:40px;}
