﻿@charset "utf-8";
/*header*/
.header{
	position: fixed;
	z-index: 99;
	height: 110px;
	width: 100%;
	max-width: 720px;
	background: #FFFFC2;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.header.index-header{
	height: 125px;
}
.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%;
}
@-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: 125px;
}
.header .logo{
	float: left;
	height: 50px;
	margin-left: 0px;
}
.header .logo .logo-img{
	width: 160px;
	height: 55px;	
}
.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: 45px;
	height: 35px;
	margin:0 auto;
}
.nullbox{
	height: 112px;
}
.subnullbox{
	height: 61px;
}






/*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 5px;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;}




/*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: 16.66%;
	text-align: center;
	cursor: pointer;
}
.nav span:hover{
	background:#1051FF;
}
.nav.pf span:hover{

}

/*box-pad*/
.box{
	margin:3px 0;
	border-radius: 1px;
	border-top:2px solid #79c4be;
	border-bottom:2px solid #79c4be;
	border-left:2px solid #79c4be;
	border-right:2px solid #79c4be;
	overflow: hidden;
	background: linear-gradient(#C0C0C0,#F9F6EE);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);
}

.pad {
    padding: 3px ;
}


/*boxx-pad*/
.boxx{
	margin:3px 0;
	border-radius: 2px;
	font-size: 16pt;
	font-weight: bold;
	border-top:1px solid #FF00FF;
	border-top:1px solid #FF00FF;
	border-bottom:1px solid #FF00FF;
	border-left:1px solid #FF00FF;
	border-right:1px solid #FF00FF;
	color: #FFF;
	overflow: hidden;
	text-align: center; 
	background: linear-gradient(#808080,#00BFFF);
}






/*list-title*/
.list-title{

	background: linear-gradient(#EAEEE9,#EAEEE9);
	color: #000 ;
	height: 40px;
	line-height: 40px;
	font-size: 20pt;
    text-align: center;
    border-bottom: 1px solid #EAEEE9;
    font-weight: bold;
}



/*listtable*/
.listtable{
	background: #FFF;
	table-layout: fixed;
}
.listtable tr{
	height: 25px;
	font-weight: bold;
}
.listtable th,.listtable td{
	padding:4px 4px;
}
.listtable th{
	font-size: 12pt;
	text-align: center; 
	border-bottom:1px solid #000;
	text-shadow: 1px 4px 1px #b99b5f;
}
.listtable td{
	height: 38px;
	text-align: left; 
	color: #000;
	border-bottom: 1px solid #C0C0C0;
	font-size: 16pt;
}
.listtable td a{
	display: block;
	height: 27px;
	line-height: 27px;
	color: #000;
	font-weight: bold;
	padding-right: 22px;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: url(../img/arrow.png) center right no-repeat;
}


/*qxtable*/
.qxtable{
	color: #000;
    background: #FFF;
    word-wrap: break-word; 
    word-break: break-all;	
    text-align: center;;
}
.qxtable tr {
    height: 35px; 
}
.qxtable th, .qxtable td {
    border:1px solid #C0C0C0;
}
.qxtable th{
	font-size: 14pt;
	background: #FFF;
	text-align: center;
	color: #006558;
}
.qxtable td {
    text-overflow: ellipsis; 
	background: #FFF;
	color: #000;
    font-size: 15pt;
}
.qxtable-yxym td{
	font-size: 11pt;
    font-weight: bold;
	color: #9D00FF;
	background: #FFFF00;
	height: 35px;
	text-align: center;
}

/*oreotable*/

.oreotable.yxym{
	text-align: center;
	background: #FFF;
	table-layout:auto;
	color: #000;
	word-wrap: break-word;
    word-break: break-all;
/*    background:#fff url(../images/tjl.png) center center no-repeat;
*/}
.oreotable.yxym td{
	font-size: 18pt;
    border:2px solid #fff;
}
.oreotable.yxym th{
	font-size: 17pt;
    border:2px solid #fff;
	color: #FF0000;
}
.oreotable.yxym tr td:nth-child(1){
	background: #F8F0E3;
	color: #342D7E;
	width: 23%;
}
.oreotable.yxym tr td:nth-child(3){
	background: #F8F0E3;
	width: 20%;
}
.oreotable.yxym tr td:nth-child(2){
	background: #f7f7f7;
	color: red;
}





/*oreorxtable*/
.oreorxtable{
	color: #000;
    background: #FFF;
    text-align: center;
    font-weight: bold;
}
.oreorxtable tr {
    height: 65px; 
}
.oreorxtable th, .oreorxtable td {
    border:1px solid #C0C0C0;
}
.oreorxtable th{
	font-size: 15pt;
	color: #342D7E;
    background: #EFEBD8;
	width: 25%;
}
.oreorxtable td {
	color: #FF0000;
    font-size: 16pt;
}
.oreorxtable-yxym td{
	font-size: 12pt;
	color: #FFFF00;
	background: #006558;
	height: 42px;
	text-align: center;
}





/*post-list*/

ul {margin: 1px;}
.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: 40px;
	line-height: 36px;
	text-align: center;
	border: solid 3px #ddd;
	border-radius: 8px;
	background: #eee;
	background: url(../img/tj.gif) 10px center no-repeat;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 20px;
}
.post-list a .ci{
font-size: 26px;
}

@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}}
.post-list 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)}}






/*footer*/

.copyright{
	width: 80%;
	padding-bottom: 40px;
	margin:0 auto;
	color: black;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom:5px;
	border-bottom:1px solid #000;
}



#yxym .list-title{
	background: linear-gradient(transparent,#dacfcf);
	color: yellow;
	text-shadow: 0px 0px 10px red;
	border-left: 1px solid #48A878;
	border-right: 1px solid #48A878;
}


@media screen and (max-width: 570px){
	.oreotable.yxym td{
	font-size: 11pt;
}
	
	.oreotable.yxym th{
	font-size: 12pt;
}

	.qxtable td{
	font-size: 13pt;
}

	.listtable td{
	font-size: 14pt;
}

	.listtable th{
	font-size: 10pt;
}

	.oreotable th{
	font-size: 13pt;
}

	.oreotable td {
    font-size: 14pt;
}

	.oreorxtable th{
	font-size: 13pt;
}


	.oreorxtable td {
    font-size: 14pt;
}

	.list-title{

	height: 30px;
	line-height: 30px;
	font-size: 15pt;
}

}

@media screen and (max-width: 455px){
	.oreotable.yxym td{
	font-size: 11pt;
}
	
	.oreotable.yxym th{
	font-size: 12pt;
}

	.qxtable td{
	font-size: 13pt;
}

	.listtable td{
	font-size: 14pt;
}

	.listtable th{
	font-size: 10pt;
}

	.oreotable th{
	font-size: 13pt;
}

	.oreotable td {
    font-size: 14pt;
}

	.oreorxtable th{
	font-size: 13pt;
}


	.oreorxtable td {
    font-size: 14pt;
}

	.list-title{

	height: 30px;
	line-height: 30px;
	font-size: 15pt;
}


}

@media screen and (max-width: 385px){
	.oreotable.yxym td{
	font-size: 11pt;
}
	
	.oreotable.yxym th{
	font-size: 12pt;
}

	.qxtable td{
	font-size: 13pt;
}

	.listtable td{
	font-size: 14pt;
}

	.listtable th{
	font-size: 10pt;
}

	.oreotable th{
	font-size: 13pt;
}

	.oreotable td {
    font-size: 14pt;
}

	.oreorxtable th{
	font-size: 13pt;
}


	.oreorxtable td {
    font-size: 14pt;
}

	.list-title{

	height: 30px;
	line-height: 30px;
	font-size: 15pt;
}


}



