@charset "utf-8";
.header{
	position: fixed;
	width: 100%;
	max-width:720px;
	height: 44px;
	top: 0px;
	background-color: #673ab7;
	z-index: 2;
	overflow: hidden;
	box-shadow: 0px 1px 5px #000;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.main .header{
	height: 79px;
}
.header .logo{
	float: left;
	padding-left: 2px;
	height: 44px;
}
.header .logo .logoImg{
	width: 170px;
	height: 44px;
}
.header .bank{
	display: block;
	float: right;
	width: 56px;
	height: 44px;
	padding:25px 8px 0 0 ;
	color: #fff;
	font-size: 8pt;
	background:url("../images/user.png")/*tpa=http://444844.com/images/user.png*/ center 9px no-repeat;
}
.header-nav{
	background: #9c27b0;
	margin-top:5px;
}
.header-nav span{
	display: block;
	color: #fff;
	float: left;
	width: 20%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}
.header-nav span:hover{
	color: #000;
}
.box{
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.7);
    box-shadow: 0px 1px 2px rgba(0,0,0,0.7);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0 auto 3px;
	max-width: 720px;
    background-color: rgba(255,255,255,0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#E5FFFFFF, endcolorstr=#E5FFFFFF);
/*	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=2,Direction=135, Color='#000000')";
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength=2,Direction=135,Color='#000000');*/

}
:root .box{
	filter:none;
};
.pad{
	padding:3px;
}
.nullbox{
	height: 50px;
}
.main .nullbox{
	height: 85px;
}
.box.spareURL p{	
	font-size: 15pt; 
	font-weight: 700;
	font-family: "Microsoft YaHei";
	color: #ff0000;
	text-align: center;
}
.box.spareURL a{
	display: block;
	float: left;
	width: 33.33%;
	text-align: center;
	font-size: 16pt;
	color: #000;
	font-weight: bold;
	text-shadow: 0px 0px 10px #00ff88;
	animation-name:pulse;
	animation-duration:1s;
	animation-fill-mode:both;
	animation-iteration-count: infinite;
}
@keyframes pulse{
	0%{transform:scaleX(1)}
	50%{transform:scale3d(1.2,1.2,1.2)}
	to{transform:scaleX(1)}
}
.nav li{
	float: left;
	padding: 3px 2px;
    word-break: break-all;
    width: 25%;
}
.nav li a{
	display: block;
	text-align: center;
}
.nav li .navimg{
	display: block;	
	width: 40px;
	height:40px;
	margin:0 auto;
}
.nav li:hover a{
	text-decoration: underline;
}
.nav li:hover .navimg{
	animation-name:bounce;
	transform-origin:center bottom;
	animation-duration:1s;
	animation-fill-mode:both;
}
@keyframes bounce{
	0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.015,.21,.055,0.5);transform:translateZ(0)}
	40%,43%{animation-timing-function:cubic-bezier(.355,.05,.455,.06);transform:translate3d(0,-30px,0)}
	70%{animation-timing-function:cubic-bezier(.355,.05,.455,.06);transform:translate3d(0,-15px,0)}
	90%{transform:translate3d(0,-4px,0)}
}
.img-box{
	border: 1px solid #e5e5e5;
    padding: 3px 2px;
    word-break: break-all;
}
.img-box img{
	display: block;
}
.box.title{
	font-size: 9pt;
    padding: 4px 8px;
    color: #666;
    background-color: #fbfbfb;
    background: -moz-linear-gradient(top,#fff,#f8f8f8);
    background: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f8f8f8));
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.tablebox.list-table{
	background: #fff;
}
.tablebox.list-table th{
	padding: 3px 2px;
	border: 1px solid #e5e5e5;
    word-break: break-all;
    background:#673ab7;
    font-weight: bold;
	font-size: 10pt;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tablebox.list-table td a{
	display: block;
	height: 100%:;
	text-align: left;
	
	transition: all 0.2s;
	color: #333;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	/*text-overflow: ellipsis;*/
}
.tablebox.list-table td a:hover{
	color: #000;
	text-decoration: underline;
}
.tablebox.list-table td{
	text-align: center;
	font-size: 13pt;
	transition: all 0.2s;
	color: #333;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tablebox{
	text-align: center; 
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}
.tablebox tr{
	line-height: 32px;
}
.tablebox td{
	border: 1px solid #e5e5e5;
    word-break: break-all;
}
.tablebox a{
	color: rgb(255, 0, 0);
	text-decoration: underline;
	font-size: 16px;
}
.tablebox.tl{
	text-align: left;
	color: #002933;
	font-size: 16px;
	background: #fff;
}
.tablebox thead th{
	color: #b8b8b8;
	font-size: 16px;
	font-weight: 500;
	padding: 3px 2px;
}
.tablebox tfoot td{
	color: rgb(255, 0, 0);
    font-size: large;
}
.tablebox.tl tbody tr:nth-child(even){
	background: #f3fdff;
}
.tablebox span.count{
	color: #000;
	font-family: 'simsun';
    background-color: rgb(255, 255, 0);
    font-weight: bold; 
    font-size: 18px; 
}
.tablebox span.list-title{
	color: #ff0000;
    font-family: 'Microsoft YaHei'; 
}
.tablebox.select{
	text-align: left;
	font-size: 18px;
	color: #000;
}
.tablebox.select th{
	background:#000;
	color: #FFFF00;
	text-indent: 5px;
}
.tablebox.select th span.perfect{
	color: #FFF;
}
.tablebox.select td span.animate{
	color: #ff0000;
}
.tablebox.select td span.perfect{
	background: #FFFF00;
}
.colortable{
	width: 100%;
	text-align: center;
	color: #000;
	font-family: 'simsun';
	border-collapse: collapse;
}
.colortable tr{
	line-height: 32px;
}
.colortable th{
	background: #673ab7;
	color: #fff;
	text-shadow: 0px 0px 10px #000;
}
.colortable tr td{
	font-size: 10pt;
	border: 1px solid #b5b3b3;
}
.colortable tr td:nth-child(1){
	background: #FF99FF;
}
.colortable tr td:nth-child(2){
	width: 57%;
	background: #CCFFFF;
}
.colortable tr td:nth-child(3){
	background: #FFFF00;
}

/*banner*/
.slideBox{ width:100%;max-width:720px; height:auto; overflow:hidden; position:relative; border:1px solid #ddd;  }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:5px;  width:10px; height:10px;border-radius:0px; line-height:14px; text-align:center; background:rgba(0,0,0,0.3);filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#B2FFFFFF, endcolorstr=#B2FFFFFF);
cursor:pointer; }
:root .slideBox .hd ul li{
	filter: none;
}
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;overflow: hidden;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%; height:auto; display:block;  }


.foottd a{
	font-size: small;
	color: #000;
	text-decoration: none;
}
.subtitle{
	color: #666;
    background-color: #fbfbfb;
    border-bottom: 1px solid #dedede;
    padding: 8px;
}
.subtitle h2{
	margin: 0;
    font-size: 19px;
    color: #000;
}
.subtitle .meta_info{
	color: #999;
    font-size: 12px;
    margin-top: 6px;
    height: 19px;
    line-height: 19px;
}
.subtitle .meta_info span{
	color: rgb(255, 0, 0);
}
.tablebox .foottd a{
	color: #000;
}
/*news*/
.news-title{
	float: left;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 8pt;
	color: #000;
	background: #673ab7;
	color: #fff;
	padding-left: 5px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.txtMarquee-left{ padding:0 5px;width:auto;position:relative;height:25px;line-height: 25px;overflow: hidden;background:#fff;}
.txtMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.txtMarquee-left .bd ul li{ margin-right:20px;  float:left; height:25px; line-height:25px;  text-align:left; _display:inline; width:auto !important;color: #000;  }/* ç”¨ width:auto !important è¦†ç›–SuperSlideè‡ªåŠ¨ç”Ÿæˆçš„å®½åº¦ï¼Œè§£å†³æ–‡å­—ä¸è¡”æŽ¥é—®é¢˜ */
.friend{
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #bebebe;
}
.friend p{
	text-align: center;
	color: red;
}
.friend a{
}
.friend a:nth-child(1){
	margin-right: 15px;	
	color: #6600FF;
}
.friend a:nth-child(2){
	color: #FF00FF;
}
.friend a:hover{
	text-decoration: underline;
}
.copyright{

}
.copyright p{
	width: 90%;
	margin:0 auto;
	text-align: center;
	color: #666;
}
#jxzl{
	overflow: hidden;
}
.tablebox.imgbox a{
	display: block;
	height: 44px;
}
.tablebox.imgbox img{
	width: 100%;
	height: 44px;
}

@media screen and (max-width: 720px){	
	.box{
	    margin: 0 0px 0px;
	}
	.header-nav span{
		font-size: 12px;
	}
	.box.spareURL a{
		font-size: 11pt;
	}
}
/*weixin*/
.overlay {
    background:#000;
    filter:alpha(opacity=50);
    opacity:0.5;
    display:none;
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:100;
    display:none;
}
.copy-box {
    position:fixed;
    top:50%;
    left:50%;
    margin-top:-130px;
    margin-left:-200px;
    width:400px;
    height:260px;
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    display:none;
    z-index:101;
}
.close-box {
    position:relative;
    height:56px;
    line-height:56px;
    font-size:22px;
    font-weight:bold;
    color:#ff9b00;
    border-bottom:1px solid #ccc;
    text-align:center;
}
.close-box img {
    position:absolute;
    display:block;
    width:38px;
    height:38px;
    right:5px;
    top:5px;
    cursor:pointer;
}
.copy-box .text {
    padding:35px 0 26px;
    color:#000;
    line-height:39px;
    text-align:center;
    font-size:24px;
}
.copy-box .goweixin {
    display:block;
    width:75%;
    height:40px;
    line-height:40px;
    text-align:center;
    background:#ff9b00;
    color:#fff;
    font-weight:bold;
    font-size:24px;
    text-decoration:none;
    margin:0 auto;
}
.copy-box .goweixin:hover {
    top:0;
    left:0;
}
#click-btn {
    display:block;
    margin:0 auto 10px;
    width:160px;
    height:40px;
    line-height:40px;
    background:#ffd700;
    border-radius:8px;
    text-decoration:none;
    text-align:center;
    color:#620c04;
    animation-name:pulse;
    animation-duration:1s;
    animation-fill-mode:both;
    animation-iteration-count:infinite;
}
#click-btn:hover {
    top:0;
    left:0;
}
@media screen and (max-width:720px) {
	.copy-box {
		width:80%;
		margin-left:0;
		left:10%;
	}
}
.wx-logo{
	display: block;
	position: fixed;
	bottom: 0;
	right: 0;
}
.wx-logo img{
	display: block;
	width: 50px;
}
.wx-logo .wx-close{
	display: block;
	position: absolute;
	top: -16px;
	left: 0px;
	font-size: 12px;
	color: red;
}
.weixin-img{
	display: block;
	width: 100%;
}
.weixin-title p{
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}
.weixin-box{
    position: fixed;
    bottom: 0;
    z-index: 25;
    width: 720px;
    height: 55px;
    background: #800000;
    opacity: 1;
    border-top: 1px solid #e0e0e0;
    box-sizing: border-box;
    margin: auto;
    left: 0;
    right: 0;
}
.join-weixinImg{
    display: block;
    float: left;
    width: 46px;
    height: 46px;
    margin:4px 0 0 4px;
}
.join-weixinText{
    float: left;
    margin-left: 4px;
}
.join-weixinText p{
    font-size: 15px;
    color: #ff8300;
    margin:0;
    line-height:26px;
}
.join-weixinText p span{
    color: #ffff00;
    font-weight: bold;
    font-size: 20px;
}
#openWeixin{
    float: left;
    font-size: 15px;
    margin:13px 0 0 5px;
    color: red;
    background-color: #ffff00;
    border-color: #ffff00;
    border-radius: 7px;
    padding: 6px;
    text-decoration: none;
    font-weight: bold;
}
.gg-news a{
    display: block;
    width: 50%;
    margin:0 auto;
    color: blue;
    font-weight: bold;
    text-align: center;
    font-size:14px;
}
@media screen and (max-width: 320px){
.join-weixinText p{
    font-size: 8px;
    }
}
@media screen and (max-width:720px) {
	.join-weixinText p span{
		font-size:14px;
	}
	.gg-news a{
        width: 100%;
    }
}
.spe_box{
	font-size: 9pt;
    padding: 8px 8px;
    color: #666;
    background-color: #9b2f08;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    box-shadow: 0 1px 2px rgba(180,180,180,0.7);
    margin: 0 8px 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.spe_box .tablebox.list-table td a{
	display: block;
	color: #0029ff
}