.index {
	width: 1200px;
	margin: 0 auto;
	height: auto;
	margin-top: 20px;

}

.index-top {
	width: 100%;
	height: 90px;
	display: flex;
	justify-content: space-between;
}

.index-top div {
	width: 290px;
	height: 90px;
}

.index-top div a img {
	width: 100%;
	height: 100%;
}


.index-box {
	width: 100%;
	height: 360px;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}

.index-ban2 {
	width: 630px;
	height: 360px;
	position: relative;
	/* background-color: #000000; */
}

.top-img {
	width: 165px !important;
	height: 45px !important;
	position: absolute !important;
	z-index: 99;
	top: 25px;
	left: 30px;
}


.top-banner,
.yx-rotaion {
	width: 630px !important;
	height: 360px !important;
	background-color: #000000;
	position: relative;
	overflow: hidden;
}

.rotaion_list {
	width: 630px;
	height: 360px;
	overflow: hidden;
}

.rotaion_list li {
	position: absolute;
	left: 0px;
	top: 0px;
	display: list-item;
	
}
.rotaion_list li a{
	position: relative;
}
.rotaion_list li a img {
	width: 630px;
	height: 360px;
}

/*yx_rotaion*/
.yx-rotaion {
	margin: 0 auto;
}

.yx-rotaion-btn,
.yx-rotaion-title,
.yx-rotation-focus,
.yx-rotation-t,
.yx-rotaion-btn {
	position: absolute
}

.yx-rotation-title {
	position: absolute;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #000;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	left: 0;
	bottom: 0;
	_bottom: -1px;
	z-index: 1
}

.yx-rotation-t {
	color: #fff;
	font-size: 16px;
	font-family: microsoft yahei;
	z-index: 2;
	bottom: 0;
	left: 10px;
	line-height: 40px
}

.yx-rotation-focus span,
.yx-rotaion-btn span {
	background: url(../img/ico.png) no-repeat;
	display: block;
}

.yx-rotation-focus {
	height: 40px;
	line-height: 40px;
	right: 20px;
	bottom: 0;
	z-index: 2
}

.yx-rotation-focus span {
	width: 12px;
	height: 12px;
	line-height: 12px;
	float: left;
	margin-left: 5px;
	position: relative;
	top: 14px;
	cursor: pointer;
	background-position: -24px -126px;
	text-indent: -9999px
}

.yx-rotaion-btn {
	width: 100%;
	height: 41px;
	top: 50%;
	margin-top: -20px;
}

.yx-rotaion-btn span {
	width: 41px;
	height: 41px;
	cursor: pointer;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	position: relative;
}

.yx-rotaion-btn .left_btn {
	background-position: -2px -2px;
	float: left;
	left: 10px
}

.yx-rotaion-btn .right_btn {
	background-position: -2px -49px;
	float: right;
	right: 10px
}

.yx-rotaion-btn span.hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8
}

.yx-rotation-focus span.hover {
	background-position: -10px -126px
}

.rotaion_list {
	width: 0;
	height: 0;
	overflow: hidden;
}

.index-news {
	width: 530px;
	height: 360px;
	/* background-color: #000000; */
	position: relative;
}

.index-news-top {
	width: 100%;
	height: 32px;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.index-news-top div:nth-child(1) {}

.index-news-top div:nth-child(2) {
	/* 	position: absolute;
	top: 5px; */
}

.index-news-top div:nth-child(2) img {
	display: block;
	margin-top: 8px;
}

.index-news-text {
	position: absolute;
	top: 120px;
	width: 100%;
	height: 90px;
	display: flex;
	justify-content: space-between;
}

.news-text {
	width: 430px;
	height: auto;
}

.news-text a {
	display: block;
}

.news-text a:hover {
	color: #CC9900;
	text-decoration: underline;
}

.news-text a:nth-child(1) {
	font-size: 16px;
	font-weight: bold;
}

.news-text a:nth-child(2) {
	font-size: 14px;
	text-indent: 28px;
}


.news-date {
	border-top: 2px solid #e9a43f;
	border-bottom: 2px solid #e9a43f;
	color: #e9a43f;
	width: 80px;
	height: auto;
	text-align: center;
}

.news-date p:nth-child(1) {
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	margin-top: 15px;
}

.news-date p:nth-child(2) {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px
}

.index-news-move {
	position: absolute;
	bottom: 60px;

}

.index-news-move a {
	font-size: 12px;
	color: #e9a43f;
}

.index-news-move a:hover {
	text-decoration: underline;
}


/* 添加的东西 */
.rotaion_list p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: rgba(0,0,0,.3);
	/* opacity: 0.3; */
	position: absolute;
	bottom: 0;
	text-indent: 20px;
}
.rotaion_list p a{
	color: #FFFFFF;
	text-indent: 20px;
	position: static;
}