


#main {
	width: 1000px;
    height: 555px;
    margin: 0 auto;
    display: block;
    position: fixed;
    border-radius: 16px;
    top: 19%;
    z-index: 9999;
    left: 22%;
    background-color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
    #main {
      left: 8%;
    }
    
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
    #main {
      left: 19%;
    }
    
}
@media screen and (min-width: 1600px) and (max-width: 1800px) {
    #main {
      left: 23%;
    }
    
}
@media screen and (min-width: 1600px) and (max-width: 1800px) {
    #main {
      left: 23%;
    }
    
}
#top {
	width: 100%;
	height: 80px;
}

#logo {
	width: 278px;
	height: 80px;
	line-height: 67px;
	float: left;
}

#toplist {
	width: 717px;
	height: 84px;
	float: right;
	display: flex;
	justify-content: space-between;
}

#toplist a:link {
	display: block;
	width: 239px;
	text-decoration: none;
	height: 84px;
	line-height: 84px;
	color: white;
	font-size: 28px;
	text-align: center;

}


#toplist a:hover  {
	display: block;
	width: 239px;
	text-decoration: none;
	height: 84px;
	margin-top: 3px;
	line-height: 84px;
	color: white;
	font-size: 28px;
	text-align: center;	
}

#content1 {
	width: 1000px;
	clear: both;
}

#left_c {
	width: 278px;
	height: auto;
	float: left;
	padding: 16px 0 0 0;
	height: 455px;
	background: url(lbg.png) no-repeat top #d8cdba;
	border-radius:  0 0 0 15px;

}

#left_c a:link {
	width: 258px;
	height: 77px;	
	padding: 12px 1px 3px 10px;
	text-align: center;
	text-decoration: none;
	font-size: 22px;
	line-height: 58px;
	color: #404040;
	display: block;
	background: url(bg1.png) no-repeat top right;
}

#left_c a:hover {
	width: 258px;
	height: 77px;	
	padding: 12px 10px 3px 10px;
	background: url(bg2.png) no-repeat top right;
	text-align: center;
	text-decoration: none;
	font-size: 22px;	
	line-height: 55px;
	color: #b89d52;
	display: block;	
	
}

#left_c a img {
	display: block;
	float: left;

}

#left_c a#sp {
	line-height: 28px;
}

#right_c {
	width: 700px;
	float: right;
	padding: 10px;
	position: relative;
}

.tab_div {
	position: absolute;
	left: 10px;
	right: 6px;
	top: 10px;
	display: none;
	font-size: 18px;
	line-height: 28px;
}

.curr_div {
	display: block !important;

}

#cktop {
	width: 700px;
	height: 60px;
	background-color: #ff0000;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
}

#right_c table {
	width: 622px;
	border-collapse: collapse;
	font-size: 18px;
	height: 400px;
}

#right_c table th {
	color: #009bf7;
 
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    border: solid 1px #cdcdcd;
}

#right_c table td {
	color: #333;
	text-align: center;
	border: solid 1px #cdcdcd;

	font-size: 14px;
}

.tb {
	font-weight: bold;
	font-size: 16px;
}

.redtb {
	color: #f00;
	font-weight: bold;
	font-size: 18px
}

.tab3 {
	width: 700px;
	height: 450px;


}


.table {
	width: 98%;
	margin: 0 auto;
}

.datajc {
	width: 700px;
	height: 450px;
	overflow: hidden;
	background: url(tcjc1.gif?=101) no-repeat top center;
	" 	

}

.content {
	width: 630px;
	height: 310px;
	padding: 110px 14px 15px 32px;

}

.data-content tr:nth-child(odd) {
	background-color: #f6fafd;
}

.data-content tr:nth-child(even) {
	background-color: #ffffff;
}

.data {
	height: 90%;
	overflow: hidden;
}


.headertc {
	background: #fff;
	display: flex;
	justify-content: space-between;
	display: flex;
	justify-content: space-between;
	border-bottom: solid 1px #cdcdcd;
	width: 100%;
	margin: 0 auto;
	padding-top: 5px;
	margin-bottom: 1px;
	text-align: center;
}

.headertc div {
	text-align: center;
	width: 20%;
	margin: 0 auto;
}

.rows {
	padding: 0;
	height: 38px;
	text-align: center;
	line-height: 38px;
}

.table tbody tr {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.table tbody tr td {
	border: none;
	text-align: center;
	width: 16%;
	font-size: 16px;
	height: 38px;
	line-height: 38px;
	padding: 0;
}
.table11 tbody tr td {
	border: none;
	text-align: center;
	width:50%!important;
	font-size: 16px;
	height: 38px;
	line-height: 38px;
	padding: 0;
}
.data-content .table tbody tr td {
	
	width: 16%!important;
	
}

.closebtn {
	position: absolute;
	top: -16px;
    right: -15px;
}

.hide {
	display: none !important;
}