
/*header*/
.header{
	position: fixed;
	z-index: 99;
	height: 61px;
	width: 100%;
	max-width: 720px;
	background: #edeff0;	
}
.header.index-header{
	height: 52px;
}
.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%;
}

#nav2[data-fixed="fixed"] {
    max-width: 51.3rem;
    background: #edeff0;
    position: fixed;
    top: 52px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}
.kj-tit {
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #666;
    font-size: 14px;
    border-top: solid 1px #ddd;
    background: #eee;
    overflow: hidden;
}
.pb-content {
    background: #fff;
    padding: .5rem 1rem;
    font-size: 1.3rem;
}

.dibu p1{
    color: #ff0000;
}
.dibu p2{
    color: #FF00FF;
}
.dibu p3{
    color: #6600CC;
}
.dibu p4{
    color: #080;
}
.dibu p5{
    color: #8e0099;
}
.dibu font{
    color: #ff0000;
}

.change .ifm {
    background: #fbfafb;
    width: 100%;
    max-width: 46.5rem;
}
.baomaqgBtn4BoxFather {
    user-select: none;
    background-color: #fff;
    border: 1px solid #f1f1f1;
}
.baomaqgBtn4Box {
    display: flex;
    align-items: stretch;
}
.baomaqgBtn4:nth-child(1) {
    border-left: none;
}
.activeBaomaqgBtn4 {
    background: #fff;
    border-bottom: none;
}
.baomaqgBtn4 {
    text-align: center;
    font-size: 24px;
    flex-basis: 0px;
    flex-grow: 1;
    cursor: pointer;
    color: rgb(207, 106, 38);
    font-family: Arial, 寰蒋闆呴粦;
    font-weight: 900;
    line-height: 1.8;
    border-width: 1px 1px 1px;
    border-style: none solid solid;
    border-color: rgb(241, 241, 241) rgb(241, 241, 241) rgb(241, 241, 241);
    border-image: initial;
    background: rgb(245, 245, 245);
    border-top: none;
}
.baomaqgBtn4:nth-child(2) {
    border-right: none;
    border-left: none;
}




.container {
    max-width: 52.8rem;
    margin: 0 auto;
    background: #edeff0;
}

.padding{
    padding:0 .5rem .5rem .5rem;;
}


@-webkit-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: 50px;
	margin-left: 10px;
}
.header .logo .logo-img{
	width: 208px;
	height: 50px;	
}
.header .bank{
    float: right;
    position: relative;
    width: 80px;
    height: 50px;
}
.header .bank a{
	display: block;
    color: #fff;
    font-size: 12pt;
    text-align: center;
    /*padding-top: 14px;*/
}
.header .bank img{
	display: block;
	width: 75px;
	height: 50px;
	margin:0 auto;
}

.csdj{color:yellow;}
.csdj:hover{color:yellow;text-decoration:none;cursor:text}


.nullbox{
	height: 91px;
}
.subnullbox{
	height: 61px;
}
/*nav*/
.nav{
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow: hidden;
	border-top: 1px solid #000;
}
.nav span{
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	width: 14.28%;
	text-align: center;
	cursor: pointer;
}
.nav span:hover{
	background:#292929;
}
.nav.pf span:hover{

}


.change{
    display: flex;
    width: 100%;
    justify-content: space-around;
    font-size: 22px;
    height: 65px;
    font-weight: bold;
    background: #f3f3f3;
    margin-top: 0px;
}
.Achange{
    color: #000;
    width: 50%;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.Achange a{
    color:#000;
    text-decoration: none;
}
.Bchange{
    color: #ff0000;
    width: 50%;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: #f5f5f5;
}
.Bchange a{
    color:#ff0000;
    text-decoration: none;
}
.change img{
    vertical-align: middle;
}
.changebox{
    border-radius: 0px 0px 5px 5px;
    overflow: hidden;
}
.bbsfont{
    font-size:26px;
    color:#379343;
}
.bbsgst{
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    background-color: #379343;
    line-height: 20px;
    position: relative;
    top: -3px;
    right:3px;
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
    padding: 0 5px;
}





.box-bbs {
    width: 100%;
    max-width: 720px;
    text-align: center;
    background: #f4eee1;
}
.box-bbs ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.box-bbs li {
    padding: 3px 0;
    list-style: none;
}
.box-bbs a {
    display: block;
    height: 35px;
    border: solid 1px #ddd;
    border-radius: 5px;
    background: #eee;
    background-image: linear-gradient(to top,#fff,#fff0f0,#fff);
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    text-align: center;
    line-height: 35px;
    font-size: 21px;
    text-decoration: none;
    color: #000;
}

.b2 {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    background: #fff;
    padding: 10px 0;
}
.b2 a {
    width: calc(33.33% - 6px);
    border: #C0C0C0 1px solid;
    border-radius: 1rem;
    margin: 2px;
    background: linear-gradient(to top, #ccdaee, #ccdaee, #ccdaee);
    font-size: 18px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
}

.b1 {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}
.b1 td {
    background-color: #fff;
    height: 40px;
    border: 1px solid #c0c0c0;
}

.bg {
    background: linear-gradient(to right, #996600, #996600);
}
.br-12 {
    border-radius: 12px;
    overflow: hidden;
}
.lxlm-head {
    padding-left: 1rem;
    padding-right: 1rem;
}
.lxlm-tit {
    font-size: 1.4rem;
    color: #fff;
    padding-top: .5rem;
    font-semibold: 600;
}


.pb{
    background: #fff;
    padding: .1rem 0.5rem;
    font-size: 1.3rem;
}

.zl{
    font-size: 1.0rem;
}
.zl p{
    color: #000;
    padding: .3rem 0;
    border-bottom: 1px solid #ddd;
}

.zl p span {
    font-weight: bold;
    font-size: 1.2rem;
    color: #fd1d1d;
}
.zl p b {
    color: #f00;
}
.zl p font {
    display: flex;
    float: right;
}
.zl text{color: #080;}

.tzlb-content {
    font-size: 1.3rem;
    text-align: center;
    background: #fff;
}
.pb-content {
    background: #fff;
    padding: .5rem 1rem;
    font-size: 1.3rem;
}
.br-12 {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 0;
}
ol, ul, li {
    list-style: none;
}
.br-12 li:nth-child(10n+1) strong {
    color: #06f;
}
.br-12 li:nth-child(10n+2) strong {
    color: #06f;
}
.br-12 li:nth-child(10n+3) strong {
    color: #f60;
}
.br-12 li:nth-child(10n+4) strong {
    color: #f60;
}
.br-12 li:nth-child(10n+5) strong {
    color: #f0f;
}
.br-12 li:nth-child(10n+6) strong {
    color: #f0f;
}
.br-12 li:nth-child(10n+7) strong {
    color: #080;
}
.br-12 li:nth-child(10n+8) strong {
    color: #080;
}
.br-12 li:nth-child(10n+9) strong {
    color: #80d;
}
.br-12 li:nth-child(10n+10) strong {
    color: #80d;
}


#tbtk {
    font-size: 10pt;
    color: #000000;
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    background: #fff;
}
#tbtk td {
    margin: 0px;
    padding: 3px 2px;
    border: 1px solid rgb(229, 229, 229);
    word-break: break-all;
    text-align: center;
    font-size: 1.2rem;
    line-height: 30px;
    color: rgb(51, 51, 51);
}

.zhzl-content {
    font-size: 1.2rem;
}
.qnzl {
    background: #fff;
    text-align: center;
    padding: 0;
}
.qnzl ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 5px;
}
.qnzl ul li {
    width: 33.33%;
    padding: 5px;
    box-sizing: border-box;
}
.qnzl ul li a {
    color: #000;
    display: block;
    padding: 7px 0;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.qnzl-more { margin-bottom: 10px; padding: 0 10px;}
.qnzl-more a { display: block; padding: 5px 0; color: #fff; text-align: center; font-size: 18px; border-radius: 5px; background: #f00;}

.br-13 {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: -17px;
}
.br-12 {
    border-radius: 12px;
    overflow: hidden;
}




.sxsx-content {
    font-size: 1.3rem;
    background: #fff;
}
.tzlb-content li {
    border-bottom: 1px solid #aaa;
    background: #fff;
    margin: 5px 0;
    border-radius: 5px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.pb-content li {
    padding: .3rem 0;
    border-bottom: 1px solid #ddd;
}

.pb-content li a {
    color: #000;
    text-decoration: none;
}




.box{
	background: linear-gradient(to right, #ff0d0d, #a60103);
}
.dbt img{
	margin-top: 0px;
	margin-bottom: -3px;
	border-radius: 25px;
}
/*news*/
.news-title{
	float: left;
    height: 35px;
    line-height: 35px;
    padding-left: 5px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;

}
.news-title img{
	display: block;
	float: left;
	width: 35px;
	height: 35px;
	margin-right:5px;
}
.txtMarquee-left{ padding:0 1px;width:auto;position:relative;height:35px;line-height: 35px;overflow: hidden;}
.txtMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.txtMarquee-left .bd ul li{ margin-right:20px;  float:left; height:35px; line-height:35px;  text-align:left; _display:inline; width:auto !important;color: #000;  }/* ??width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问??*/
.txtMarquee-left .bd ul li a{color: #fff;}
.txtMarquee-left .bd ul li a:hover{text-decoration: underline;}


/*content*/
.subnav{
	border-radius:5px;
	padding:5px 0;
	background: rgba(255,255,255,0.8);
	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: 84px;
	height:76px;
	margin:0 auto 2px;
	animation-duration:1s;
	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;
}
.ggimg{
	margin:5px 0;
}
.ggimg a img{
	width: 60px;
	height: 60px;
}
@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.05)}to{transform:scaleX(1)}}
.pad{
	border-radius: 12px;
    overflow: hidden;
}
.xjbox{
	margin: 5px 0;
    border-radius: 5px;
    overflow: hidden;
    background: #000;
}
.sup-title{
	font-size: 14pt;
	height: 50px;
	line-height: 50px;
	margin:5px 0;
	text-align: center;
	color: #fff;
	background: #b99b5f;
	border-radius: 5px;
	text-shadow: 0px 1px 10px #000;
	overflow: hidden;
	border:1px solid #000;

}
.jiesitable{
	width: 100%;
	text-align: center;
	word-wrap: break-word;
	font-size:13pt;
	table-layout: fixed;
	border-radius: 8px;
	color: #fff;
	font-weight: bold;
	font-family: 'simsun';
}
.jiesitable tr{
	height: 30px;
}
.jiesitable th,.jiesitable td{
/*	white-space: nowrap;
	overflow: hidden;*/
	text-overflow: ellipsis;
	border:1px solid #b69157;	
}
.listtable{
	color: #000;
	table-layout: fixed;
}
.listtable tr{
	height: 25px;
}
.listtable th,.listtable td{
	padding:4px 4px;
}
.listtable th{
	font-size: 20pt;
	text-align: center; 
	border-bottom:1px solid #000;
	text-shadow: 1px 4px 1px #b99b5f;
}
.listtable td{
	height: 35px;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #b99b5f;
	font-size: 24px;
}
.listtable td a{
	display: block;
	height: 35px;
	line-height: 35px;
	color: #000;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
}

.spm{
	color: #000;
	table-layout: fixed;
}
.spm tr{
	height: 25px;
}
.spm th,.spm td{
	padding:4px 4px;
}
.spm td{
	height: 22px;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #b99b5f;
	font-size: 14pt;
	text-align: center;
}
.spm td a{
	display: block;
	height: 22px;
	line-height: 22px;
	color: #000;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
}

.img-title{
	width: 65%;
	float: right;
	text-align: center;
	margin-bottom: 35px;
}
.img-title h1{
	margin-top: 30px;
	font-size: 52px;
	letter-spacing: 6px;
	text-shadow: 0px 2px 1px #000;
	color: red;
}
.img-title h2{
	margin-top: 32px;
	font-size: 24px;
	color: #0060ff;
	letter-spacing: 13px;
	text-shadow: 0px 2px 1px #000;
}
.text-box{
	height: 197px;
	background: url("https://162.218.31.116:5150/images/zgl.png")/*tpa=https://www..com/images/https://162.218.31.116:5150/images/zgl.png*/ no-repeat left top;
}
.listtable.icon6{
	background: #fff url("https://162.218.31.116:5150/images/img1.png")/*tpa=https://www..com/images/https://162.218.31.116:5150/images/img1.png*/ no-repeat bottom right;
}
.listtable.icon6 td a{
	color: #000;
}
.xjimg-list{
	background: rgba(255,255,255,0.6)
}
.img-list-box{
	background: url("https://162.218.31.116:5150/images/img2.png")/*tpa=https://www..com/images/https://162.218.31.116:5150/images/img2.png*/ no-repeat top right;
}
.img-list-title{
	margin:5px 0;
	text-align: center;
	font-size: 32px;
	color: #ffff00;
	font-weight: bold;
	text-shadow: 0px 1px 1px #000;
}
.sideMenu{ height: 248px;border:1px solid #000; border-radius: 5px;overflow: hidden;}
.sideMenu h3{ height:42px; line-height:42px; padding-left:10px;  cursor:pointer;font-size:20px;color: #fff;text-align:center;background: #000;border-bottom:1px solid #fff;}
.sideMenu h3 em{ float:right; display:block; width:40px; height:42px;   background:url("https://162.218.31.116:5150/images/icoAdd.png")/*tpa=https://www..com/images/https://162.218.31.116:5150/images/icoAdd.png*/ no-repeat 16px 12px; cursor:pointer }
.sideMenu h3.on em{ background-position:16px -57px; }
.sideMenu ul{ padding:20px 25px; color:#999; display:none;}
.sideMenu ul li{
	float: left;
	width: 25%;
	height: 80px;
}
.sideMenu ul li a{
	display: block;
	width: 90%;
	margin:0 auto;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: rgba(97,152,191,0.7);
	border-radius: 10px;
	border:1px solid #fff;
	color: #000e42;
	font-size: 18px;
	transition: all 0.5s;
}
.sideMenu ul li a:hover{
	background: rgba(0,0,0,0.7);
	color: #fff;
	border:1px solid #000;
}
.qxtable{
	color: #000;
    background: #fff;
    font-weight: bold;
    word-wrap: break-word; 
    word-break: break-all;	
    text-align: center;;
}
.qxtable tr {
     height: 27px; 
}
.qxtable th, .qxtable td {
    border:1px solid #3385dd;
}
.qxtable th{
	font-size: 18px;
	background: #fff89c;
	text-align: center;
	color: red;
}
.qxtable td {
    text-overflow: ellipsis;    
    font-size: 24px;
}
.qxtable.left{
	text-align: left;
}
.qxtable.left th{
	text-align: left;
}
.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: 14pt;
}
.qxtable.yxym tr td:nth-child(1){
	background: #ffe0b2;
	width: 20%;
}
.qxtable.yxym tr td:nth-child(3){
	background: #ffe0b2;
	width: 14%;
}
.qxtable.yxym tr td:nth-child(2){
	background: #FFFF99;
	width: 66%;
}
.list-title {
    font-size: 1.4rem;
    color: #fff;
    padding-top: .5rem;
    font-semibold: 600;
    margin-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
.haoju{
	font-size: 20pt;
    text-align: center;
    font-weight: bold;
}
#yxym .list-title{
	background: linear-gradient(transparent,#3cc25a);
	font-size: 26px;
	color: #ffee00;
    text-shadow: 0px 0px 10px #000000;

}

.jueshatable{
	table-layout: auto;
	color: #fff;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	background: #000;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99ffffff, endcolorstr=#99ffffff);
}
.jueshatable tr{
	height: 25px;
}
.jueshatable th{
	background: #000;
	color: #fff;
	border:1px solid #636262;
}
.jueshatable td{
	font-weight: bold;
	border:1px solid #636262;
	width: 50%;
}

.guanggao{
	table-layout: auto;
	color: #fff;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	background: #000;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99ffffff, endcolorstr=#99ffffff);
}
.guanggao tr{
	height: 25px;
}
.guanggao img{
	width: 710px;
	height: 45px;
}
.guanggao a{
	font-size: 16pt;
	color: #FF0000;
}
.guanggao td{
	font-weight: bold;
	border:0px solid #636262;
	width: 100%;
}
.liuxiao{
	table-layout: auto;
	color: #fff;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	background: #ffdfff;
}
.liuxiao tr{
	height: 25px;
}
.liuxiao td{
	font-weight: bold;
	border:1px solid #fff;
	width: 100%;
}
.shierma{
	table-layout: auto;
	color: #000;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	background: #fff;
}
.shierma tr{
	height: 25px;
}
.shierma td{
	font-weight: bold;
	border:1px solid #C0C0C0;
	width: 100%;
}
.yjxj{
	table-layout: auto;
	color: #000;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	background: #BBDDFF;
}
.yjxj tr{
	height: 25px;
}
.yjxj td{
	font-weight: bold;
	border:1px solid #fff;
	width: 100%;
}
.gongshi{
	table-layout: auto;
	color: #000;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	background: #fff;
}
.gongshi tr{
	height: 25px;
}
.gongshi td{
	font-weight: bold;
	border:1px solid #C0C0C0;
	width: 50%;
	font-size: 14pt;
}
.duilianpt{
	table-layout: auto;
	color: #000;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	background: #fff;
}
.duilianpt tr{
	height: 25px;
}
.duilianpt td{
	font-weight: bold;
	border:1px solid #C0C0C0;
	font-size: 18pt;
}
.pnzl{
	table-layout: auto;
	color: #000;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	background: #f5f5f5;
}
.pnzl tr{
	height: 25px;
}
.pnzl td{
	font-weight: bold;
	border:1px solid #fff;
	width: 33.3%;
	font-size: 12pt;
	font-family: ??????;
}
.pnzl a{
	color: #000;
}

/*footer*/
.foot-img{
	padding-bottom: 0px;
	background: url("")/*tpa=https://www..com/images/https://162.218.31.116:5150/images/foot-img.png*/ no-repeat center bottom;
}
.footer-link{
	height: 30px;
	line-height:30px;
	text-align: center;
	border-bottom: 1px solid #000;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.footer-link a{
	color: #6198bf;
	margin:0 10px;
}
.footer-link a:hover{
	text-decoration: underline;
}
.copyright{
	width: 80%;
	margin:0 auto;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom:5px;
	border-bottom:1px solid #000;
}
.xjct{
	background:#ef0101;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99bdb657, endcolorstr=#99bdb657);
}






/*sub*/
.tablebox{
	text-align: center; 
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}
.tablebox tr{
	line-height: 32px;
}
.tablebox td{
	border: 1px solid #e5e5e5;
    word-break: break-all;
    padding: 3px 2px;
}
.tablebox a{
	color: rgb(255, 0, 0);
	text-decoration: underline;
	font-weight: bold;
	font-size: 16px;
}
.subList-bg{
	background:#fff url("https://162.218.31.116:5150/images/subList-bg.png")/*tpa=https://www..com/images/https://162.218.31.116:5150/images/subList-bg.png*/ no-repeat top right;
}
.subTextTitle{
	color: #000;
    padding: 8px 8px 0px 8px;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
}
.subTextTitle h1{
	height: 40px;
	line-height: 40px;
	overflow: hidden;
    font-size: 18px;
    font-weight: bold;
}
.subTextTitle h2{
	color: #9e6101;
	text-indent: 6px;
}
.subTextTitle p{
	color: #d2b335;
	border-top: 1px solid #ffeda4;
	border-bottom: 1px solid #ffeda4;
	padding:10px 0;
	margin-top:10px;
	text-indent: 6px;
}
.tablebox.imgbox a {
    display: block;
    height: 44px;
}
.tablebox.imgbox img {
    width: 100%;
    height: 44px;
}
.subListTable{
	padding:4px 8px 8px 8px;
	color: #000;
}
.subListTable td{
	line-height: 32px;
	border-bottom: 1px solid #ffeda4;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
}
.foot-subTextTitle{
	padding:0 8px;
}
.foot-subTextTitle p{
	color: #d2b335;
	padding-bottom: 10px;
	border-bottom: 1px solid #ffeda4;
}
.weizhi{
	width:100%;
	color:#000;
	font-weight:bold;
	font-family:黑体;
}
.weizhi td{
	height:35px;
}
.weizhi a{
	margin-left:160px;
	color:#000;
	font-size:22px;
}
.bl1{
	text-align:center;
	font-size:22px;
	font-weight:bold;
	line-height:35px;
}
.bl4{
	font-size:22px;
	font-weight:bold;
	line-height:35px;
	color:#000;
}
.bl4 a{
	margin-left:180px;
	color:#000;
}
.bl2{
	text-align:center;
	font-size:22px;
	font-weight:bold;
	line-height:35px;
	color:#000;
}
.bl3{
	text-align:center;
	font-size:22px;
	font-weight:bold;
	line-height:35px;
	color:#000;
}

@media screen and (max-width: 720px){
	#yxym .list-title{
	font-size: 18px;
}
.bl1{
	font-size:16px;
}
.bl2{
	font-size:17px;
}
.bl3{
	font-size:16px;
}
.weizhi{
	text-align:center;
}
.weizhi{
	font-family:黑体;
}
.weizhi a{
	margin-left:0px;
	text-align:center;
	color:#000;
	font-size:17px;
}
.bl4 a{
	margin-left:35px;
	font-size:17px;
}
.haoju{
	font-size: 14pt;
}
.box,.subnav,.xjbox{
		margin:-5px 0px ;
	}
	.subnav a{
		font-size: 11pt;
	}
	.subnav a img{
		width: 67.2px;
		height: 60.8px;
	}
	.ggimg a img{
		width: 40px;
		height: 40px;
	}
	.xjbox table,.listtable td{
		font-size: 18px;
	}
	.sideMenu ul li a{
		font-size: 12px;
	}
	.img-title{
		width: 90%;
	}
	.img-title h2{
		letter-spacing: 7px;
	}
	.head-title-img .natural{
		left: 73%;
	}
	.header .logo{
		margin-left: 3px;
	}
	.nav span{
		font-size: 10px;
	}
	.qxtable.yxym td{
		font-size: 12px;
	}
	.qxtable.yxym tr td:nth-child(2){
		font-size: 18px;
	}
	.guanggao img{
	width: 100%;
	height: 33px;
	}
.guanggao a{
	font-size: 10pt;
	}
	.gongshi td{
	font-size: 10pt;
	}
	.duilianpt td{
	font-size: 13pt;
	}
.pnzl td{
	font-size: 11pt;
}
.qxtable td {
    font-size: 13px;
}
.bbsfont{
    font-size:21px;
}


}


@media screen and (max-width: 360px){
	#yxym .list-title{
	font-size: 18px;
}
.bl1{
	font-size:16px;
}
.bl2{
	font-size:17px;
}
.bl3{
	font-size:16px;
}
.weizhi{
	text-align:center;
}
.weizhi{
	font-family:黑体;
}
.weizhi a{
	margin-left:0px;
	text-align:center;
	color:#000;
	font-size:17px;
}
.bl4 a{
	margin-left:35px;
	font-size:17px;
}
.haoju{
	font-size: 14pt;
}
.box,.subnav,.xjbox{
		margin:3px 0px ;
	}
	.subnav a{
		font-size: 11pt;
	}
	.subnav a img{
		width: 67.2px;
		height: 60.8px;
	}
	.ggimg a img{
		width: 40px;
		height: 40px;
	}
	.xjbox table,.listtable td{
		font-size: 16px;
	}
	.sideMenu ul li a{
		font-size: 12px;
	}
	.img-title{
		width: 90%;
	}
	.img-title h2{
		letter-spacing: 7px;
	}
	.head-title-img .natural{
		left: 73%;
	}
	.header .logo{
		margin-left: 3px;
	}
	.nav span{
		font-size: 10px;
	}
	.qxtable.yxym td{
		font-size: 12px;
	}
	.qxtable.yxym tr td:nth-child(2){
		font-size: 18px;
	}
	.guanggao img{
	width: 100%;
	height: 33px;
	}
.guanggao a{
	font-size: 10pt;
	}
	.gongshi td{
	font-size: 10pt;
	}
	.duilianpt td{
	font-size: 11pt;
	}
.pnzl td{
	font-size: 11pt;
}
.qxtable td {
    font-size: 12px;
}
.bbsfont{
    font-size:21px;
}
}
@media screen and (max-width: 320px){
	#yxym .list-title{
	font-size: 16px;
}
.bl1{
	font-size:16px;
}
.bl2{
	font-size:17px;
}
.bl3{
	font-size:16px;
}
.weizhi{
	text-align:center;
}
.weizhi{
	font-family:黑体;
}
.weizhi a{
	margin-left:0px;
	text-align:center;
	color:#000;
	font-size:17px;
}
.bl4 a{
	margin-left:35px;
	font-size:17px;
}
.haoju{
	font-size: 14pt;
}
.box,.subnav,.xjbox{
		margin:3px 0px ;
	}
	.subnav a{
		font-size: 11pt;
	}
	.subnav a img{
		width: 67.2px;
		height: 60.8px;
	}
	.ggimg a img{
		width: 40px;
		height: 40px;
	}
	.xjbox table,.listtable td{
		font-size: 15px;
	}
	.sideMenu ul li a{
		font-size: 12px;
	}
	.img-title{
		width: 90%;
	}
	.img-title h2{
		letter-spacing: 7px;
	}
	.head-title-img .natural{
		left: 73%;
	}
	.header .logo{
		margin-left: 3px;
	}
	.nav span{
		font-size: 10px;
	}
	.qxtable.yxym td{
		font-size: 12px;
	}
	.qxtable.yxym tr td:nth-child(2){
		font-size: 18px;
	}
	.guanggao img{
	width: 100%;
	height: 33px;
	}
.guanggao a{
	font-size: 10pt;
	}
	.gongshi td{
	font-size: 10pt;
	}
	.duilianpt td{
	font-size: 10pt;
	}
.pnzl td{
	font-size: 11pt;
}
.qxtable td {
    font-size: 10px;
}
.bbsfont{
    font-size:18px;
}
.bbsgst {
    font-size:11px;
}
}