@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;
}