@charset "utf-8";

.header {
	position: fixed;
	z-index: 99;
	height: 61px;
	width: 100%;
	max-width: 720px;
	background: #330099;
}

.header.index-header {
	height: 63px;
}

table td {
	border: 1px solid #e5e5e5;
}


.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: 61px;
}

.header .logo {
	float: left;
	height: 61px;
	margin-left: 2px;
}

.header .logo .logo-img {
	width: 240px;
	height: 60px;
}

.header .bank {
	float: right;
	position: relative;
	width: 56px;
	height: 44px;
	margin-top: 8px;
	margin-right: 5px;
}

.header .bank a {
	display: block;
	color: #fff;
}

.header .bank img {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	vertical-align: middle;
}

.nav2 {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 2px;
	font-size: 13px;
	background: #fff;
}

.nav2 ul {
	padding: 2px 0;
	display: flex;
	justify-content: space-between;
}

.nav2 ul li {
	width: 100%;
	box-sizing: border-box;
	padding: 0 2px;
}

.nav2 ul li a {
	display: block;
	padding: 3px 0;
	text-align: center;
	color: #fff;
	border-radius: 50px;
	background: #330099;
}

.nav2 ul li a:hover {
	background: #da183b;
}

#nav2[data-fixed="fixed"] {
	position: fixed;
	top: 60px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.nav-img {
	text-align: center;
	background: #000;
}

.nav-img img {
	width: auto;
	height: 80px;
}

@media screen and (max-width:800px) {
	.nav-img img {
		height: 70px;
	}
}


@media screen and (min-width:800px) {
	.nav2 {
		padding: 4px;
		font-size: 16px;
	}

	.nav2 ul {
		padding: 4px 0;
	}

	.nav2 ul li {
		padding: 0 4px;
	}

	.nav2 ul li a {
		padding: 5px 0;
		cursor: pointer;
	}
}
@media screen and (max-width: 720px){
	.box,.subnav,.xjbox{
		margin:1px 2px ;
	}
	.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: 10pt;
	}
	.sideMenu ul li a{
		font-size: 12px;
	}
	.img-title{
		width: 90%;
	}
	.img-title h2{
		letter-spacing: 7px;
	}
	.head-title-img .natural{
		left: 74%;
	}
	.header .logo{
		margin-left: 0px;
	}
	.nav span{
		font-size: 10px;
	}
	.qxtable.yxym td{
		font-size: 12px;
	}
	.qxtable.yxym tr td:nth-child(2){
		font-size: 13px;
	}
}

.nullbox {
	height: 57px;
}

.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: 16.66%;
	text-align: center;
	cursor: pointer;
}

.nav span:hover {
	background: #1D79EB;
}

.box {
	margin: 5px 0;
	overflow: hidden;
	background: #FFF;
}

/*news*/
.news-title {
	float: left;
	height: 35px;
	line-height: 35px;
	padding-left: 5px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;

}

.Marquem-bg {
    width: 100%;
    display: flex;
    overflow: hidden;
    height: 20px;
    font-size: 14px;
    background: #ffffff;
    margin-top: 6px;
}

.Marquem-bg>span {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FF0000;
    font-weight: bold;
    margin-right: 5px;
}

.Notice {
    flex: 1;
    -webkit-box-flex: 1;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.Marquem-bg marquee {
    line-height: 20px;
}

.pad {
	padding: 4px 4px;
	background: #fff8dc;

}

.foot-img {
	padding-bottom: 40px;
	/*background: url('foot-img.png') no-repeat center bottom;*/
}

.copyright {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #D24B4B;
}

.ptyx{
    background: #fff;
}

.content p{
    line-height: 40px;
    font-size: 16px;
    border: 1px #ccc solid;
    text-align: center;
    font-family: 楷体;
    border-bottom: none;
    background: #fff8dc;
    font-weight: bold;
}

.tit {
    font-size: 25px;
    background: #330099;
    color: #faff00;
    text-align: center;
    line-height: 55px;
    font-family: 楷体;
    font-weight: bold;
}
/*.qi{*/
/*    color: red;*/
/*}*/
.kai{
    color: #4CAF50;
}
.kaijiang{
    color: #673ab7;
} 
.yxym span{
    display: block;
    line-height: 40px;
    border: 1px #ccc solid;
    border-bottom: none;
    font-family: 楷体;
    font-weight: bold;
    font-size: 18px;
    color: #f00;
    background: #fff8dc;
} 
.n{
    display: none;
}
.name{
    color: #f00;
}
.zhuanqu li {
    border: 1px solid #ff973f94;
    border-bottom: none;
    padding: .1rem .2rem;
    line-height: 40px;
    font-size: 14px;
    background: #fff8dc;
    font-weight: bold;
}
.tiezi{
    background: #673ab7;
    color: #FFEB3B;
    padding: 5px;
}
.des{
    color: #f00;
    padding: 5px;
    border-radius: 3px;
}
.ti{
    float: right;
    color: #009688;
}
a:focus{
    text-decoration: none;
}   
a:hover{
    text-decoration: none;
}  

.zhzl ul{
    display: flex;
    flex-wrap: wrap;
}
.zhzl li{
    border: 1px solid #ff973f94;
    border-bottom: none;
    line-height: 40px;
    font-size: 14px;
    background: #fff8dc;
    text-align: center;
    width: 33%;
    flex-grow: 1;
}    
.jhtz li {
    border: 1px solid #ff973f94;
    border-bottom: none;
    padding: .1rem .2rem;
    line-height: 40px;
    font-size: 14px;
    background: #fff8dc;
    text-align: center;
    font-weight: bold;
}
    
.jhtz a{
   color: #faff00;
    background: #ff0000;
}   

.tuzhi-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 10px;
}

.tuzhi-list ul li {
    width: 31%;
}
.tuzhi-list ul li img {
    width: 100%;
    height: 150px;
}
.tuzhi-list ul li p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
    
.swbz p{
    line-height: 40px;
    border: 1px #ccc solid;
    border-bottom: none;
    font-family: 楷体;
    font-size: 18px;
    color: #f00;
    background: #fff8dc;
    text-align: center;
    font-weight: bold;
}   
.numr{
    font-size: 15px;
    color: #000;
}
.numb{
    color: #00008b;
} 
.swbz img{
    width: 10%;
    margin-bottom: -10px;
}    
.num{
    letter-spacing: 3px;
} 
.liuyan {
	display: block;
	width: 50px;
	height: 50px;
	background: #3f51b5;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-weight: 900;
	line-height: 50px;
	font-size: 20px;
	box-shadow: 1px 1px 2px #3333337d;
	position: fixed;
	bottom:130px;
	right: 2%;
}
.touzhu {
	display: block;
	width: 50px;
	height: 50px;
	background: #337ab7;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-weight: 900;
	line-height: 50px;
	font-size: 20px;
	box-shadow: 1px 1px 2px #3333337d;
	position: fixed;
	bottom:75px;
	right: 2%;
}
.reload {
	display: block;
	width: 50px;
	height: 50px;
	background: #f00;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-weight: 900;
	line-height: 50px;
	font-size: 20px;
	box-shadow: 1px 1px 2px #3333337d;
	position: fixed;
	bottom:20px;
	right: 2%;
}
@media screen and (max-width:800px) {
    .liuyan {
    	display: block;
		width: 40px;
		height: 40px;
		background: #3f51b5;
		border-radius: 50%;
		text-align: center;
		color: #fff;
		line-height: 40px;
		font-size: 15px;
		box-shadow: 1px 1px 2px #3333337d;
		position: fixed;
		bottom:200px;
		right: 2%;
		font-weight: bold;
    }
	.touzhu {
		display: block;
		width: 40px;
		height: 40px;
		background: #005F3C;
		border-radius: 50%;
		text-align: center;
		color: #fff;
		line-height: 40px;
		font-size: 15px;
		box-shadow: 1px 1px 2px #3333337d;
		position: fixed;
		bottom:150px;
		right: 2%;
	}
	.reload {
		display: block;
		width: 40px;
		height: 40px;
		background: #f00;
		border-radius: 50%;
		text-align: center;
		color: #fff;
		line-height: 40px;
		font-size: 15px;
		box-shadow: 1px 1px 2px #3333337d;
		position: fixed;
		bottom:100px;
		right: 2%;
		font-weight: bold;
	}
}
/* 导航栏置顶 */
	.am_nav {
		width: 100%;
		background: #000;
	}

	.am_fnav {
		background: #000;
		margin: 0 auto;
		height: 3rem;
	}

	.am_fnav a img {
		display: block;
		width: 20rem;
		height: 3rem;
		margin: 0 auto;
	}
@media screen and (max-width:800px) {
	.am_fnav {
	background: #000;
	margin: 0 auto;
	height: 2.5rem;
    }

.am_fnav a img {
	display: block;
	width: 15rem;
	height: 2.5rem;
	margin: 0 auto;
    }   
    
    
    
    
    
    
    
    
    
    
    
    
