﻿@charset "utf-8";

/* CSS Document */
html, body {
    font-family: 'Microsoft YaHei', Arial;
    color: #000000;
    font-size:12pt ;
}
html{
    background: #ffffff;
}

body{
    max-width: 646px;
    margin:0 auto;
    overflow-x: hidden;
    border-left: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    padding:0px;
    background: #6F716F;
}

.img {
    width: 100%; /* 或者其他你想要的宽度 */
}
.header{
	position: fixed;
	z-index: 99;
	height: px;
	width: 100%;
	max-width: 640px;
}
.header.index-header{
	height: 84px;
	padding: 0px;
	border-left: 2px solid #293453;
	border-right: 2px solid #293453;
	border-top: 2px solid #293453;
	border-bottom: 2px solid #293453;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.header .logo-box{
	height: 80px;
}

.header .logo{
	float: left;
	height: 80px;
	margin-left: 0px;
}
.header .logo .logo-img{
	width: 640px;
	height: 80px;	
}
.header .bank{
    float: right;
    position: relative;
    width: 640px;
    height: 80px;
    padding-top:px;
}
.header .bank a{
	display: block;
    color: #fff;
    font-size: 12pt;
    text-align: center;
    padding-top: 2px;
}
.header .bank img{
	display: block;
	width: 60px;
	height: 50px;
	margin:0 auto;
}
.nav1{
	border-bottom-right-radius: px;
	border-bottom-left-radius: px;
	overflow: hidden;
	 color: #fff;
	font-size: 13pt;
	text-align: center;
	padding-top: 0px;
	background:#;
	border-bottom: 1px solid #CCC;
	height: 30px;
}

.nav2{
	color: #fff;
	font-size: 11pt;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	border-right: 1px solid #808080;
	height: 24px;
	font-weight: bold;
}


* {
    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;
    color: #FFFFFF;
}

a:visited {
    text-decoration: none;
    color: #FFFF00;
}

a:hover {
    text-decoration: underline;
    color: #00FF00;
}

a:active {
    text-decoration: none;
}

a:focus {
    outline: none;
}

a.hidefocus {
    outline: none
}

table{
    table-layout: fixed;
    width: 100%;
}
td{
    font-size:11pt;

}
.padding{
    padding: 5px;

}
.nullbox{
	height: 84px;
}
.container {
    width: 100%; /* 或者其他你想要的宽度 */
    background: #ffffff;
}
.containerer {
    width: 88%; /* 或者其他你想要的宽度 */
}
.box{
	border-left: 3px solid #6F716F;
	border-right: 3px solid #6F716F;
	border-bottom: 3px solid #6F716F;
	border-top: 3px solid #6F716F;
	background: #6F716F;

}

.kongbai{
	width: 100%;
	border:1px solid #ffffff;
	background: ##ffffff;
}

.footer{
	border-top: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	border-left: 4px solid #ffffff;
	width: 100%;
	text-align: center;
	height: 258px;
	padding-top: 0px;
}

.listtable{
	color: #000;
	table-layout: fixed;
}
.listtable tr{
	height: 25px;
}
.listtable td{
	padding:4px 4px;
	height: 22px;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #b99b5f;
	font-size: 14pt
}

.duilianpt{
	table-layout: auto;
	color: #FF0000;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	background: #fff;
}
.duilianpt tr{
	height: 30px;
}
.duilianpt td{
	font-weight: bold;
	border:1px solid #C0C0C0;
	font-size: 18pt;
}
.duilianpt .zl{
	font-size: 20pt;
}



@media screen and (max-width: 610px){
.jiesitable td{
	font-size: 11pt;
}
.jiesitable .zl{
	font-size: 12pt;
}
}
@media screen and (max-width: 505px){
.jiesitable td{
	font-size: 11pt;
}
.jiesitable .zl{
	font-size: 12pt;
}
}
@media screen and (max-width: 429px){
.jiesitable td {
    font-size: 10pt;
}
.jiesitable .zl {
    font-size: 11pt;
}
}
@media screen and (max-width: 409px){
.jiesitable td {
    font-size: 9pt;
}
.jiesitable .zl{
	font-size: 10pt;
}
}
@media screen and (max-width: 374px){
.jiesitable td {
    font-size: 9pt;
}
.jiesitable .zl{
	font-size: 10pt;
}
}


@media screen and (max-width: 580px){
.blgg td{
  font-size: 15pt;
  }
}
@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;
}
}