﻿@charset "utf-8";
/*header*/
.header{
	position: fixed;
	z-index: 99;
	height: 61px;
	width: 100%;
	max-width: 720px;
	background-image: linear-gradient(to right, #e0e6a2, #e5eab0, #e8efb3, #e2e8b0, #e4eab2, #e8efab, #e0e6a2);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0px  1px 1px rgb(179, 179, 179);
}
.header.index-header{
	height: 92px;
}
.header .head-title-img{
	position: relative;
/*	background: rgba(0,0,0,0.6);*/
}
.head-title-img .natural{
	display: block;
	position: absolute;
	top: 2px;
	width: 60px;
	height: 60px;
	left: 50%;
	margin-left: -30px;
	-webkit-animation: z 5s linear 0s infinite;
    -moz-animation: z 5s linear 0s infinite;
    -ms-animation: z 5s linear 0s infinite;
    animation: z 5s linear 0s infinite;
    box-shadow: 0px 0px 20px #000;
    border-radius: 50%;
}
@keyframes z {
	from {
		-webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
		-moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
		-ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
		transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
	}
	to {
		-webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
		-moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
		-ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
		transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
	}
}
.header .logo-box{
	height: 50px;
}

.header .logo{
	float: left;
	height: 11px;
	margin-left: 10px;
}
.header .logo .logo-img{
	height: 50px;	
	width: 208px;
}
.header .bank{
    float: right;
    position: relative;
    width: 56px;
    height: 44px;
    margin-top: 0px;
	margin-right: 20px;
}
.header .bank a{
	display: block;
    color: #fff;
    font-size: 8pt;
}
.header .bank img{
	display: block;
	width: 75px;
	height: 50px;
	margin:0 auto;
}

.header .bank2{
    float: right;
    position: relative;
    width: 56px;
    height: 40px;
    margin-top: 1px;
	margin-right: 10px;
}
.header .bank2 a{
	display: block;
    color: #5a5f2f;
    font-size: 10pt;
}
.header .bank2 img{
	display: block;
	width: 32px;
	height: 32px;
	margin:0 auto;
	background-color: #c5cf63;
	border-radius: 50%;
}


.qnny{
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    border: 1px solid rgb(219, 219, 219);
	box-shadow: 0 2px 0 #b3e05f;
	background-color: white;
}



.pad4 img{padding-bottom: -8px;}



.box iframe{
	background-color: white;
}



.box .yima .guanzhu{
	text-align: center;
	color: #000; 
}
.nullbox{
	height: 102px;
}
.nullbox2{
	height: 98px;
}
.subnullbox{
	height: 61px;
}
/*nav*/
.nav{
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow: hidden;
	border-top: 1px solid rgb(153, 153, 153);
}
.nav span{
	display: block;
	float: left;
	color: rgb(0, 0, 0);
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	width: 16.66%;
	text-align: center;
	cursor: pointer;
}
.nav span:hover{
	background:#eef7af;
	color: white;
}

.nav span a:hover{
	text-decoration: none;
}
.nav span a{
	color: rgb(0, 0, 0);
}


.box{
	margin:5px 0px;
	border-radius: 5px;
	overflow: hidden;
	
    background-image: linear-gradient(to right, #e0e6a2, #e5eab0, #e8efb3, #e2e8b0, #e4eab2, #e8efab, #e0e6a2);
}
.pad{
	scroll-margin-top:100px;
	padding:4px 4px;
    background-image: linear-gradient(to right, #e0e6a2, #e5eab0, #e8efb3, #e2e8b0, #e4eab2, #e8efab, #e0e6a2);
}
.box2{margin-bottom: -5px; margin-top: 5px;}

.box2 img{border-radius: 5px;}
.riqi{
	text-align: center;
	font-weight: bold;
	font-size: 19pt;
	color: #000;
	padding: 5px 0;
}

.liujie{
	text-align: center;
	font-weight: bold;
	font-size: 19pt;
	color: rgb(0, 10, 150);
	padding: 5px 0;
}




/*content*/
.subnav{
	border-radius:5px;
	padding:5px 0;
	background: #f7f9ea;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#c8ffffff, endcolorstr=#c8ffffff);
	overflow: hidden;
}
.subnav a{
	display: block;
	float: left;
	width: 20%;
	text-align: center;
	font-size: 12pt;
	color: #000;
	font-weight: bold;
	text-shadow: 0px 2px 1px #ff9c00;
}
.subnav a img{
	display: block;
	width: 80px;
	height:80px;
	margin:0 auto 2px;
	animation-duration:3s;
	animation-fill-mode:both;
}
.subnav a:nth-child(1) img,.subnav a:nth-child(2) img{
	animation-name:fadeInLeft;
}
.subnav a:nth-child(3) img{
	animation-name:bounceInDown;
}
.subnav a:nth-child(4) img,.subnav a:nth-child(5) img{
	animation-name:fadeInRight;
}
@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}
@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}
@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}
.subnav a:hover{
	animation-name:pulse;
	animation-duration:1s;
	animation-fill-mode:both;
}
@keyframes pulse{
	0%{transform:scaleX(1)}
	50%{transform:scale3d(1.05,1.05,1)}
	to{transform:scaleX(1)}}



.list-title{
	background: linear-gradient(#e5eab0,#ffffff);
	color: rgb(141, 63, 0);
	border-left: 1px solid #e5eab0;
	border-right: 1px solid #e5eab0;
	height: 42px;
	line-height: 40px;
	font-size: 20pt;
    text-align: center;
    text-shadow: 0px 1px 1px #858585;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}







.box .sanqi{
	text-align: center;
    color: black;
	font-size: 14pt;
	font-weight: 700;
}
.box .sanqi li{
	background-color: white;
	margin: 2px 0;
	padding: 10px 0;
}

.box .sanqi i{
	color: blue;
	font-size: 20pt;
}
.box .sanqi u{
	color: rgb(255, 0, 0);
	font-size: x-large;
}

.box .gaoshou{
	text-align: center;
    color: black;
	font-size: 14pt;
	font-weight: 700;
}
.box .gaoshou li{
	background-color: white;
	margin: 2px 0;
	padding: 10px 0;
}

.box .gaoshou i{
	color: blue;
}
.box .gaoshou u{
	color: rgb(255, 0, 0);
	font-size: x-large;
	font-size: 16pt;
}

.sdt{
	text-align: left;
	color: #000;
    font-size: 16px;
}
.sdt li{
	background-color: white;
	padding: 5px 5px;
}
.sdt li:last-child{padding-bottom: 30px;}


.box .guanggao{
	margin-bottom: -4px;
}


u{
	text-decoration: none;
}

i {
    font-style: normal;
}



.box .bulian{
	background-color:#b3e05f;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	background-color: #00FF00;
	margin-bottom: 0;
}

.box .bulian li{
	padding: 10px  0;
	font-size: 15pt;
	font-weight: 700;
	border-bottom: 2px solid #b3e05f;
}




.box .stairs{
	text-align: left;
	color: #000;
	width: 100%;
	font-weight: bold;
	overflow: hidden;
	table-layout:fixed;
}

.box .stairs tr{
    font-size: 21px;
}

.box .stairs tr td {
	background-color: rgb(244, 244, 244);
	padding: 5px 0;
	color: rgb(224, 0, 0);
	border:1px solid #b3e05f;
}

.box .stairs tr td i{
	color: #170099;
}
.box .stairs tr td u{
	font-size: 30px;
}

.box .stairs .stairs-head td{
	font-size: 15pt;
	background-color: #a7d6eb;
	color: rgb(0, 0, 0);
	text-align: center;
}


.tongzhi{text-align: center;background-color: white;}

.tongzhi img{width: 322px;height: 81px;}

.gonggao p{
	text-align: center;
	font-size: 25px;
	font-family: 宋体;
	font-weight: bold;
	padding: 5px;
	border: 1px solid rgba(74, 255, 74, 0.404);
}
.gonggao p:first-child{
	background-color: yellow;
	color: red;
}
.gonggao p:last-child{background-color: red;color: yellow;}

.sxsm{
	text-align: center;
	color: #000;
	background-color: white;
	font-weight: bold;
	font-size: 18px;
}
.sxsm li{padding: 10px 0px;}
.sxsm li i{color: red;}
.sxsm li u{color: green;}

.mianfei{
	text-align: center;
	background-color: white;
	font-size: 18px;
	font-weight: bold;

}
.mianfei p{padding: 15px;}


/* potos */
.grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 5px;
	margin: 0 auto; /* 让网格居中 */
	text-align: center;
	background-color:white;
	padding: 10px 0px;
}

.grid-g{
	height: 250px;
	overflow: hidden;
	position: relative;
	padding: 0px 10px 30px 10px;
}

.grid-g p{
	color: #000;
	font-size: 18px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	margin: 0;
	padding: 5px;
	box-sizing: border-box;
}

.grid img {
	width: 100%;
	height: 100%;
	object-fit: fill;
	box-shadow: 1px 1px 5px rgb(65, 63, 63);
}

.grid img.active {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 90%;
}


/* .grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 5px;
	margin: 0 auto; 
	text-align: center;
	background-color:white;
	padding: 10px 0px;
  }

	.grid-g{height: 250px;}
	.grid-g p{
		color: #000;
		font-size: 18px;
	}

  .grid img {
	width: 180px;
	height:200px;
	object-fit: fill;
    box-shadow: 1px 1px 5px rgb(65, 63, 63);
  }

 
  .grid img.active {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(3);
	z-index: 9999;
	
  } */

  
  .overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9998;
	display: none; 
  }


	.dingbu{
		position: fixed;
		height: 50px;
		background: rgba(95, 82, 82, 0.178);
		width: 50px;
		right: 50px;
		bottom: 50px;
		border-radius: 50%;
	}
	.dingbu p{
		font-size: 14px;
		color: rgb(241, 234, 234);
		padding: 5px 10px;
		font-weight: bold;
	}
	.dingbu:hover{background:rgb(90, 76, 76);}
    .dingbu a:hover{
		text-decoration: none;
	}

    .box .leftrb li{
        text-align: left;
	}
	.leftrb li i{color: red;}
	.leftrb li u{color: blue;}

    .centerrg li i{color: red;}
	.centerrg li u{color: green;}

    .centerbc li i{color: blue;}
	.centerbc li u{color: chocolate;}


    .duan7 {
		background-color: white;
		color: #000;
		font-size: 18px;
		text-align: center;
		padding: 10px 0 5px ;
	}

	.jmsht{
		background-color: white;
		color: #000;
		font-size: 18px;
		text-align: center;
		padding: 10px 0 5px ;
	}
	
	.sanhe {
		background-color: white;
		color: #000;
		font-size: 18px;
		text-align: left;
		padding: 10px 0 5px 10px;
	}

	.boshe {
		background-color: white;
		color: #000;
		font-size: 18px;
		text-align: left;
		padding: 10px 0 5px 0px;
	}







.ziliao li{
    text-align: center;
	color: #000;
	font-weight: 600;
	font-size: 16pt;
	margin: 2px 0;
	background-color: white;
	padding: 5px 0;
}
.ziliao2 li{
    text-align: center;
	color: #000;
	font-weight:700;
	font-size: 14pt;
	margin: 2px 0;
	background-color: white;
	padding: 5px 0;
}
.ziliao2 li i{color: blue;}
.ziliao2 li u{color: #ac6a00;}

.wuwei li i{
	color: red;
	font-size: 22pt;
}

.moyu li i{
	color: red;
	font-size: 20pt;
}

.ge3xiao li i{
	color: blue;
}
.ge3xiao li u{
	color: red;
}

.twelve-ma li i{
     background-color: #00FF00;
}
.twelve-ma li u{
    color: rgb(7, 70, 129);
}

.lianwei li i{
	color: red;
}
.lianwei li u{
	color: rgb(7, 70, 129);
}

.gzwz{
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 4px 7px  5px;
	margin-left: 5px;
}
.gzwz i{color: blue;}
.gzwz u{color: red;}

.bama i{color: blue;}
.bama u{color: green;}


.guazi{
	margin-bottom: 3px;
}
.guazi i{
	color: red;
	font-size: 20px;
}
.guazi u{color:rgb(3, 97, 141);}

.stzt img{width: 35px;}
.stzt i{color: red;}
.stzt u{color: blue;}

.dszt i{color:blue;}
.dszt u{color: darkgreen;}

.yixiao li{
	text-align: left;
	color: #00FF00;
	background-color: rgb(0, 0, 0);
	font-size: 16px;
	padding: 8px;
}
.yixiao li:nth-child(1){
	color: yellow;
	text-align: center;
	font-size: 18px;
	background-color: red;
}
.yixiao li i{
	color: red;
}
.yixiao .yixiao-tema{
	text-align: center;
}
.yixiao u{
	color: yellow;
	font-size: 25px;
}

.sanxiao{
	font-size: 18px;
	color: red;
	background-color: #ffffd9;
	font-weight: bold;
	text-align: center;
	border-collapse: collapse;
}
.sanxiao tr th{
	border: 1px solid red;
	padding: 7px;
	color: blue;
}
.sanxiao tr td{
	border: 1px solid red;
	padding: 7px;
}
.sanxiao tr td:nth-child(1){color: #000;}

.sanxiao tr td u{color: blue;}
.sanxiao tr td i{color: red;}


.szyx{
	font-size: 10pt;
	color: rgb(0, 0, 0);
	background-color: #ffffff;
	text-align: center;
	border-collapse: collapse;
	table-layout: auto;
}
.szyx tr th{
	border: 1px solid rgba(143, 0, 0, 0.5);
	padding: 7px;
	color: blue;font-size: 15px;
}
.szyx tr td{
	border: 1px solid rgba(143, 0, 0, 0.5);
	padding: 7px;
}
.szyx tr td:nth-child(1){width: 30%;}
.szyx tr td:nth-child(2){width: 47%;}
.szyx tr td:nth-child(3){width: 23%;}
.szyx tr th i{color: red;font-size: 20px;}


.dssx{
	font-size: 15px;
	color: #000;
	background-color: #ffffff;
	font-weight: 600;
	text-align: center;
	border-collapse: collapse;
}
.dssx tr th{
	border: 1px solid #c0c0c0;
	height: 45px;
	color: yellow;
	background-color: #666;
}
.dssx tr td{
	border: 1px solid #c0c0c0;
	height: 45px;
}
.dssx tr td:nth-child(1){color: #008000;}
.dssx tr td:nth-child(2),.dssx tr td:nth-child(3){color: red;}
.dssx tr td i{color: #0000ff;}





.yjjt{margin-bottom: 3px;}
.yjjt i{color: green;}
.yjjt u{color: blue;}

.yzxj{
	font-size: 14pt;
	text-align: center;
	font-weight: bold;
	margin-bottom: 3px;
}
.yzxj li i{color: #008000;}

.mhs{
	font-size: 14pt;
	text-align: left;
	font-weight: bold;
	margin-bottom: 3px;
}
.mhs li i{color: #008000;}


.jlbsdt{margin-bottom: 3px;}
.jlbsdt li:first-child{
	background-color: red;
	text-align: center;
	color: white;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #868686;
}
.jlbsdt li:last-child{padding-bottom: 15px;}

.swbm li{font-size: 16pt;}
.swbm li:first-child{background-color: #ffeac5;color: red;}

.xjsx{text-align: center;border: 1px solid #b3e05f;}
.xjsx li{background-color: #f7f3f3;}

.liangbo li i{background-color:#eeff00;}
.pingte li{color: blue;}
.pingte i{color: red;}
.pingte u{color: green;}

.lmkzjx li{	
	font-weight: bold;
	font-size: 15px;
}
.lmkzjx li:first-child{
	background-color: rgb(255, 238, 0);
	text-align: center;
	color: rgb(255, 0, 0);
	padding: 10px;
	border: 1px solid #868686;
}
.lmkzjx li i{color: red;}
.lmkzjx li:nth-last-child(-n+3){
	color: blue;
}

.caishen img{
    width: 80px;
	height: 80px;
}
.caishen{
	text-align: center;
	background-color: white;
	color: #000;
	font-weight: bold;
	font-size: 22px;
	border: 1px solid #b3e05f;
	border-bottom: none;
}
.caishen2 li i{color: blue;}
.caishen2 li u{color: red;}

.twenty-four{
	background-color: white;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.twenty-four tr th{
	color: red;
	padding: 7px;
	border: 1px solid #b3e05f;
}
.twenty-four tr td{
	padding: 7px;
	border: 1px solid #b3e05f;
}
.twenty-four tr td:nth-child(odd){
	width: 10%;
	background-color: #FFC;
}
.box .twenty-four{table-layout: auto;}

.youmo{
	background-color: white;
	color: #000;
	font-size: 15px;
	margin-bottom: 2px;
}
.youmo li{
	padding-left: 10px;
	line-height: 30px;
}











.post-list{text-align:center;}
.post-list-tit-pic{margin-bottom:6px}
.post-list li{padding: 3px 3px;
    border-radius: 0px;
    background-color: #fff;}

.post-list a{
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: solid 1px #ddd;
	border-radius: 8px;
	background: #eee;
	background-image: linear-gradient(to top, #fff, #eee, #fff);
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #000;
}
.post-list a:hover{
	color: red;
}
.post-list a .ci{
font-size: 26px;
}


.qxtable{
	color: #000;
    background: #fff;
    font-weight: bold;
    word-wrap: break-word; 
    word-break: break-all;	
    text-align: center;;
}
.qxtable tr {
     height: 30px; 
}
.qxtable th, .qxtable td {
    border:1px solid #fff;
}
.qxtable th{
	font-size: 18px;
	background: #fff89c;
	text-align: center;
	color: red;
}
.qxtable td {
    text-overflow: ellipsis;    
    font-size: 24px;
}
.qxtable.yxym{
	table-layout:auto;
	word-wrap: break-word;
    word-break: break-all;
/*    background:#fff url(../images/tjl.png) center center no-repeat;
*/}
.qxtable.yxym td{
	font-size: 18pt;
}
.qxtable.nbew tr td:nth-child(1){
	background: #f3f0eb;
	width: 33%;
}
.qxtable.nbew tr td:nth-child(3){
	background: #f3f0eb;
	width: 34%;
}
.qxtable.nbew tr td:nth-child(2){
	background: #f7f7f7;
	width: 33%;
	font-size: 28px;
}
.qxtable.wcbx tr td:nth-child(1){
	background: #f3f0eb;
}
.qxtable.wcbx tr td:nth-child(3){
	background: #f3f0eb;
}
.qxtable.wcbx tr td:nth-child(2){
	background: #f7f7f7;
	font-size: 28px;
}

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

.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 th{
	font-weight: bold;
	border:1px solid #C0C0C0;
	font-size: 18pt;
}
.duilianpt td .zl{
	font-size: 18pt;
	color: #000;
}

.blgg a{text-decoration: none;}
.blgg a:hover{text-decoration:underline;}

.blgg {
    table-layout: auto;
    color: #000;
    border-radius: 0px;
    overflow: hidden;
    text-align: center;
    background: #fff;
    
}
.blgg td {
    font-weight: bold;
    border: 1px solid #fefefe;
    font-size: 18pt;
    padding: 2px 2px;
    white-space: nowrap;
}

.blgg a {
    line-height: 35px;
    text-align: center;
    border: solid 1px #ddd;
    border-radius: 8px;
    background: #eee;
    background-image: linear-gradient(to top, #fff, #eee, #fff);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    display: block;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    padding-left: 0px;
}

.qixia{
	text-align: center;
	font-size: 15pt;
	font-weight: 700;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}
.qixia tr td{
	padding: 10px 0;
	border: 1px solid #ffffff;
}

.qixia{
	text-align: center;
	font-size: 15pt;
	font-weight: 700;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}
.qixia tr td{
	padding: 10px 0;
	border: 1px solid #ffffff;
}

.pnzl {
    table-layout: auto;
    color: #000;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
    overflow: hidden;
    text-align: center;
    background: #f5f5f5;
	border: 1px solid #b3e05f;
}
.pnzl td {
    font-weight: bold;
    border: 1px solid #fff;
    width: 33.3%;
    font-size: 12pt;
	height: 33px;
}






.copyright {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid rgb(124, 124, 124);
	font-size: 10pt;
	color: #000;
}


.advertise{
	width: 80%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #000;
	font-size: 12pt;
	font-weight: bold;
	color: #000;
}
.advertise span{
	color: red;
}
.advertise a:link{
	color: blue;
	font-weight: 500;
}
.advertise a:hover{
	color: rgb(141, 139, 0);
	font-weight: 600;
	left: 1px;
	position:relative;
	top: 1px;
}

.foot-img {
	padding-bottom: 40px;
	background-image: linear-gradient(to right, #e0e6a2, #e5eab0, #e8efb3, #e2e8b0, #e4eab2, #e8efab, #e0e6a2);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-bottom: 5px;
}


@media screen and (max-width: 700px){
 
	.subnav,.box,.box2{
		margin: 3px 1px;
	}
	.pad {
		padding: 3px 3px;
	}
	.nullbox{
        height: 97px;
	}
	.subnav div a{
		font-size: 11pt;
	}
	.subnav div a img{
		width: 55px;
		height: 55px;
	}
	.box2{
		margin-bottom: -5px;
	}
	.header .logo{
		margin-left: 0px;
	}
	.nav span{
		font-size: 10px;
	}

	.box .list-title{
		font-size: 20px;
	}

	.box .zhongheng{
		font-size: 15px;
	}

	.box .bulian li{
        font-size: 18px;
	}

	.box .stairs tr{
		font-size: 12px;
	}
	.box .stairs tr td u{
		font-size: 24px;
	}
	.box .stairs .stairs-head td{
		font-size: 15px;
	}


	.dingbu{
		bottom: 10px;
		right: 5px;
		background-color: rgba(136, 136, 136, 0.507);
	}

	.boshe{font-size: 15px;}



	/* 图片的初始样式 */
	.grid img.active {
		transform: translate(-50%, -50%);
	}
	/* .grid img {
		width: 100px;
		height:120px;
	} */
    .grid-g{height: 150px;}
	.grid-g p{font-size: 16px;}

	.ziliao li{
		font-size: 13pt;
	}
	.ziliao2 li{
		font-size: 12pt;
	}
	.wuwei li i{
		font-size: 16pt;
	}
	.moyu li i{
		font-size: 14pt;
	}
	.box .post-list a{
		font-size:16px;
	}
	.box .post-list a .ci{font-size: 20px;
	}

	.duilianpt td {
		font-size: 13pt;
	}
	.duilianpt td .zl{
		font-size: 14pt;
	}
	.duilianpt th{
		font-size: 11pt;
	}

	.duilianpt1 td{
		font-size: 14pt;
	}
	.duilianpt1 td .zl{
		font-size: 15pt;
	}
	.duilianpt1 th{
		font-size: 12pt;
	}
    
	.dssx{font-size: 14px;}


	.qxtable.yxym td{
		font-size: 15px;
	}
	.qxtable.yxym tr td:nth-child(2){
		font-size: 18px;
	}
	.box .kaijiang{
        height: 135px;
	}
	.box .ziliao-wangzhan{
		font-size: 13pt;
	}
	#amlhc1{
		height: 1600px;
	}
}


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









