#sx_index{
	width: 100%;
	min-width: 1300px;
	height: auto;
	margin: auto;
	display: table;
}
.bg_01{
	min-height: 585px;
	padding-top: 64px;
	background: url(../images/bg_01.jpg) no-repeat top center;
	background-color: #eeeeee;
}
.bg_02{
	min-height: 645px;
	padding-top: 50px;
	background: url(../images/bg_02.jpg) no-repeat right 85px;
	background-color: #ffffff;
}
.bg_03{
	min-height: 902px;
	padding-top: 28px;
	background: url(../images/bg_03.png) no-repeat center 150px;
	background-color: #f2f2f2;
	position: relative;
}
#sx_index .y-tit{
	width:100%;
	height:44px;
	position:relative;
}
#sx_index .y-tit .tt{
	padding: 0px 0 0px 38px;
	display:block;
	float:left;
	font-size:26px;
	font-weight: bold;
	color:#000000;
	line-height: 43px;
	position:relative;
	z-index:99;
}
#sx_index .y-tit .tt{
	color:#000000;
}
#sx_index .y-tit .tt span{
	color: #2bac85;
}
#sx_index .y-tit hr{
	width: 205px;
	height: 1px;
	background-color: #86c9b7;
	position: absolute;
	left: 40px;
	top: 43px;
}
#sx_index .index_con .y-tit hr{
	left: 46px;
}
#sx_index .y-tit i{
	width: 7px;
	height: 7px;
	border: 1px solid #34ab8c;
	position: absolute;
	left: 245px;
	top: 39px;
}
#sx_index .index_con .y-tit i{
	left: 251px;
}
#sx_index .y-tit .p1{
	background:url(../images/icon_01.png) no-repeat -2px -1px;
}
#sx_index .y-tit .p2{
	background:url(../images/icon_01.png) no-repeat -7px -62px;
}
#sx_index .y-tit .p3{
	background:url(../images/icon_01.png) no-repeat -2px -127px;
	padding: 0px 0 0px 46px;
}
#sx_index .y-tit .p4{
	background:url(../images/icon_01.png) no-repeat -1px -192px;
	padding: 0px 0 0px 46px;
}
#sx_index .y-tit .p5{
	background:url(../images/icon_01.png) no-repeat -1px -248px;
	padding: 0px 0 0px 46px;
}
#sx_index .y-tit .more{
	float:right;
	font-size:14px;
	color:#929292;
	line-height:44px;
	position:absolute;
	top:0px;
	right: 0px;
	z-index:99;
}
#sx_index .y-tit .more a{
	color:#929292;
}
#sx_index .y-tit .more a:hover{
	color:#2bac85;
}
#sx_index .index_news{
	width: 857px;
	height: auto;
	display: table;
}
#sx_index .index_news .ncon{
	width: 100%;
	height: 398px;
	padding: 0px 0px;
	overflow: hidden;
}
/*图片轮换*/
#slideBox{
	width:482px;
	height:360px;
	float:left;
	overflow:hidden;
	position:relative;
	top: 40px;
}
#slideBox ul#show_pic{
	margin:0;
	padding:0;
	list-style:none;
	height:279px;
	width:43600px;
	position:absolute;
}
#slideBox ul#show_pic li {
	float:left;
	margin:0;
	padding:0;
	height:279px;
	overflow: hidden;
}
#slideBox ul#show_pic li img {
	width:482px;
	height:279px;
	display:block;
}
#slideBox ul#show_pic li:hover img{
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	position:relative;
}
#iconBall {
	position:absolute;
	bottom:12px;
	left: 50%;
	transform: translateX(-50%);
}
#iconBall li {
	float:left;
	color:#2bac85;
	width:10px;
	height:10px;
	line-height:10px;
	cursor:pointer;
	text-align:center;
	font-size:0px;
	margin:0 5px;
	background-color:#2bac85;
	border-radius: 50%;
}
#iconBall li.active {
	color:#e76d00;
	background-color:#e76d00;
}
#textBall {
	width:96%;
	height:24px;
	overflow:hidden;
	position:absolute;
	left:2%;
	right: 2%;
	bottom:40px;
}
#textBall li {
	width: 100%;
	height: 24px;
	cursor:pointer;
	display:none;
	color:#222222;
	font-size:18px;
	text-align: center;
	line-height:24px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#textBall li.active {
	display:block;
}
#textBall li a {
	color:#222222;
}
/*图片轮换end*/
#sx_index .index_news .nlist{
	width: 359px;
	height: auto;
	display: table;
	position: relative;
	top: -8px;
}
#sx_index .index_news .nlist li{
	width: 100%;
	height: 80px;
	padding: 22px 0 0;
	border-bottom: 1px dashed #b6b6b6;
	overflow: hidden;
}
#sx_index .index_news .nlist li:first-child{
	padding: 22px 0 0;
}
#sx_index .index_news .nlist li a{
	width: 343px;
	height: 27px;
	display: block;
	font-size: 18px;
	color: #222222;
	line-height: 27px;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	left: 7px;
}
#sx_index .index_news .nlist li span{
	margin: 8px 0 7px;
	padding: 0 5px;
	display: block;
	font-size: 12px;
	color: #999999;
	line-height: 16px;
	float: right;
	position: relative;
	right: 15px;
	cursor: pointer;
	border-radius: 5px;
}
#sx_index .index_news .nlist li:hover a{
	font-weight: bold;
	color: #2bac85;
}
#sx_index .index_news .nlist li:hover span{
	color: #ffffff;
	background-color: #2bac85;
}
#sx_index .index_notice{
	width: 398px;
	height: auto;
	display: table;
}
#sx_index .index_notice .dcon{
	width:100%;
	height:380px;
	margin: 20px 0px 0px;
	overflow: hidden;
}
#sx_index .index_notice .dcon li{
	width:100%;
	height:79px;
	margin: 0px auto 18px;
	border: 1px solid #d1d1d1;
	position: relative;
}
#sx_index .index_notice .dcon .date{
	width:29px;
	height:78px;
	float:left;
	text-align:center;
	border-bottom:2px solid #ff811b;
	position:absolute;
	left:23px;
	top: 0px;
	overflow:hidden;
}
#sx_index .index_notice .dcon .date .m{
	width:100%;
	height:18px;
	display:block;
	margin:14px auto 0px;
	padding:0px 0px;
	font-size:12px;
	color:#ff811b;
	line-height:18px;
}
#sx_index .index_notice .dcon .date .d{
	width:100%;
	height:25px;
	display:block;
	padding:0px 0px;
	margin:0px 0px;
	font-size:22px;
	font-weight: bold;
	color:#ff811b;
	line-height:25px;
	overflow:hidden;
}
#sx_index .index_notice .dcon .txt{
	width:298px;
	height:44px;
	float:right;
	padding:0px 0px;
	font-size:16px;
	color:#222222;
	line-height:22px;
	position:relative;
	top: 18px;
	right: 12px;
	overflow:hidden;
}
#sx_index .index_notice .dcon .txt a:hover{
	color:#2bac85;
}
#sx_index .index_notice .dcon li:hover{
	border-bottom: 2px solid #2bac85;
}
#sx_index .index_notice .dcon li:hover .date{
	border-bottom:0px solid #2bac85;
}
#sx_index .index_notice .dcon li:hover .date .m,#sx_index .index_notice .dcon li:hover .date .d{
	color: #2bac85;
}
#sx_index .index_con{
	width: 409px;
	height: 535px;
	overflow: hidden;
}
#sx_index .center{
	margin: 0 36.5px;
}
#sx_index .index_con .nlist{
	width: 100%;
	height: auto;
	display: table;
	margin: 15px 0 0;
}
#sx_index .index_con .nlist li{
	width: 100%;
	height: 93px;
	padding: 20px 0 0;
	border-bottom: 1px solid #d9d9d9;
	overflow: hidden;
}
#sx_index .index_con .nlist li:first-child{
	padding: 22px 0 0;
}
#sx_index .index_con .nlist li a{
	width: 390px;
	height: 30px;
	display: block;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#sx_index .index_con .nlist li a i{
	width: 5px;
	height: 6px;
	margin: 0 10px 0 0;
	display: inline-block;
	border: 1px solid #158a91;
	position: relative;
	top: -5px;
}
#sx_index .index_con .nlist li span{
	margin: 8px 0 16px;
	padding: 0 6px;
	display: block;
	font-size: 14px;
	color: #787878;
	line-height: 20px;
	float: right;
	position: relative;
	right: 6px;
	cursor: pointer;
	border-radius: 5px;
}
#sx_index .index_con .nlist li:hover a{
	font-weight: bold;
	color: #2bac85;
}
#sx_index .index_con .nlist li:hover span{
	color: #ffffff;
	background-color: #34ab8c;
}
#sx_index .index_fc{
	min-height: 539px;
}
#sx_index .index_fc .fc_tit{
	width: 492px;
	height: 78px;
	margin: auto;
	background: url(../images/ty_09.png) no-repeat bottom center;
	font-size: 32px;
	font-weight: bold;
	color: #000000;
	line-height: 78px;
	text-align: center;
}
#sx_index .index_fc .fc_tit span{
	color: #2bac85;
}
#sx_index .index_fc .fc_tit a{
	color: #000000;
}
#sx_index div.indexmaindiv{height:auto;margin:28px auto 0px;width:1300px;overflow:hidden; clear:both;}
#sx_index div.indexmaindiv1 div.stylesgoleft{float:left;width:42px;height:42px;background:url('../images/pre.png') no-repeat left top;margin:88px 17px 0px 0px;cursor:pointer;}
#sx_index div.indexmaindiv1 div.playerdetail{width:276px;height:250px;font-family:'微软雅黑';text-align:center;}
#sx_index div.indexmaindiv1 div.playerdetail .img{width:276px;height:164px;overflow: hidden;}
#sx_index div.indexmaindiv1 div.playerdetail .img img{width: 100%;height: 100%;}
#sx_index div.maindiv1 ul li:hover{
	width:381px;
	height:330px;
}
#sx_index div.maindiv1 ul li:hover div.playerdetail{
	width:356px;
	height:330px;
}
#sx_index div.maindiv1 ul li:hover div.playerdetail .img{
	width:356px;
	height:244px;
}
#sx_index div.indexmaindiv1 div.stylesgoright{float:left;width:42px;height:42px;background:url('../images/next.png') no-repeat right top;margin:88px 0px 0px 17px;cursor:pointer;}
/*滚动*/
#sx_index div.maindiv1{float:left;width:1179px;height:auto;overflow:hidden;}
#sx_index div.maindiv1 ul{float:left;}
#sx_index div.maindiv1 ul li{float:left;width:301px;height:330px;position: relative; display: flex; align-items: center;}
#sx_index .ScrCont{width:10000000px;}
#sx_index div.indexmaindiv .tit{
	width: 100%;
	height: 80px;
	margin: 1px 0 0;
	font-size:16px;
	color: #222222;
	line-height:25px;
	background-color: #f2f2f2;
	border: 1px solid #d2d2d2;
	display: flex;
	align-items: center;
	justify-content: center;
}
#sx_index div.indexmaindiv a:hover .tit{
	color: #2bac85;
}
#sx_index div.indexmaindiv .tit div{
	max-height: 50px;
	padding: 0 18px;
	text-align: left;
	overflow: hidden;
}
#sx_index .index_fc .more{
	width: 110px;
	height: 22px;
	margin: 52px auto 0;
	font-size: 20px;
	color: #333333;
	line-height: 22px;
	text-align: center;
}
#sx_index .index_fc .more a{
	color: #333333;
}
#sx_index .index_fc .more a:hover{
	color: #2bac85;
}