@charset "utf-8";
/* CSS Document */
html, body {
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif; &#930;&#65533;&#65533;&#65533;&#378;&#65533;;
    color: #fff;
    font-size: 14px;
}
html{
    background:url(/html/img/bj3.gif);
    background-attachment: fixed;
}
body{
    max-width: 720px;
    margin:0 auto;
/*    overflow-x: hidden;*/
}
/*div, span, iframe, map, font, input, img, a img, samp, hr, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, code, dl, dt, dd, ol, ul, li, form, label, table, tr, td, th {

    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/

* {
    padding: 0;
    
    border: 0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

ol, ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #FF0000;
}

a:active {
    text-decoration: none;
}

a:focus {
    outline: none;
}



input[type=text], input[type=button], input[type=submit] {
    -webkit-appearance: none;
    outline: none;
}


.nbdgk{
	font-size:22px;
	font-weight:bold;
	color:#000;
	border: 1px dashed #c0c0c0;
}
.nbdgk td{
	border:1px dashed #c0c0c0;
}


@media screen and (max-width: 720px){
	
	.nbdgk{
	font-size:10px;
	}	


button {
    border: 0;
    outline: none;
    cursor: pointer;
}
input{outline:none}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
table{
    table-layout: fixed;
    width: 100%&#65533;?
}


.gghf {
            		animation: blink_tj .3s linear infinite;
            		background: #0000FF;
            		text-align: center;
            		font-weight: bold;
            		line-height: 40px;
            		font-size: 17px;
            	}
            

.bizhong {
	width: 100%;
	margin: 0 auto;
}

.bizhong-box {
	float: left;
	width: 100%;
	display: none;
}

.action-bz {
	display: block;
}

.bizhong-page {
	height: 40px;
	padding-top: 5px;
}

.bizhong-btn {
	float: left;
	width: calc(50% - 7px);
	height: 38px;
	line-height: 38px;
	margin-right: 10px;
	text-align: center;
	display: inline-block;
	background: #aaa;
	border: solid 1px #ccc;
	border-radius: 5px;
	background-image: linear-gradient(to top, #ddd, #fff);
	cursor: pointer;
}

.bizhong-btn:hover {
	background-image: linear-gradient(to bottom, #ddd, #fff);
}

.bizhong-btn.bizhong-pre {}

.bizhong-btn.bizhong-next {
	margin-right: 0;
}

.bizhong table {
	border-collapse: collapse;
	font-weight: bold;
}

.bizhong table th {
	padding: 5px 10px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}

.bizhong table thead th {
	color: #f00;
	background: #ff0;
	line-height: 40px;
}

.bizhong table tfoot th {
	background: #f00;
}

.bizhong table td {
	padding: 5px 10px;
	font-size: 15px;
	color: #800080;
	border: solid 1px #333;
	background: #fff;
}