@import url("style2.css");
/* CSS Document */
@import url("style3.css");
/*header*/
.header.index-header {
    height: 98px;
    border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.header {
    position: fixed;
    z-index: 99;
    width: 100%;
    max-width: 710px;
    background-image: linear-gradient(to right, #f1592a, #f56f46, #f76b40, #f16337, #ef653a, #ef6439, #f1592a);
}
.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: 50px;
}

.header .logo{
	float: left;
	height: 50px;
	margin-left: -5px;
}
.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;
}
/*content*/
.subnav{
	border-radius:5px;
	padding:5px 0;
	    background: #e1f5f7;
	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: 65px;
	height:65px;
	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{
	padding:4px 4px;
}
.padt{
	padding:4px 4px 1px 4px;
}
.riqi{
	font-size: 10pt;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.boxx{margin:5px 0;
	border-radius: 5px;
	overflow: hidden;
	background-image: linear-gradient(to right, #f1592a, #f56f46, #f76b40, #f16337, #ef653a, #ef6439, #f1592a);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);}
.xjct{
	background-image: linear-gradient(to right, #f1592a, #f56f46, #f76b40, #f16337, #ef653a, #ef6439, #f1592a);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99bdb657, endcolorstr=#99bdb657);
}
.um img{max-width:720px;border:0;}
.haoju{font-size: 20pt;text-align: center;font-weight: bold;}
#yxym .list-title{
	background: linear-gradient(transparent,#f7f3f3);
	font-size: 26px;
	color: #000;
	text-shadow: 0px 0px 10px #e5e5e5;}
.qxtable td {
    font-size: 16px;
}
.qxtable .xz1 {   
    font-size: 12px;
}
.qxtable .xz2 {   
    font-size: 16px;
}

.qxtable td {
    font-size: 14px;
}
.qxtable .xz {   
    font-size: 25px;
}
.qxtable .xz2 {   
    font-size: 14px;
}
.qxtable.yxym tr td:nth-child(2){
		font-size: 18px;
	}

.list-title{
	height: 28px;
	line-height: 23px;
	font-size: 16pt;
    text-align: center;
    border-bottom: 1px solid #738e9f;
    text-shadow: 1px 4px 1px #b99b5f;
    background: #fff;
    color: #000;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.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: 13pt;
}
.duilianpt th{
	font-weight: bold;
	border:1px solid #C0C0C0;
	font-size: 14pt;
}
.duilianpt td .zl{
	font-size: 16pt;
}

.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 #C0C0C0;
	font-size: 14pt;
}
.duilianpt1 td .zl{
	font-size: 20pt;
}
.duilianpt1 th{
	font-weight: bold;
	border:1px solid #C0C0C0;
	font-size: 12pt;
}
.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: 16px;
font-weight: bold;
color: #000;
}
.post-list a .ci{
font-size: 20px;
}
.gongshi{
	color: #000;
	table-layout: fixed;
}
.gongshi tr{
	height: 25px;
}
.gongshi th,.gongshi td{
	padding:2px 2px;
}
.gongshi th{
	font-size: 20pt;
	text-align: center; 
	border-bottom:1px solid #000;
	text-shadow: 1px 4px 1px #b99b5f;
}
.gongshi td{
	height: 22px;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: 1px solid #efe8e8;
	font-size: 16pt;
	text-align:center;
}
.gongshi td a{
	display: block;
	color: #0000FF;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
}
.foot-img{
	padding-bottom: 0px;
	background: url('/material/foot-img.jpg') no-repeat center bottom;
}
.copyright{
	width: 80%;
	margin:0 auto;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom:5px;
	border-bottom:1px solid #000;
	color: #000;
}




.scroll-web-pic { padding-top: 0px; font-family: "Microsoft Yahei"}
.scroll-web-pic ul { width: 1000%;}
.scroll-web-pic ul:after {content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden }
.scroll-web-pic ul {*zoom:1 }
.scroll-web-pic ul li { float: left; padding: 0 10px; font-size: 14px; text-align: center;}
.scroll-web-pic ul li img { width: auto; height: 100px; margin-top: 5px;margin-bottom: 5px;}@media screen and (max-width:710px){  
.scroll-web-pic ul li img { height: 100px;}}

.boxs {
    margin: 3px 0;
    border: 1px solid #f56f46;
    border-radius: 5px;
}

.boxd {
    background: url(/material/web_5.jpg);
    background-size: cover;
    text-align: center;
    padding: 4px;
    border-radius: 5px;
}


.headerr{
	width: 100%;
	height: 30px;
}
.headerr #amaaak{
	width: 100%;
	height: 100%;
	background: url(/material/dingbu.gif)no-repeat;
	background-position: center center;
	background-size:100% 100%;
}
#amaaak a,span1{
	color: #ff00ff;
	line-height: 27.5px;
	letter-spacing: 1.2px;
	font-size: 18px;
}
#amaaak a{
	padding-left: 8px;
}
#amaaak #amak,#amacc{
	float: right;
	padding-right: 8px;
}


