@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	/*font-size: 100%;*/
}
html {

	background-size: 1920px auto;
	background-attachment: fixed;
}
body{
    /*width: 100%;*/
    max-width: 800px;
    min-height: 100vh;
    margin: 0 auto;
    padding: 0 1px;
	font-size: 16px;
	font-family: "微软雅黑";
	word-break: break-all;
	word-wrap: break-word;
	border-left: solid 5px #ddd; 
	border-right: solid 5px #ddd; 
	background: #fff;
}

input, select, button, textarea { margin: 0; padding: 0; vertical-align: middle; font-size: 100%; color: inherit; border: 0; font-family: inherit; outline: none; resize: none;}
input[type="text"] { -webkit-appearance: none;}
ol, ul {list-style: none;}
img { max-width: 100%; vertical-align: middle;}
a { /*display: inline-block;*/ text-decoration: none; color: inherit;}
:focus { outline: 0;}
table {	border-collapse: collapse; border-spacing: 0;}



.box td{
  height: 34px;
}

.h10 { height: 10px; font-size: 0; line-height: 0; clear: both; background: #f5f5f5;}
.clear { clear: both;}

@media screen and (max-width:750px){ 
body { font-size: 14px; border: 0;}
.h10 { height: 6px;}
}  

.toplogo {}
.toplogo img { width: 100%; height: auto;}

.nav { padding: 0 120px; color: #de2604; text-align: center; font-size: 18px; font-weight: bold; border-bottom: solid 3px #f4cc0d; background: #ffe274; position: relative;}
.nav ul { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around;}
.nav ul li { width: 20%; box-sizing: border-box;}
.nav ul li a { display: block; height: 40px; line-height: 40px;}
@media screen and (max-width:750px){ 
.nav { padding: 0; font-size: 15px;}
.nav ul li a { display: block; height: 32px; line-height: 32px;}
}  

.nav2 { width: 100%; max-width: 800px; padding: 4px; box-sizing: border-box; text-align: center; background: #fff;}
.nav2 ul { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around;}
.nav2 ul li { width: 20%; padding: 4px; box-sizing: border-box;}
.nav2 ul li a { display: block; height: 32px; line-height: 32px; color: #fff; border-radius: 32px; background: #3d73ff;}
#nav2[data-fixed="fixed"]{ box-shadow: 0 5px 10px rgba(0,0,0,.05); position: fixed; top:0; left: 0; right: 0; z-index: 9; margin: auto;}
@media screen and (max-width:750px){
.nav2 ul li { padding: 2px;}
.nav2 ul li a { height: 26px; line-height: 26px; font-size: 13px;}
}

.ifrAo{ height: 200px; padding: 5px 10px; box-sizing: border-box;}
@media screen and (max-width:800px) {
.ifrAo{ height: 200px;}
}
@media screen and (max-width:650px) {
.ifrAo{ height: 190px;}
}
@media screen and (max-width:480px) {
.ifrAo{ height: 185px;}
}
@media screen and (max-width:450px) {
.ifrAo{ height: 175px;}
}
@media screen and (max-width:400px) {
.ifrAo{ height: 170px;}
}
@media screen and (max-width:370px) {
.ifrAo{ height: 160px;}
}

.adpic {}
.adpic img { width: 100%; height: auto;}

.kankj { text-align: center;}
.kankj a { display: block; padding: 5px 10px; color: #ff0; font-weight: bold; font-size: 24px; background: #f00;}
@media screen and (max-width:750px){
.kankj a { padding: 5px; font-size: 16px;}
}

.tit { padding: 5px 1px; color: #fff; font-size: 24px; font-weight: bold; text-align: center; background: linear-gradient(to top, #3074ff, #ff5ffd);}
@media screen and (max-width:750px){
.tit { padding: 3px 5px; font-size: 18px;}
}

.touzhu { text-align: center; font-size: 20px; font-weight: bold; color: #00f; border: solid 1px #e5e5e5; border-top: 0;}
.touzhu a { display: block; padding: 5px;}
@media screen and (max-width:750px){ 
.touzhu { font-size: 16px;}
}

.touzhu2 { text-align: center; font-size: 20px; font-weight: bold; color: #00f; border: solid 1px #e5e5e5; border-top: 0; background: #ff0;}
.touzhu2 a { display: block; padding: 5px;}
@media screen and (max-width:750px){ 
.touzhu2 { font-size: 16px;}
}

.footer { text-align: center; padding: 10px;}
.footer1 { font-weight: bold;}
.footer2 {}

.gotop { width: 40px; height: 40px; border-radius: 50%; background: url(/yjjy/images/gotop.png) center center no-repeat; background-size: 100% auto; position: fixed; right: 12px; bottom: 55px; z-index: 99;}

/*----------------内页------------*/
header { display: flex; justify-content: space-between; align-items: center; width: 100%; max-width: 800px; height: 50px; padding: 0 10px; box-sizing: border-box; color: #fff; background: linear-gradient(to top, #3074ff, #ff5ffd); position: fixed; left: 0; right: 0; top: 0; margin: auto; z-index: 9;}
header .header-back { width: 22px; height: 22px;}
header h1 { flex: 1; font-size: 20px;}
header .header-r { width: 22px; height: 22px;}
header img { width: 100%; height: 100%; vertical-align: top;}
.header-blank { clear: both; height: 50px;}
@media screen and (max-width:750px){ 
header {  height:40px;}
header h1 { font-size: 18px;}
.header-blank { clear: both; height: 40px;}
}

.big-tit { padding: 15px 0; text-align: center;}
.big-tit h1 { line-height: 1.5; margin-bottom: 5px; font-size: 20px;}
.big-tits { color: #888; font-size: 16px;}
.big-con { padding: 1px 1px; font-size: 14px;}
@media screen and (max-width:750px){ 
.big-tit { padding: 10px 0;}
.big-tit h1 { margin-bottom: 5px; font-size: 16px;}
.big-tits { font-size: 14px;}
.big-con { padding: 5px 10px; font-size: 14px;}
}


.white-box { margin-top: 5px; padding: 5px; border-radius: 5px; background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,0.2);}

.yxym-tit { line-height: 1.5; text-align: center; color: #ff0; font-weight: bold; font-size: 20px; background: #f00;}
.yxym-tit a { display: block; padding: 5px;}
.yxym-tit span { background: #000;}
.yxym {}
.yxym td { padding: 5px 10px; border: solid 1px #e5e5e5; color: #f00; font-weight: bold; font-size: 18px;}
.yxym tfoot th { padding: 5px 10px; text-align: center; border: solid 1px #e5e5e5; color: #00f; background: #ff0; text-align: center;}
.yxym span { background: #000;}
@media screen and (max-width:750px){
.yxym-tit { font-size: 16px;}
.yxym td { padding: 2px 5px; font-size: 14px;}
}

*{margin:0;padding:0;}
ul,li{list-style: none;}
#dxzt3 { padding: 1px;}
#dxzt3 .liuhe { margin-bottom: 1px; text-align: center; font-weight: bold; font-size: 28px; color: #a97443;line-height:20px;}
#dxzt3 .liuhe ul { display: flex; border-bottom: solid 3px #a97443;}
#dxzt3 .liuhe li { width: 50%; padding: 9px 0; box-sizing: border-box; cursor: pointer;}
#dxzt3 .liuhe li.hover { color: #fff; background: #ff5ffd;}
#dxzt3 .liuhe li.hover font { color: #fff!important;}
#dxzt3 .Contentbox {}
.dxzt3-txt {}
.dxzt3-txt font { color: #f00; font-weight: bold;}
.dxzt3-txt2 { font-size: 24px; color: #f00; text-align: left; font-weight: bold;}
.dxzt3-txt2 a { background: #ff0;}
.dxzt3-pic { padding-top: 10px; text-align: left;}
.dxzt3-pic video { max-width: 100%;}
@media screen and (max-width:750px){ 
#dxzt3 { padding: 1px;}
#dxzt3 .liuhe { margin-bottom: 5px; font-size: 16px;}
#dxzt3 .liuhe ul { border-width: 2px;}
.dxzt3-txt2 { font-size: 18px;}
}
.dd2 { background-color: #fff; font-family: '微软雅黑';}
.dd2 tr {}
.dd2 td { text-align: left; font-size: 16px;}
.dd2 td.dd2more { font-size: 28px;}
.dd2 td.dd2more img { margin-right: 5px; vertical-align: middle;}
.dd2 td a { display: block; line-height: 30px; border: 1px solid #CCC; background: #f7f7f7; border-radius: 5px; color: #333; cursor: pointer; text-decoration: none;}
.dd2 td a:hover { background: #55dd88;}
@media screen and (max-width:750px){ 
.dd2 td { font-size: 18px;}
.dd2 td.dd2more { font-size: 18px;}
.dd2 td a { display: block; line-height: 35px;}
}


.dxzt3 {}
.dxzt3 table { font-weight: bold; font-size: 18px; text-align: left;}
.dxzt3 table thead th { padding: 5px; color: #fff; font-size: 24px; text-shadow: 0 3px 2px #000; background: linear-gradient(to top, #5b3215, #a97443);}
.dxzt3 table td { padding: 3px 5px;}
.dxzt3 table td span { background: #ff0;}
@media screen and (max-width:750px){
.dxzt3 table { font-size: 16px;}
.dxzt3 table thead th { font-size: 18px;}
}

.zzhl-tit {}
.zzhl-tit img { width: 100%; height: auto; vertical-align: top;}
#tabzzhl {}
#tabzzhl a { color: #333; text-decoration: none;}
#tabzzhl .zzhlmenu { width: 100%; padding: 5px 0; text-align: center; font-weight: bold; font-size: 18px; line-height:40px;}
#tabzzhl .zzhlmenu ul { display: flex; justify-content: space-between;}
#tabzzhl .zzhlmenu li { width: calc(33.33% - 5px); box-sizing: border-box; background: #eee; cursor: pointer;}
#tabzzhl .zzhlmenu li.hover { color: #fff;}
#tabzzhl .zzhlmenu li.hover span { display: block;}
#tabzzhl .zzhlmenu li.hover .zzhlam { background: #090;}
#tabzzhl .zzhlmenu li.hover .zzhlxg { background: #f00;}
#tabzzhl .zzhlmenu li.hover .zzhltw { background: #00f;}
#tabzzhl .zzhlbox {}
.zzhl-list { font-size: 16px;}
.zzhl-list ul { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.zzhl-list ul li { width: calc(50% - 5px); border-bottom: solid 1px #ddd; box-sizing: border-box;}
.zzhl-list ul li a { display: block; padding: 8px 5px; white-space: nowrap; overflow: hidden;}
@media screen and (max-width:800px){
#tabzzhl .zzhlmenu { font-size: 16px; line-height:36px;}
#tabzzhl .zzhlmenu li { width: calc(33.33% - 3px);}
.zzhl-list { font-size: 15px;}
.zzhl-list ul li { width: 100%;}
.zzhl-list ul li a { padding: 8px 5px;}
}
.zzhl-list a {
    font-size: large;
}

.xjs-pic {}
.xjs-pic img { width: 100%; height: auto;}
.xjs {}
.xjs ul {}
.xjs ul li {}
.xjs ul li a { display: flex; align-items: center; padding: 5px 10px; border: solid 1px #e5e5e5; border-top: 0;}
.xjs-ico { margin-right: 5px;}
.xjs-ico span { display: inline-block; padding: 0 8px; color: #fff; font-size: 14px; border-radius: 5px; background: #14c5ff;}
.xjs-txt { flex: 1; font-weight: bold;}
@media screen and (max-width:750px){ 
.xjs-ico span { padding: 0 5px; font-size: 12px;}
}

#table3 td span {background: none!important;}


.header {
	position: fixed;
	z-index: 99;
	height: 61px;
	width: 100%;
	max-width: 800px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.nullbox {
	height:80px;
}

@media screen and (max-width: 400px) {
	.kj-container {
		height: 160px
	}
}

@media screen and (min-width: 400px) {
	.kj-container {
		height: 200px
	}
}

@keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
.blinking-text {
	animation: blink 1s infinite;
}


.ptyx { text-align: center; color: #00f; font-size: 18px; font-weight: bold;}
.ptyx td { padding: 5px; border: solid 1px #e5e5e5; font-family: Arial, sans-serif; font-size: 17px;}
.ptyx span { color: #f00; background: #ff0;}
@media screen and (max-width:750px){
	.ptyx { font-size: 14px;}
}



.yc24m { font-size: 18px; font-weight: bold; text-align: center;}
.yc24m table { border: 2px solid #f0f0f0;}
.yc24m td { padding: 5px;}
.yc24m-txt1 {}
.yc24m-txt2 { color: #00f; font-size: 16px; font-family: 'Arial, sans-serif'; }
.yc24m span { background: #ff0;}
@media screen and (max-width:750px){
	.yc24m { font-size: 16px;}
}


cz20m { padding: 10px; font-weight: bold; border: solid 1px #e5e5e5; border-top: 0;}
.cz20m-txt1 { color: #f0f;}
.cz20m-txt2 {}
.cz20m-txt3 { color: #800000;}
.cz20m span { background: #ff0;}
@media screen and (max-width:750px){
	.cz20m { padding: 5px;}
}


.stzt { text-align: center; color: #00f; font-size: 18px; font-weight: bold;}
.stzt td { padding: 5px; border: solid 1px #e5e5e5;}
.stzt span { color: #f00; background: #ff0;}
@media screen and (max-width:750px){
	.stzt { font-size: 14px;}
}

.yqjt { font-size: 18px; font-weight: bold; text-align: center;}
.yqjt table {border: solid 1px #e5e5e5; border-top: 0;}
.yqjt td { padding: 5px;}
.yqjt-txt1 {}
.yqjt-txt2 { color: #00f;}
.yqjt span { background: #ff0;}
@media screen and (max-width:750px){
	.yqjt { font-size: 16px;}
}



.dssx-tit { display: block; padding: 5px; color: #f00; font-weight: bold; text-align: center; background: #ff0;}
.dssx { text-align: center; font-size: 18px; font-weight: bold;}
.dssx td { padding: 5px; border: solid 1px #e5e5e5;}
.dssx-td1 { color: #00f;}
.dssx span {  background: #ff0;}
@media screen and (max-width:750px){
	.dssx { font-size: 14px;}
	.dssx td { padding: 3px;}
}


.dxzt { text-align: center; color: #00f; font-size: 18px; font-weight: bold;}
.dxzt td { padding: 5px; border: solid 1px #e5e5e5;}
.dxzt span {  background: #800000;}
@media screen and (max-width:750px){
	.dxzt { font-size: 14px;}
}


.hszt { text-align: center; color: #00f; font-size: 18px; font-weight: bold;}
.hszt td { padding: 5px; border: solid 1px #e5e5e5; font-family: Arial, sans-serif; font-size: 17px;}
.hszt span { color: #0f0; background: #090;}
@media screen and (max-width:750px){
	.hszt { font-size: 14px;}
}


.jyzt { text-align: center; color: #00f; font-size: 18px; font-weight: bold;}
.jyzt td { padding: 5px; border: solid 1px #e5e5e5;}
.jyzt span { background: #f0f;}
@media screen and (max-width:750px){
	.jyzt { font-size: 14px;}
}



.jxzt { text-align: center; font-size: 18px; font-weight: bold;}
.jxzt td { padding: 5px; border: solid 1px #e5e5e5;}
.jxzt span { background: #ff0;}
@media screen and (max-width:750px){
	.jxzt { font-size: 20px;}
}

.yqjt { font-size: 18px; font-weight: bold; text-align: center;}
.yqjt table {}
.yqjt td { padding: 5px;}
.yqjt-txt1 {}
.yqjt-txt2 { color: #00f;}
.yqjt span { background: #ff0;}
@media screen and (max-width:750px){
	.yqjt { font-size: 16px; font-family: 'Tahoma', sans-serif; }
}


.jssx { text-align: center; color: #00f; font-size: 17px; font-weight: bold;}
.jssx td { padding: 5px; border: solid 1px #e5e5e5; height: 18px;}
.jssx span { color: #f00; background: #ff0;}
@media screen and (max-width:750px){
	.jssx { font-size: 14px;}
}


.jpmxj { padding: 10px; font-weight: bold; border: solid 1px #e5e5e5; border-top: 0;}
.jpmxj-txt1 {}
.jpmxj-txt1 span { color: #f00;}
.jpmxj-txt2 { color: #f00; font-size: 24px;}
.jpmxj-txt3 { color: #00f;}
.jpmxj-txt4 { color: #f00;}
.jpmxj span { background: #ff0;}
@media screen and (max-width:750px){
	.jpmxj { padding: 5px;}
	.jpmxj-txt2 { font-size: 20px;}
}


.tjb-box {
	height:100%
}
.tjb-box .box {
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.7);
}

.tjb-box * {
	margin: 0;
	padding: 0;
}

.tjb-box  li img {
	border-radius: 20px 20px;
	vertical-align: middle;

	border: #0000FF;
	width: 130px;
	height: 130px;
	margin-top: 10px;
}

#con_xpp258_1 p {
	margin: 8px 0;
}

#xpp258 a {
	color: #444;
	text-decoration: none;
}


#xpp258 .sanheyi li {
	float: left;
	text-align: center;
	background: #FFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline;
}

@media screen and (max-width: 720px) {
	.wztp-img {
		border: #0000FF;
		width: 80px;
		height: 80px;
		margin-top: 10px;
	}
}

#wzzz ul li:nth-child(odd) {
	border-right: 1px solid #DDDDDD;
}

#wzzz {
	width: 100%;
	height: 100%;
}

#wzzz ul li {
	float: left;
	width: 100%;
	text-align: center;
	background: #ffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-top: 2px;
	margin-bottom: 0px;
	display: inline;
	height: 54px;
	border-bottom: 1px solid #DDDDDD;
	float: left;
	box-sizing: border-box;
	list-style: none;
}

#wzzz #wztp {
	height: 50px;
	float: left;
	margin-left: 5px;
}

#wzzz #wztp img {
	height: 100%;
	margin-top: -1px;
	border: FFF;
	width: 50px;
}

#wzzz #wzwzz {
	float: left;
	margin-left: 5px;
	text-align: center;
}

#wzzz #wzwzz .wzz1 {
	margin: 0;
	margin-top: 3px;
	color: black;
	font-size: 18px;
}

#wzzz #wzwzz .wzz2 {
	margin: 0;
	font-size: 12px;
	color: #808080;
}


@media screen and (max-width: 409px) {
	#wzzz ul li {
		float: left;
		width: 100%;
		text-align: center;
		background: #00CC99;
		margin-left: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		display: inline;
		height: 53px;
		border-bottom: 1px solid #DDDDDD;
		float: left;
		box-sizing: border-box;
		list-style: none;
	}
}

#wzwzz img {
	width: 25px;
	height: 20px;
}

#wzzz #wztp img {
	height: 81%;
	margin-top: 6px;
	border: FFF;
	width: 33px;
	background-image:none;
}

#wzzz #wztp img {
	border-radius: 0px 0px;
}

@media (max-width: 768px) {
	#wzzz #wztp img {
		width: 33px;
		height: 40px;

	}
}

#xpp258 {
	padding: 0px;
}

#xpp258 .sanheyi {
	margin-bottom: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	color: #3ebc40;
	line-height: 40px;
}

#xpp258 .sanheyi ul {
	display: flex;
	border-bottom: solid 3px #3ebc40;
}

#xpp258 .sanheyi li {
	width: 50%;
	padding: 5px 0;
	box-sizing: border-box;
	cursor: pointer;
}

#xpp258 .sanheyi li.hover {
	color: #fff;
	background: #3ebc40;
}

#xpp258 .sanheyi li.hover font {
	color: #fff !important;
}

#xpp258 .Contentbox {
}

.xpp258-txt {
}

.xpp258-txt font {
	color: #f00;
	font-weight: bold;
}

.xpp258-txt2 {
	font-size: 32px;
	color: #f00;
	text-align: center;
	font-weight: bold;
}

.xpp258-txt2 a {
	background: #ff0;
}

.xpp258-pic {
	padding-top: 10px;
	text-align: center;
}

.xpp258-pic video {
	max-width: 100%;
}

@media screen and (max-width: 750px) {
	#xpp258 {
		padding: 0px;
	}

	#xpp258 .sanheyi {
		margin-bottom: 0px;
		font-size: 28px;
	}

	#xpp258 .sanheyi ul {
		border-width: 2px;
	}

	#xpp258 .sanheyi li {
		padding: 0;
	}

	.xpp258-txt2 {
		font-size: 18px;
	}
}



@media screen and (max-width: 720px) {
	#xpp258 .sanheyi li {
		float: left;
		text-align: center;
		background: #FFFF;
		margin-left: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		display: inline;
	}

	#wzzz #wzwzz .wzz11 {
		margin: 0;
		margin-top: 3px;
		color: black;
		font-size: 16px;
	}
}





