
*{
	
	box-sizing: -webkit-border-box;
	box-sizing: -moz-border-box;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	
}

*{
  margin:0px;
  /*padding:0px;*/
 -webkit-text-size-adjust:none;
  /*
  table-layout:fixed;
  
  */
  /*word-break:break-all;*/
  font-family: "微软雅黑","Tahoma";
}

body{margin:0px;padding:0px;margin-left:auto;margin-right:auto;text-align:center;background-color:#ffffff;}
body>div{margin-right:auto;margin-left:auto}
label{cursor:hand}
h1, h2, h3, h4, h5, h6,p,ol,ul,li,dl,dt,dd{margin:0px;padding:0; text-align:left;}
img{border:0;margin:0;}
form{margin:0px; padding:0px}
input, select{font-size:12px;vertical-align:middle}
a, table, div, p, ul, li, td, pre, dt, dd,select, input, textarea 
{font-weight:normal;font-size:12px;font-family:Microsoft YaHei,\5FAE\8F6F\96C5\9ED1,sans-serif,tahoma,arial,simsun,\5B8B\4F53;}

li{list-style:none;}
ul{list-style:outside none none;}
a{
	text-decoration:none;color:#666666;cursor:hand;
	text-overflow: ellipsis;
    white-space: normal;
    /*word-break: keep-all;*/
}
a:hover{text-decoration:none;color:#f60;}
/*
a.noline{text-decoration:none}
a.nocl{color:black;}
*/
.red{color:red;}
.focus_row{background-color:#f5f5f5;}
.nav_bar
{
	height:30px;text-align:left;width:1000px;margin-top:5px;
}

.demo_ads
{
	width: 100%;
font-size: 20px;
font-weight: bold;
text-align: center;
vertical-align: middle;
padding-top: 190px;
margin-bottom: 5px;
}
.pdplay_ads
{
	width:300px;height:300px;border:2px solid #ff0000;
	border-radius:5px;font-size:24px;font-weight:bold;color:#ff0000;
	padding-top:100px;
}

.middiv 
{
	font-size: 12px;color: #333;text-decoration: none;
	width:1000px;text-align:center;margin-right:auto;margin-left:auto;
	clear:both;
}

.left{float:left;width:680px;}
.right{float:right;width:310px;margin-left:10px;}
.clear{clear:both;}
.time
{
	display:inline-block;
    font-weight: 600;
    padding: 0px 8px;
    text-shadow: 1px 1px #fff;
	font-size:16px;
	font-family:"微软雅黑"
}
.fright{float:right;color:#666666;}

.news_box
{
	/*border-radius:10px;*/margin-bottom:10px;border:1px solid #1C773A;/*width:250px;*/height:auto;
}
.dash{border-bottom:1px dotted #010101;}

.top1{width:100%;background-color:#123f58;height:24px;}
.top1 a{color:#CCC}
.top2{width:100%;background-color:#144A69;height:90px;}
.top3{width:100%;background-color:#123F58;height:51px;}
.top4{width:100%;background-color:#eff6fa;height:40px; margin-bottom:10px}
.bottom{width:100%;background-color:#144A69;color:#ffffff;}
.bottom a{color:#ffffff;}
.top11 a,.top11{float:left;font-size:12px;}
.top12{float:right;width:300px;}
.top12 a{font-size:12px;}
.sch_button
{
	width:60px; line-height:34px;background-color:#123F58;color:#ffffff;font-size:14px; font-family:"微软雅黑";
	cursor:pointer;padding:7px 15px;
}
#search_box{color:#09C; padding:0; margin:0; border:none; line-height:34px; height:34px;font-family:"微软雅黑"; font-size:14px; padding:0 8px;background:#1b5272;}
.search_box{height:34px; clear:both;}
.tool-box {
    bottom: 10px;right:10px;
    cursor: pointer;
    display: none;
    position: fixed;
    width: 71px;z-index:9999;
    padding:10px;
    background-color:#144A69;
}
.topbox{clear:both; z-index:2147483649; margin:0 auto; width:100%;top:0}

.wzzbad,.wzzbad a, .wzzbad a:hover{color: #f00;font-size: 16px;font-weight: bold; margin-left: 10px;margin-right: 10px;margin-top: 10px;position: absolute; text-align: left;width: 625px;z-index: 100;font-family:"微软雅黑";
-webkit-text-shadow:#FFF 2px 0 0,#FFF 0 2px 0,#FFF -2px 0 0,#FFF 0 -2px 0;  -moz-text-shadow:#FFF 2px 0 0,#FFF 0 2px 0,#FFF -2px 0 0,#FFF 0 -2px 0;  text-shadow:#FFF 2px 0 0,#FFF 0 2px 0,#FFF -2px 0 0,#FFF 0 -2px 0;   *filter: Glow(Color=#FFF, Strength=1);  }
#leftAD a{float:left;padding-bottom:3px}
#rightAD a{float:right;padding-bottom:3px}
#leftAD,#rightAD{width:222px}

  /*返回顶部*/

#back-top {
	position: fixed;
	bottom: 30px;
	right:50px;
}
#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #3b8cbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 108px;
	height: 108px;
	display: block;
	margin-bottom: 7px;
	background: #144a69 url(/images/bottom/db.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #3b8cbb;
}
.box404{clear:both; padding-top:20px; margin:0 auto; width:960px;}
.box404 table{text-align:center; margin:0 auto}
.box404 td{padding:12px; text-align:left; font-size:16px; font-family:"微软雅黑"; color:#555} 
.box404 td a,.box404 td a:hover{color:#369; font-size:16px; font-family:"微软雅黑"; }
