@import url("style2.css");
/* CSS Document */
html, body {
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 14px;
}
html{
   background: url(/img/bg0.png) repeat;
    background-attachment: fixed;
}
body{
    max-width: 720px;
    margin:0 auto;
/*    overflow-x: hidden;*/
}

* {
    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;
}

a.hidefocus {
    outline: none
}



input[type=text], input[type=button], input[type=submit] {
    -webkit-appearance: none;
    outline: none;
}




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%;
}

.xjct{
	table-layout: auto;
	color: #FF0000;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	background: #fff;
}
.xjct tr{
	height: 30px;
}
.xjct td{
	font-weight: bold;
	border:1px solid #C0C0C0;
	font-size: 18pt;
}
.xjct th{
	font-weight: bold;
	border:1px solid #C0C0C0;
	font-size: 18pt;
}

@media screen and (max-width: 580px){
	.blgg td{
	  font-size: 15pt;
	  }
.xjct td{
	font-size: 12pt;
}
	.box .zhongheng{
		font-size: 11pt;
	}
	}
	@media screen and (max-width: 480px){
	.blgg td{
	  font-size: 13pt;
	  }
	}
	@media screen and (max-width: 408px){
	.blgg td {
		font-size: 12pt;
	}
	.blgg a {
		line-height: 30px;
	}
	}
	@media screen and (max-width: 358px){
	.blgg td {
		font-size: 11pt;
	}


}