﻿.clear, .overflow {
	overflow:hidden;
}
address, blockquote, body, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, html, input, legend, li, ol, p, pre, td, textarea, th, ul {
	margin:0;
	padding:0
}
html {
	font-size:62.5%;/* 1.8rem = 18px */
}
.clear, .clearfix:after {
	clear:both;
	height:0;
	font-size:0;
}
address, cite, em, i {
	font-style:normal;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, hr, iframe, img {
	border:0;
}
img {
	display:inline-block;
	border:none;
	vertical-align:middle;
	max-width:100%;
}
a, del, ins {
	text-decoration:none;
	color:#606060
}
li {
	list-style:none
}
body, input, select, textarea {
	font-family:"Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
	color:#050102
}
body {
	background-color:#F1F1F1;
	min-width:320px
}
input[type=button], input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=submit], input[type=tel], input[type=text] {
	border:none;
	background:0 0;
	outline:0
}
.clearfix:after {
	content:".";
	display:block;
	visibility:hidden
}
/* header */
body {
	background: url(../images/htb1unkbujtpk1rjszkpq6y3upxa8.jpg) repeat;
	background-attachment: fixed;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.header {
	position: fixed;
	z-index: 99999;
	height: 92px;
	width: 100%;
	max-width: 720px;
	background:#122C5C;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.header .head-title-img {
	position: relative;
}
.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: 61px;
}
.header .logo {
	float: left;
	height: 61px;
	margin-left: 10px;
}
.header .logo .logo-img {
	width: 208px;
	height: 61px;
}
.header .bank {
	float: right;
	position: relative;
	width: 56px;
	height: 44px;
	margin-top: 10px;
}
.header .bank a {
	display: block;
	color: #fff;
	font-size: 8pt;
}
.header .bank img {
	display: block;
	width: 30px;
	height: 30px;
	margin:0 auto;
}
.nullbox {
	height: 91px;
}
.box {
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0 auto 8px;
	max-width: 720px;
	/*background-color: rgba(255, 255, 255, 0.6);*/
	background-color:#FFF;
 filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#E5FFFFFF, endcolorstr=#E5FFFFFF);
}
.pad {
	padding:4px;
}
.box.title {
	font-size: 9pt;
	padding:4px;
	color: #666;
	background-color: #fbfbfb;
	background: -moz-linear-gradient(top, #fff, #f8f8f8);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f8f8f8));
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
/*nav*/
.nav {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow: hidden;
	border-top: 1px solid #000;
}
.nav a {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	width: 16.66%;
	text-align: center;
	cursor: pointer;
	color:#fff;
}
.nav a:hover {
	background:#292929;
}
.news-box {
	margin-top:0.5rem;
	margin-bottom:0.5rem;
	border-radius: 5px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.6);
 filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);
}
.news-title {
	float: left;
	height: 35px;
	line-height: 35px;
	padding-left: 5px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	color:#fff;
}
.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;
	color:#fff;
}
.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;
}
 @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
}
}
@keyframes pulse {
0% {
transform:scaleX(1)
}
50% {
transform:scale3d(1.05, 1.05, 1.05)
}
to {
	transform:scaleX(1)
}
}
 @media screen and (max-width: 720px) {
 .box {
 margin:5px 5px;
}
 .head-title-img .natural {
 left: 73%;
}
 .header .logo {
 margin-left: 0px;
}
 .nav {
 font-size:1rem;
}
}
.wtguanggao td {
	padding:2px 0px;
}
.bodycontent img {
	max-width:100%;
}
/**/
.mt10 {
	background-color:#FFF;
}
@media screen and (max-width:800px) {
.cgi-wrap {
padding: 0 5px;
}
.white-box {
margin-top: 5px;
}
.mt10 {
margin-top: 5px;
}
}
.lctz {
	border: solid 2px #06ae44;
	border-radius: 5px;
	overflow: hidden;
}
.lctz-tit {
}
.lctz ul {
}
.lctz ul li {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	border-bottom: solid 1px #ddd;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.lctz ul li:last-child {
	border-bottom: none;
}
.lctz ul li a {
	color: black;
	font-size: 16px;
	font-weight: bold;
}
.lctz ul li a img {
	margin-right: 5px;
}
.lctz ul li span {
	float: right;
	color: #999;
}
.lctz {
}
@media screen and (max-width:800px) {
.lctz ul li {
height: 35px;
line-height: 35px;
padding: 0 5px;
}
.lctz ul li a {
font-size: 14px;
}
.lctz ul li a img {
display: none;
}
.lctz ul li span {
font-size: 12px;
}
}

