@charset "utf-8";
.fl{float: left;}
.fr{float: right;}
#page_wrap{
	width:100%;
	min-width:1200px;
	height:auto;
	display:table;
	margin:auto;
	position:relative;
}
#page_wrap .nav_con{
    width: 230px;
    height: auto;
    display: table;
    margin: 30px 0px;
}
#page_wrap .nav_con .catlist{
    width: 100%;
    height: auto;
    display: table;
}
#page_wrap .nav_con .catlist dt{
	width:100%;
	height:102px;
	display:inline-block;
	margin:0px 0px 3px;
	border-bottom:1px solid #9e1111;
	font-size:28px;
	font-weight:bold;
	color:#fff0f0;
	text-align:center;
}
#page_wrap .nav_con .catlist dt h3{
	font-size:28px;
	font-weight:bold;
	line-height:95px;
	position:relative;
	top:10px;
}
#page_wrap .nav_con .catlist dd{
    width: 100%;
    height: auto;
    display: table;
    margin: 0px auto 3px;
    padding: 0px 0px;
    font-size: 18px;
    color: #000000;
    text-align: center;
    line-height: 55px;
}
#page_wrap .nav_con .catlist a{
	width:230px;
	height:50px;
	display:block;
	color:#444444;
	background-color:#eeeeee;
	border-left:3px solid #197a7c;
}
#page_wrap .nav_con .catlist a:hover,#page_wrap .nav_con .catlist a.cur{
    background-color: #24877f;
    border-left: 3px solid #197a7c;
    color: #ffffff;
}
#page_wrap .nav_con .catlist dd .thrid-box{
	width:100%;
	height:auto;
	padding:0px 0px 0px;
	margin-bottom: 0px;
	display:none;
	position:relative;
	top:0px;
	left:0px;
	z-index:999;
}
#page_wrap .nav_con .catlist .selected,#page_wrap .nav_con .catlist .selected a{
	display: block;
	background-color: #980101;
	color: #ffffff;
	text-decoration: none;
}
#page_wrap .nav_con .catlist .selected .thrid-box{
	display:table;
}
#page_wrap .nav_con .catlist dd .thrid-box li{
	width:100%;
	height:auto;
	margin:0px 0px;
	overflow:hidden;
	font-size:14px;
	color:#ffffff;
	text-align:center;
	line-height:45px;
	background-color: #980101;
	position:relative;
}
#page_wrap .nav_con .catlist dd .thrid-box li a{
	width:100%;
	height:auto;
	display: block;
	padding:0px 0px;
	margin:0px 0px;
	display:inline-block;
	color:#ffffff;
	background:none;
	border-left: 0px;
}
#page_wrap .nav_con .catlist dd .thrid-box li:hover{
	background-color: #7e0000;
}
#page_wrap .nav_con .catlist dd .thrid-box li a.current{
	color:#ffffff;
	background-color: #7e0000;
}
#page_wrap .nav_con .catlist dd .thrid-box li a:hover,#page_wrap .nav_con .catlist dd a.current:hover{
	color:#ffffff;
	background-color: #7e0000;
}
#page_wrap .pg_con{
    width: 900px;
    height: auto;
    display: table;
    padding: 20px 0px;
    position: relative;
}
#page_wrap .pg-tit{
	width:100%;
	height:56px;
	position:relative;
	border-bottom:1px solid #dddddd;
}
#page_wrap .pg-tit .cname{
	padding:0px 28px;
	float:left;
	position:relative;
	top:-3px;
	left:0px;
	font-size:24px;
	font-weight:normal;
	color:#000000;
	line-height:56px;
	z-index:1;
	border-bottom:4px solid #0f8077;
}
#page_wrap .news-tit{
	padding:15px 0px 0px;
}
#page_wrap .news-tit .cname{
	left:0px;
	color:#c91c0b;
}
#page_wrap .pg-tit .pos{
	float:right;
	position:relative;
	top:5px;
	right:15px;
	font-size:14px;
	color:#666666;
	line-height:45px;
}
#page_wrap .pg-tit .pos a{
	color:#666666;
}
#page_wrap .pg-tit .pos .cur,#page_wrap .pg-tit a:hover{
	color:#b61a0c;
}
#page_wrap .pg-tit .pos span{
	color:#666666;
}
#page_wrap .pg_con .about{
	padding:30px 35px 45px;
	font-size:18px;
	color:#000000;
	line-height:48px;
}
#page_wrap .pg_con .tlist{
	width:95%;
	height:auto;
	display:table;
	margin:18px auto 30px;
}
#page_wrap .pg_con .tlist li{
	width:100%;
	height:60px;
	display:table;
	border-bottom:1px solid #ececee;
}
#page_wrap .pg_con .tlist .tt{
	width:75%;
	height:72px;
	float:left;
	overflow:hidden;
	font-size:16px;
	color:#000000;
	line-height:75px;
	position:relative;
	left:2px;
}
#page_wrap .pg_con .tlist .dd{
	width:15%;
	height:18px;
	float:right;
	font-size:16px;
	color:#999999;
	line-height:75px;
	text-align:center;
	position:relative;
	right:0px;
}
#page_wrap .pg_con .tlist a:hover{
	width:100%;
	height:72px;
	display:block;
	color:#8f0006;
}
#page_wrap .pg_con .tlist a:hover .tt{
	color:#8f0006;
}
#page_wrap .page{
	width:95%;
	height:58px;
	margin:auto;
	margin:10px auto 35px;
	line-height:58px;
	font-family:"微软雅黑";
	font-size:14px;
	color:#333333;
	text-align:center;
	clear:both;
}
#page_wrap .page a{
	color:#070707;
	padding:5px 9px;
	margin:0px 3px;
	background-color:#e6e4dc;
	border:1px solid #9a9a9a;
}
#page_wrap .page b{
	font-weight:normal;
	color: #ff4949;
}
#page_wrap .page span{
	color:#9a9a9a;
	padding:5px 9px;
	margin:0px 3px;
	background-color:#e6e4dc;
	border:1px solid #9a9a9a;
}
#page_wrap .page a:hover,#page_wrap .page a.cur{
	color:#fff;
	background-color:#24877f;
	border:1px solid #1e6e68;
}
#page_wrap .news-con{
	width:95%;
	height:auto;
	margin:auto;
}
#page_wrap .news-con .gy{
	width:100%;
	height:auto;
	margin:auto;
	padding:45px 0px 0px;
	position:relative;
}
#page_wrap .pg_con .gy h3{
	width:88%;
	height:auto;
	display:block;
	padding:50px 0px 45px;
	_padding:0px 0px 0px;
	+padding:0px 0px 0px;
	margin:auto;
	font-size:24px;
	font-weight:bold;
	color:#222222;
	line-height:45px;
	text-align:center;
}
#page_wrap .pg_con .gy p{
	width:94%;
	height:65px;
	margin:auto;
	display:block;
	font-size:14px;
	color:#777777;
	line-height:65px;
	text-align:center;
	position:relative;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}
#page_wrap .pg_con .gy p span{
	margin:0px 10px;
}
#page_wrap .pg_con .con{
	width:92%;
	height:auto;
	padding:25px 0px 35px;
	display:table;
	margin:auto;
	font-size:18px;
	color:#000000;
	line-height:40px;
	position:relative;
}
#page_wrap .plist{
	width:98%;
	height:auto;
	margin:20px auto 0px;
	display:table;
	clear:both;
}
#page_wrap .plist li{
	margin:25px 28px;
	float:left;
}
#page_wrap .plist .playerdetail{width:269px;height:224px;text-align:center;overflow:hidden;}
#page_wrap .plist .playerdetail img{width:100%;height:169px;}
#page_wrap .plist .tit{
	margin:4px 0px 0px;
	font-size:16px;
	color:#444444;
	line-height:50px;
	background-color:#e7e7e7;
}
#page_wrap .plist a:hover .tit{
	color:#8f0006;
}
#page_wrap .plist li:hover .playerdetail img{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s 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);
}
#page_wrap .leader-list{
	width:94%;
	height:auto;
	display:table;
	margin:45px auto 30px;
	cursor:pointer;
}
#page_wrap .leader-list li{
	width:100%;
	height:auto;
	min-height:148px;
	padding:0px 0px;
	margin:0px 0px 30px;
	display:inline-table;
	position:relative;
}
#page_wrap .detail-frame{
	width:94%;
	height:auto;
	max-height:325px;
	padding:45px 0px 38px;
	display:none;
	background:none;
	background-color:#f4f4f4;
	border:1px solid #bebebe;
	box-shadow:0px 2px 6px 2px #c7c7c7;
	overflow-x:hidden;
	overflow-y:scroll;
	position:absolute;
	top:58px;
	right:0px;
	z-index:99999;
}
#page_wrap .detail-frame .zclose{
	width:42px;
	height:22px;
	float:right;
	font-size:16px;
	color:#9e1111;
	text-align:center;
	line-height:22px;
	border:1px solid #bfbfbf;
	position:absolute;
	top:15px;
	right:25px;
	z-index:9999;
}
#page_wrap .detail-frame .leader-detail{
	width:95%;
	margin:0 0 0 25px;
}
#page_wrap .detail-frame .leader-detail dd{
	float:left;
}
#page_wrap .detail-frame .leader-detail .img{
	width:315px;
	height:244px;
	margin-left:0px;
}
#page_wrap .detail-frame .leader-detail .img img{
	width:315px;
	height:244px;
}
#page_wrap .detail-frame .leader-detail .text{
	width:auto;
	height:auto;
	display:table;
	margin-left:28px;
	float:left;
	position:absolute;
	left:345px;
	right:20px;
}
#page_wrap .detail-frame .leader-detail .text p{
	padding:0px 0px;
	font-size:16px;
	color:#000000;
	line-height:40px;
}
#page_wrap .leader-list .leader-info{
	width:100%;
	height:auto;
}
#page_wrap .leader-list .leader-info .leader-tit{
	width:100%;
	height:58px;
	background-color:#9e1111;
	box-shadow:0px 0px 6px 2px #c7c7c7;
}
#page_wrap .leader-list .leader-info .leader-tit h3{
	padding:0px 30px;
	font-size:20px;
	font-weight:bold;
	color:#ffffff;
	line-height:58px;
	float:left;
}
#page_wrap .leader-list .leader-info .leader-tit h3 span{
	font-weight:normal;
	font-size:16px;
	color:#ffffff;
	margin-left:12px;
}
#page_wrap .leader-list .leader-info p{
	width:100%;
	height:180px;
	margin:10px auto 0px;
	display:block;
	padding:10px 25px;
	font-size:16px;
	color:#000000;
	line-height:40px;
	background-color:#f4f4f4;
	border:1px solid #c7c7c7;
	box-shadow:0px 0px 6px 2px #c7c7c7;
	overflow:hidden;
}
#page_wrap .zzjg-list{
	width: 94%;
	height: auto;
	display: table;
	margin: 40px auto 0px;
}
#page_wrap .zzjg-list .zg-tit{
	width: 100%;
	height: 46px;
	background: url(../images/zx_18.png) no-repeat left top;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
#page_wrap .zzjg-list .zg-tit h3{
	float: left;
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	line-height: 45px;
	position: relative;
	left: 22px;
}
#page_wrap .zzjg-list li{
	margin-bottom: 42px;
	position: relative;
}
#page_wrap .zzjg-list .zg-con{
	width: 100%;
	height: auto;
	min-height: 210px;
	display: table;
	background: url(../images/zx_19.png) no-repeat right bottom ;
	background-color: #f4f4f4;
	position: relative;
	top: -18px;
	z-index: 0;
}
#page_wrap .zzjg-list li hr{
	width: 100%;
	height: 3px;
	overflow: hidden;
	background-color: #cfaf59;
	border-bottom: 1px solid #e1cd97;
	position: absolute;
	bottom: -8px;
}
#page_wrap .zzjg-list .zg-txt{
	margin: 38px 23px 60px;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
	text-indent: 28px;
	text-align: justify;
}
#page_wrap .zzjg-list .zg-txt a{
	color: #333333;
}
#page_wrap .zzjg-list .zg-txt a:hover{
	color:#8f0006;
}
#page_wrap .zzjg-list .zg-more{
	width: 134px;
	height: 36px;
	font-size: 16px;
	color: #ffffff;
	line-height: 36px;
	text-align: center;
	background-color: #ae0202;
	position: absolute;
	left: 57px;
	bottom: 0px;
}
#page_wrap .ky-list{
	width: 94%;
	height: auto;
	display: table;
	margin: 40px auto;
}
#page_wrap .ky-list li{
	width: 50%;
	min-height: 80px;
	margin-bottom: 30px;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
}
#page_wrap .ky-list li .ky-item{
	width: 370px;
	min-height: 80px;
	position: relative;
}
#page_wrap .ky-list li .ky-bg-red{
	width: 366px;
	height: 74px;
	background-color: #8c1a00;
	position: absolute;
	left: 4px;
	top: 4px;
	z-index: 2;
}
#page_wrap .ky-list li .ky-con{
	width: 366px;
	height: 74px;
	background: url(../images/zx_20.png) no-repeat center center;
	background-color: #f7f7f7;
	border: 1px solid #3a0000;
	font-size: 20px;
	color: #000000;
	text-align: center;
	line-height: 74px;
	position: absolute;
	z-index: 3;
}
#page_wrap .srh-item{
	width: 100%;
	min-height: 132px;
	margin: 35px auto 0px;
	background-color: #eeeeee;
	border: 1px solid #dddddd;
}
#page_wrap .srh-item h3{
	padding: 1px 20px;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	line-height: 48px;
	clear: both;
}
#page_wrap .srh-item .srh-con{
	width: 90%;
	height: auto;
	display: table;
	margin: auto;
	font-size: 16px;
	color: #666666;
	line-height: 25px;
}
#page_wrap .srh-item .srh-con .all,#page_wrap .srh-item .srh-con .word{
	float: left;
	margin-bottom: 0px;
}
#page_wrap .srh-item .srh-con .all{
	margin-top: 5px;
	margin-right: 8px;
}
#page_wrap .srh-item .srh-con a{
	height: 25px;
	color: #666666;
	line-height: 25px;
	padding: 0px 6px;
	display: inline-block;
}
#page_wrap .srh-item .srh-con a:hover,#page_wrap .srh-item .srh-con a.cur{
	color: #ffffff;
	background-color: #980000;
}
#page_wrap .srh-item .srh-con .word{
	width: 94%;
}
#page_wrap .srh-item .srh-con .word dt{
	display: none;
}
#page_wrap .srh-item .word dt,#page_wrap .srh-item .word dd{
	height: 25px;
	float: left;
	margin: 5px 12px 5px;
}
#page_wrap .th-list{
	width:98%;
	height:auto;
	margin:20px auto 0px;
	display:table;
	clear:both;
}
#page_wrap .th-list li{
	margin:25px 28px;
	float:left;
}
#page_wrap .th-list .playerdetail{width:269px;height:224px;text-align:center;overflow:hidden;}
#page_wrap .th-list .playerdetail img{width:100%;height:169px;}
#page_wrap .th-list .tit{
	margin:4px 0px 0px;
	font-size:16px;
	color:#444444;
	line-height:50px;
	background-color:#e7e7e7;
}
#page_wrap .th-list a:hover .tit{
	color:#8f0006;
}
#page_wrap .th-list li:hover .playerdetail img{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s 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);
}
#page_wrap .pg_con .zctit{
	width: 100%;
	height: auto;
	display: table;
	margin: 30px 0px 5px;
	position: relative;
}
#page_wrap .pg_con .zctit hr{
	width: 100%;
	height: 1px;
	padding: 0px 0px;
	margin: 0px 0px;
	border: 1px solid #dfdfdf;
	overflow: hidden;
	position: absolute;
	z-index: 0;
}

#page_wrap .pg_con .ztlist{
	width:95%;
	height:auto;
	display:table;
	margin:18px auto 35px;
}
#page_wrap .pg_con .ztlist li{
	width:100%;
	height:60px;
	display:table;
	border-bottom:1px solid #ececee;
}
#page_wrap .pg_con .ztlist .tt{
	width:95%;
	height:72px;
	float:left;
	overflow:hidden;
	font-size:18px;
	color:#000000;
	line-height:75px;
	position:relative;
	left:2px;
}
#page_wrap .pg_con .ztlist a:hover{
	width:100%;
	height:72px;
	display:block;
	color:#8f0006;
}
#page_wrap .pg_con .ztlist a:hover .tt{
	color:#8f0006;
}