@charset "utf-8";
/* CSS Document */
*{ margin: 0; padding: 0; font-size: 100%;}
html { background: url(../images/bg.jpg) top center no-repeat #c2d6f9; background-size: 1920px auto; background-attachment: fixed;}
body { width: 100%; max-width: 800px; min-height: 100vh; margin: 0 auto; line-height: 1.75; font-size: 16px; font-family: "微软雅黑"; word-break: break-all; word-wrap: break-word; border-left: solid 5px #C0C0C0; border-right: solid 5px #C0C0C0; 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 { text-decoration: none; color: inherit;}
:focus { outline: 0;}
table {	border-collapse: collapse; border-spacing: 0;}

.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; padding: 0; 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: #C0C0C0;}
#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 10px; color: #fff; font-size: 24px; font-weight: bold; text-align: center; background: linear-gradient(to top, #d40606, #542204);}
@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(../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: 15px 20px; font-size: 18px;}
@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;}
}


.post-list77{text-align:center;}
.post-list77-tit-pic{margin-bottom:6px}
.post-list77 li{padding:3px 3px;
    border-radius:0px;
    background-color:#fff;}

.post-list77 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:18px;
font-weight:bold;
color:#000;
}
.post-list77 a .ci{
font-size:20px;
}

.neimu { line-height: 1.5; font-size: 18px; font-weight: bold;}
.neimu table { color: #0F0; background: #000;}
.neimu table thead th { padding: 5px 10px; font-size: 24px; color: #f00; background: #ff0;}
.neimu table td { padding: 5px 10px;}
@media screen and (max-width:750px){ 
.neimu { font-size: 16px;}
.neimu table thead th { font-size: 20px;}
}

*{margin:0;padding:0;}
ul,li{list-style: none;}
#dxzt7 {}
#dxzt7 .liuhe { margin-bottom: 10px; text-align: center; font-weight: bold; font-size: 28px; color: #a97443;line-height:20px;}
#dxzt7 .liuhe ul { display: flex; border-bottom: solid 3px #C0C0C0;}
#dxzt7 .liuhe li { width: 100%; padding: 9px 0; box-sizing: border-box; cursor: pointer;}
#dxzt7 .liuhe li.hover { color: #fff; background: #1f211f;}
#dxzt7 .liuhe li.hover font { color: #fff!important;}
#dxzt7 .Contentbox {}
.dxzt7-txt {}
.dxzt7-txt font { color: #f00; font-weight: bold;}
.dxzt7-txt2 { font-size: 24px; color: #f00; text-align: center; font-weight: bold;}
.dxzt7-txt2 a { background: #ff0;}
.dxzt7-pic { padding-top: 10px; text-align: center;}
.dxzt7-pic video { max-width: 100%;}
@media screen and (max-width:750px){ 
#dxzt7 { padding: 5px;}
#dxzt7 .liuhe { margin-bottom: 5px; font-size: 16px;}
#dxzt7 .liuhe ul { border-width: 2px;}

.dxzt7-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: 14px;}
.dd2 td.dd2more { font-size: 18px;}
.dd2 td a { display: block; line-height: 35px;}
}


.dxzt7 {}
.dxzt7 table { font-weight: bold; font-size: 18px; text-align: left;}
.dxzt7 table thead th { padding: 5px; color: #fff; font-size: 24px; text-shadow: 0 3px 2px #000; background: linear-gradient(to top,);}
.dxzt7 table td { padding: 3px 5px;}
.dxzt7 table td span { background: #ff0;}
@media screen and (max-width:750px){
.dxzt7 table { font-size: 16px;}
.dxzt7 table thead th { font-size: 18px;}
}

.gsb-pic {}
.gsb-pic img { width: 100%; height: auto;}
.gsb {}
.gsb ul {}
.gsb ul li {}
.gsb ul li a { display: flex; align-items: center; padding: 5px 1px; border-bottom: solid 1px #e5e5e5;}
.gsb-ico { margin-right: 5px;}
.gsb-ico span { display: inline-block; padding: 0 8px; color: #fff; font-size: 14px; border-radius: 5px; background: #ef0f2e;}
.gsb-txt { flex: 1; font-weight: bold;}
.gsb-zz { color: #888;}
@media screen and (max-width:750px){ 
.gsb-ico span { padding: 0 5px; font-size: 12px;}
}

*{margin:0;padding:0;}
ul,li{list-style: none;}
#dxzt6 { padding: 1px;}
#dxzt6 .liuhe { margin-bottom: 1px; text-align: center; font-weight: bold; font-size: 28px; color: #a97443;line-height:20px;}
#dxzt6 .liuhe ul { display: flex; border-bottom: solid 3px #fe0000;}
#dxzt6 .liuhe li { width: 100%; padding: 9px 0; box-sizing: border-box; cursor: pointer;}
#dxzt6 .liuhe li.hover { color: #fff; background: #1f211f;}
#dxzt6 .liuhe li.hover font { color: #fff!important;}
#dxzt6 .Contentbox {}
.dxzt6-txt {}
.dxzt6-txt font { color: #f00; font-weight: bold;}
.dxzt6-txt2 { font-size: 24px; color: #f00; text-align: left; font-weight: bold;}
.dxzt6-txt2 a { background: #ff0;}
.dxzt6-pic { padding-top: 1px; text-align: left;}
.dxzt6-pic video { max-width: 100%;}
@media screen and (max-width:750px){ 
#dxzt6 { padding: 5px;}
#dxzt6 .liuhe { margin-bottom: 5px; font-size: 16px;}
#dxzt6 .liuhe ul { border-width: 2px;}
.dxzt6-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: 14px;}
.dd2 td.dd2more { font-size: 18px;}
.dd2 td a { display: block; line-height: 35px;}
}


.dxzt6 {}
.dxzt6 table { font-weight: bold; font-size: 18px; text-align: left;}
.dxzt6 table thead th { padding: 5px; color: #fff; font-size: 24px; text-shadow: 0 3px 2px #000; background: linear-gradient(to top, #5b3215, #a97443);}
.dxzt6 table td { padding: 3px 5px;}
@media screen and (max-width:750px){
.dxzt6 table { font-size: 16px;}
.dxzt6 table thead th { font-size: 18px;}
}

.a1 td {border-bottom: solid 1px #c0c0c0;height: 40px;text-align: center;}

*{margin:0;padding:0;}
ul,li{list-style: none;}
#gpjx {}
#gpjx .liuhe { margin-bottom: 10px; text-align: center; font-weight: bold; font-size: 28px; color: #a97443;line-height:20px;}
#gpjx .liuhe ul { display: flex; border-bottom: solid 3px #C0C0C0;}
#gpjx .liuhe li { width: 100%; padding: 9px 0; box-sizing: border-box; cursor: pointer;}
#gpjx .liuhe li.hover { color: #fff; background: #1f211f;}
#gpjx .liuhe li.hover font { color: #fff!important;}
#gpjx .Contentbox {}
.gpjx-txt {}
.gpjx-txt font { color: #f00; font-weight: bold;}
.gpjx-txt2 { font-size: 24px; color: #f00; text-align: center; font-weight: bold;}
.gpjx-txt2 a { background: #ff0;}
.gpjx-pic { padding-top: 10px; text-align: center;}
.gpjx-pic video { max-width: 100%;}
@media screen and (max-width:750px){ 
#gpjx { padding: 5px;}
#gpjx .liuhe { margin-bottom: 5px; font-size: 16px;}
#gpjx .liuhe ul { border-width: 2px;}
.gpjx-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: 14px;}
.dd2 td.dd2more { font-size: 18px;}
.dd2 td a { display: block; line-height: 35px;}
}


.gpjx {}
.gpjx table { font-weight: bold; font-size: 18px; text-align: left;}
.gpjx table thead th { padding: 5px; color: #fff; font-size: 24px; text-shadow: 0 3px 2px #000; background: linear-gradient(to top, #5b3215, #a97443);}
.gpjx table td { padding: 3px 5px;}
.gpjx table td span { background: #ff0;}
@media screen and (max-width:750px){
.gpjx table { font-size: 16px;}
.gpjx table thead th { font-size: 18px;}
}

.ptyx td { padding: 5px; border: solid 1px #e5e5e5;}
@media screen and (max-width:750px){ 
.ptyx { font-size: 14px;}
}

*{margin:0;padding:0;}
ul,li{list-style: none;}
#dxzt24 .liuhe { margin-bottom: 10px; text-align: center; font-weight: bold; font-size: 28px; color: #a97443;line-height:20px;}
#dxzt24 .liuhe ul { display: flex; border-bottom: solid 3px #C0C0C0;}
#dxzt24 .liuhe li { width: 100%; padding: 9px 0; box-sizing: border-box; cursor: pointer;}
#dxzt24 .liuhe li.hover { color: #fff; background: #1f211f;}
#dxzt24 .liuhe li.hover font { color: #fff!important;}
#dxzt24 .Contentbox {}
.dxzt24-txt {}
.dxzt24-txt font { color: #f00; font-weight: bold;}
.dxzt24-txt2 { font-size: 24px; color: #f00; text-align: center; font-weight: bold;}
.dxzt24-txt2 a { background: #ff0;}
.dxzt24-pic { padding-top: 10px; text-align: center;}
.dxzt24-pic video { max-width: 100%;}
@media screen and (max-width:750px){ 
#dxzt24 { padding: 5px;}
#dxzt24 .liuhe { margin-bottom: 5px; font-size: 16px;}
#dxzt24 .liuhe ul { border-width: 2px;}
.dxzt24-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: 14px;}
.dd2 td.dd2more { font-size: 18px;}
.dd2 td a { display: block; line-height: 35px;}
}


.dxzt24 {}
.dxzt24 table { font-weight: bold; font-size: 18px; text-align: left;}
.dxzt24 table thead th { padding: 5px; color: #fff; font-size: 24px; text-shadow: 0 3px 2px #000; background: linear-gradient(to top, #5b3215, #a97443);}
.dxzt24 table td { padding: 3px 5px;}
.dxzt24 table td span { background: #ff0;}
@media screen and (max-width:750px){
.dxzt24 table { font-size: 16px;}
.dxzt24 table thead th { font-size: 18px;}
}

*{margin:0;padding:0;}
ul,li{list-style: none;}
#sher { padding: 10px;}
#sher .liuhe { margin-bottom: 10px; text-align: center; font-weight: bold; font-size: 24px; color: #a97443;line-height:20px;}
#sher .liuhe ul { display: flex; border-bottom: solid 3px #a97443;}
#sher .liuhe li { width: 100%; padding: 5px 0; box-sizing: border-box; cursor: pointer;}
#sher .liuhe li.hover { color: #fff; background: #a97443;}
#sher .liuhe li.hover font { color: #fff;}
#sher .Contentbox {}
.sher-txt {}
.sher-txt font { color: #f00; font-weight: bold;}
.sher-txt2 { font-size: 24px; color: #f00; text-align: center; font-weight: bold;}
.sher-txt2 a { background: #ff0;}
.sher-pic { padding-top: 10px; text-align: center;}
.sher-pic video { max-width: 100%;}
@media screen and (max-width:750px){ 
#sher { padding: 5px;}
#sher .liuhe { margin-bottom: 5px; font-size: 16px;}
#sher .liuhe ul { border-width: 2px;}
#sher .liuhe li { padding: 0;}
.sher-txt2 { font-size: 18px;}
}
.dd2 { background-color: #fff; font-family: '微软雅黑';}
.dd2 tr {}
.dd2 td { text-align: center; 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: 14px;}
.dd2 td.dd2more { font-size: 18px;}
.dd2 td a { display: block; line-height: 35px;}
}


.sher {}
.sher table { font-weight: bold; font-size: 18px; text-align: center;}
.sher table thead th { padding: 5px; color: #fff; font-size: 24px; text-shadow: 0 3px 2px #000; background: linear-gradient(to top, #5b3215, #a97443);}
.sher table td { padding: 3px 5px;}
.sher table td span { background: #ff0;}
@media screen and (max-width:750px){
.sher table { font-size: 16px;}
.sher table thead th { font-size: 18px;}
}

*{margin:0;padding:0;}
ul,li{list-style: none;}
#jppt { padding: 10px;}
#jppt .liuhe { margin-bottom: 10px; text-align: center; font-weight: bold; font-size: 24px; color: #a97443;line-height:20px;}
#jppt .liuhe ul { display: flex; border-bottom: solid 3px #a97443;}
#jppt .liuhe li { width: 100%; padding: 5px 0; box-sizing: border-box; cursor: pointer;}
#jppt .liuhe li.hover { color: #fff; background: #a97443;}
#jppt .liuhe li.hover font { color: #fff;}
#jppt .Contentbox {}
.jppt-txt {}
.jppt-txt font { color: #f00; font-weight: bold;}
.jppt-txt2 { font-size: 24px; color: #f00; text-align: center; font-weight: bold;}
.jppt-txt2 a { background: #ff0;}
.jppt-pic { padding-top: 10px; text-align: center;}
.jppt-pic video { max-width: 100%;}
@media screen and (max-width:750px){ 
#jppt { padding: 5px;}
#jppt .liuhe { margin-bottom: 5px; font-size: 16px;}
#jppt .liuhe ul { border-width: 2px;}
#jppt .liuhe li { padding: 0;}
.jppt-txt2 { font-size: 18px;}
}
.dd2 { background-color: #fff; font-family: '微软雅黑';}
.dd2 tr {}
.dd2 td { text-align: center; 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: 14px;}
.dd2 td.dd2more { font-size: 18px;}
.dd2 td a { display: block; line-height: 35px;}
}


.jppt {}
.jppt table { font-weight: bold; font-size: 18px; text-align: center;}
.jppt table thead th { padding: 5px; color: #fff; font-size: 24px; text-shadow: 0 3px 2px #000; background: linear-gradient(to top, #5b3215, #a97443);}
.jppt table td { padding: 3px 5px;}
.jppt table td span { background: #ff0;}
@media screen and (max-width:750px){
.jppt table { font-size: 16px;}
.jppt table thead th { font-size: 18px;}
}

*{margin:0;padding:0;}
ul,li{list-style: none;}
#essm { padding: 10px;}
#essm .liuhe { margin-bottom: 10px; text-align: center; font-weight: bold; font-size: 24px; color: #a97443;line-height:20px;}
#essm .liuhe ul { display: flex; border-bottom: solid 3px #a97443;}
#essm .liuhe li { width: 100%; padding: 5px 0; box-sizing: border-box; cursor: pointer;}
#essm .liuhe li.hover { color: #fff; background: #a97443;}
#essm .liuhe li.hover font { color: #fff;}
#essm .Contentbox {}
.essm-txt {}
.essm-txt font { color: #f00; font-weight: bold;}
.essm-txt2 { font-size: 24px; color: #f00; text-align: center; font-weight: bold;}
.essm-txt2 a { background: #ff0;}
.essm-pic { padding-top: 10px; text-align: center;}
.essm-pic video { max-width: 100%;}
@media screen and (max-width:750px){ 
#essm { padding: 5px;}
#essm .liuhe { margin-bottom: 5px; font-size: 16px;}
#essm .liuhe ul { border-width: 2px;}
#essm .liuhe li { padding: 0;}
.essm-txt2 { font-size: 18px;}
}
.dd2 { background-color: #fff; font-family: '微软雅黑';}
.dd2 tr {}
.dd2 td { text-align: center; 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: 14px;}
.dd2 td.dd2more { font-size: 18px;}
.dd2 td a { display: block; line-height: 35px;}
}


.essm {}
.essm table { font-weight: bold; font-size: 18px; text-align: center;}
.essm table thead th { padding: 5px; color: #fff; font-size: 24px; text-shadow: 0 3px 2px #000; background: linear-gradient(to top, #5b3215, #a97443);}
.essm table td { padding: 3px 5px;}
.essm table td span { background: #ff0;}
@media screen and (max-width:750px){
.essm table { font-size: 16px;}
.essm table thead th { font-size: 18px;}
}

*{margin:0;padding:0;}
ul,li{list-style: none;}
#dxzt { padding: 10px;}
#dxzt .liuhe { margin-bottom: 10px; text-align: center; font-weight: bold; font-size: 24px; color: #a97443;line-height:20px;}
#dxzt .liuhe ul { display: flex; border-bottom: solid 3px #a97443;}
#dxzt .liuhe li { width: 100%; padding: 5px 0; box-sizing: border-box; cursor: pointer;}
#dxzt .liuhe li.hover { color: #fff; background: #a97443;}
#dxzt .liuhe li.hover font { color: #fff;}
#dxzt .Contentbox {}
.dxzt-txt {}
.dxzt-txt font { color: #f00; font-weight: bold;}
.dxzt-txt2 { font-size: 24px; color: #f00; text-align: center; font-weight: bold;}
.dxzt-txt2 a { background: #ff0;}
.dxzt-pic { padding-top: 10px; text-align: center;}
.dxzt-pic video { max-width: 100%;}
@media screen and (max-width:750px){ 
#dxzt { padding: 5px;}
#dxzt .liuhe { margin-bottom: 5px; font-size: 16px;}
#dxzt .liuhe ul { border-width: 2px;}
#dxzt .liuhe li { padding: 0;}
.dxzt-txt2 { font-size: 18px;}
}
.dd2 { background-color: #fff; font-family: '微软雅黑';}
.dd2 tr {}
.dd2 td { text-align: center; 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: 14px;}
.dd2 td.dd2more { font-size: 18px;}
.dd2 td a { display: block; line-height: 35px;}
}


.dxzt {}
.dxzt table { font-weight: bold; font-size: 18px; text-align: center;}
.dxzt table thead th { padding: 5px; color: #fff; font-size: 24px; text-shadow: 0 3px 2px #000; background: linear-gradient(to top, #5b3215, #a97443);}
.dxzt table td { padding: 3px 5px;}
.dxzt table td span { background: #ff0;}
@media screen and (max-width:750px){
.dxzt table { font-size: 16px;}
.dxzt table thead th { font-size: 18px;}
}

*{margin:0;padding:0;}
ul,li{list-style: none;}
#sxsm { padding: 10px;}
#sxsm .liuhe { margin-bottom: 10px; text-align: center; font-weight: bold; font-size: 24px; color: #a97443;line-height:20px;}
#sxsm .liuhe ul { display: flex; border-bottom: solid 3px #a97443;}
#sxsm .liuhe li { width: 100%; padding: 5px 0; box-sizing: border-box; cursor: pointer;}
#sxsm .liuhe li.hover { color: #fff; background: #a97443;}
#sxsm .liuhe li.hover font { color: #fff;}
#sxsm .Contentbox {}
.sxsm-txt {}
.sxsm-txt font { color: #f00; font-weight: bold;}
.sxsm-txt2 { font-size: 24px; color: #f00; text-align: center; font-weight: bold;}
.sxsm-txt2 a { background: #ff0;}
.sxsm-pic { padding-top: 10px; text-align: center;}
.sxsm-pic video { max-width: 100%;}
@media screen and (max-width:750px){ 
#sxsm { padding: 5px;}
#sxsm .liuhe { margin-bottom: 5px; font-size: 16px;}
#sxsm .liuhe ul { border-width: 2px;}
#sxsm .liuhe li { padding: 0;}
.sxsm-txt2 { font-size: 18px;}
}
.dd2 { background-color: #fff; font-family: '微软雅黑';}
.dd2 tr {}
.dd2 td { text-align: center; 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: 14px;}
.dd2 td.dd2more { font-size: 18px;}
.dd2 td a { display: block; line-height: 35px;}
}


.sxsm {}
.sxsm table { font-weight: bold; font-size: 18px; text-align: center;}
.sxsm table thead th { padding: 5px; color: #fff; font-size: 24px; text-shadow: 0 3px 2px #000; background: linear-gradient(to top, #5b3215, #a97443);}
.sxsm table td { padding: 3px 5px;}
.sxsm table td span { background: #ff0;}
@media screen and (max-width:750px){
.sxsm table { font-size: 16px;}
.sxsm table thead th { font-size: 18px;}
}

*{margin:0;padding:0;}
ul,li{list-style: none;}
#dxsx { padding: 10px;}
#dxsx .liuhe { margin-bottom: 10px; text-align: center; font-weight: bold; font-size: 24px; color: #a97443;line-height:20px;}
#dxsx .liuhe ul { display: flex; border-bottom: solid 3px #a97443;}
#dxsx .liuhe li { width: 100%; padding: 5px 0; box-sizing: border-box; cursor: pointer;}
#dxsx .liuhe li.hover { color: #fff; background: #a97443;}
#dxsx .liuhe li.hover font { color: #fff;}
#dxsx .Contentbox {}
.dxsx-txt {}
.dxsx-txt font { color: #f00; font-weight: bold;}
.dxsx-txt2 { font-size: 24px; color: #f00; text-align: center; font-weight: bold;}
.dxsx-txt2 a { background: #ff0;}
.dxsx-pic { padding-top: 10px; text-align: center;}
.dxsx-pic video { max-width: 100%;}
@media screen and (max-width:750px){ 
#dxsx { padding: 5px;}
#dxsx .liuhe { margin-bottom: 5px; font-size: 16px;}
#dxsx .liuhe ul { border-width: 2px;}
#dxsx .liuhe li { padding: 0;}
.dxsx-txt2 { font-size: 18px;}
}
.dd2 { background-color: #fff; font-family: '微软雅黑';}
.dd2 tr {}
.dd2 td { text-align: center; 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: 14px;}
.dd2 td.dd2more { font-size: 18px;}
.dd2 td a { display: block; line-height: 35px;}
}
.dxsx {}
.dxsx table { font-weight: bold; font-size: 18px; text-align: center;}
.dxsx table thead th { padding: 5px; color: #fff; font-size: 24px; text-shadow: 0 3px 2px #000; background: linear-gradient(to top, #5b3215, #a97443);}
.dxsx table td { padding: 3px 5px;}
.dxsx table td span { background: #ff0;}
@media screen and (max-width:750px){
.dxsx table { font-size: 16px;}
.dxsx table thead th { font-size: 18px;}
}

*{margin:0;padding:0;}
ul,li{list-style: none;}
#ybyt { padding: 10px;}
#ybyt .liuhe { margin-bottom: 10px; text-align: center; font-weight: bold; font-size: 24px; color: #a97443;line-height:20px;}
#ybyt .liuhe ul { display: flex; border-bottom: solid 3px #a97443;}
#ybyt .liuhe li { width: 100%; padding: 5px 0; box-sizing: border-box; cursor: pointer;}
#ybyt .liuhe li.hover { color: #fff; background: #a97443;}
#ybyt .liuhe li.hover font { color: #fff;}
#ybyt .Contentbox {}
.ybyt-txt {}
.ybyt-txt font { color: #f00; font-weight: bold;}
.ybyt-txt2 { font-size: 24px; color: #f00; text-align: center; font-weight: bold;}
.ybyt-txt2 a { background: #ff0;}
.ybyt-pic { padding-top: 10px; text-align: center;}
.ybyt-pic video { max-width: 100%;}
@media screen and (max-width:750px){ 
#ybyt { padding: 5px;}
#ybyt .liuhe { margin-bottom: 5px; font-size: 16px;}
#ybyt .liuhe ul { border-width: 2px;}
#ybyt .liuhe li { padding: 0;}
.ybyt-txt2 { font-size: 18px;}
}
.dd2 { background-color: #fff; font-family: '微软雅黑';}
.dd2 tr {}
.dd2 td { text-align: center; 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: 14px;}
.dd2 td.dd2more { font-size: 18px;}
.dd2 td a { display: block; line-height: 35px;}
}


.ybyt {}
.ybyt table { font-weight: bold; font-size: 18px; text-align: center;}
.ybyt table thead th { padding: 5px; color: #fff; font-size: 24px; text-shadow: 0 3px 2px #000; background: linear-gradient(to top, #5b3215, #a97443);}
.ybyt table td { padding: 3px 5px;}
.ybyt table td span { background: #ff0;}
@media screen and (max-width:750px){
.ybyt table { font-size: 16px;}
.ybyt table thead th { font-size: 18px;}
}

.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: medium;
}
.duilianpt th{
	font-weight: bold;
	border:1px solid #C0C0C0;
	font-size: medium;
}
.duilianpt .zl{
	font-size: medium;
}

.duilianpt1jg{
	table-layout: auto;
	color: #FF0000;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	background: #fff;
}
.duilianpt1jg tr{
	height: 30px;
}
.duilianpt1jg td{
	font-weight: bold;
	border:1px solid #C0C0C0;
	font-size: medium;
}
.duilianpt1jg .zl{
	font-size: medium;
}
.duilianpt1jg th{
	font-weight: bold;
	border:1px solid #C0C0C0;
	font-size: medium;
}

*{margin:0;padding:0;}
ul,li{list-style: none;}
#jyex { padding: 10px;}
#jyex .liuhe { margin-bottom: 10px; text-align: center; font-weight: bold; font-size: 24px; color: #a97443;line-height:20px;}
#jyex .liuhe ul { display: flex; border-bottom: solid 3px #a97443;}
#jyex .liuhe li { width: 100%; padding: 5px 0; box-sizing: border-box; cursor: pointer;}
#jyex .liuhe li.hover { color: #fff; background: #a97443;}
#jyex .liuhe li.hover font { color: #fff;}
#jyex .Contentbox {}
.jyex-txt {}
.jyex-txt font { color: #f00; font-weight: bold;}
.jyex-txt2 { font-size: 24px; color: #f00; text-align: center; font-weight: bold;}
.jyex-txt2 a { background: #ff0;}
.jyex-pic { padding-top: 10px; text-align: center;}
.jyex-pic video { max-width: 100%;}
@media screen and (max-width:750px){ 
#jyex { padding: 5px;}
#jyex .liuhe { margin-bottom: 5px; font-size: 16px;}
#jyex .liuhe ul { border-width: 2px;}
#jyex .liuhe li { padding: 0;}
.jyex-txt2 { font-size: 18px;}
}
.dd2 { background-color: #fff; font-family: '微软雅黑';}
.dd2 tr {}
.dd2 td { text-align: center; 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: 14px;}
.dd2 td.dd2more { font-size: 18px;}
.dd2 td a { display: block; line-height: 35px;}
}


.jyex {}
.jyex table { font-weight: bold; font-size: 18px; text-align: center;}
.jyex table thead th { padding: 5px; color: #fff; font-size: 24px; text-shadow: 0 3px 2px #000; background: linear-gradient(to top, #5b3215, #a97443);}
.jyex table td { padding: 3px 5px;}
.jyex table td span { background: #ff0;}
@media screen and (max-width:750px){
.jyex table { font-size: 16px;}
.jyex table thead th { font-size: 18px;}
}

*{margin:0;padding:0;}
ul,li{list-style: none;}
#hzl { padding: 10px;}
#hzl .liuhe { margin-bottom: 10px; text-align: center; font-weight: bold; font-size: 24px; color: #a97443;line-height:20px;}
#hzl .liuhe ul { display: flex; border-bottom: solid 3px #a97443;}
#hzl .liuhe li { width: 100%; padding: 5px 0; box-sizing: border-box; cursor: pointer;}
#hzl .liuhe li.hover { color: #fff; background: #a97443;}
#hzl .liuhe li.hover font { color: #fff;}
#hzl .Contentbox {}
.hzl-txt {}
.hzl-txt font { color: #f00; font-weight: bold;}
.hzl-txt2 { font-size: 24px; color: #f00; text-align: center; font-weight: bold;}
.hzl-txt2 a { background: #ff0;}
.hzl-pic { padding-top: 10px; text-align: center;}
.hzl-pic video { max-width: 100%;}
@media screen and (max-width:750px){ 
#hzl { padding: 5px;}
#hzl .liuhe { margin-bottom: 5px; font-size: 16px;}
#hzl .liuhe ul { border-width: 2px;}
#hzl .liuhe li { padding: 0;}
.hzl-txt2 { font-size: 18px;}
}
.dd2 { background-color: #fff; font-family: '微软雅黑';}
.dd2 tr {}
.dd2 td { text-align: center; 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: 14px;}
.dd2 td.dd2more { font-size: 18px;}
.dd2 td a { display: block; line-height: 35px;}
}


.hzl {}
.hzl table { font-weight: bold; font-size: 18px; text-align: center;}
.hzl table thead th { padding: 5px; color: #fff; font-size: 24px; text-shadow: 0 3px 2px #000; background: linear-gradient(to top, #5b3215, #a97443);}
.hzl table td { padding: 3px 5px;}
.hzl table td span { background: #ff0;}
@media screen and (max-width:750px){
.hzl table { font-size: 16px;}
.hzl table thead th { font-size: 18px;}
}

.zzhla-tit {}
.zzhla-tit img { width: 100%; height: auto; vertical-align: top;}
#tabzzhla {}
#tabzzhla a {  text-decoration: none;}
#tabzzhla .zzhlamenu { width: 100%;  text-align: center; font-weight: bold; font-size: 18px; line-height:40px;}
#tabzzhla .zzhlamenu ul { display: flex; justify-content: space-between;}
#tabzzhla .zzhlamenu li { width: calc(100% - 0px); box-sizing: border-box; background: #eee; cursor: pointer;}
#tabzzhla .zzhlamenu li.hover { color: #fff;}
#tabzzhla .zzhlamenu li.hover span { display: block;}
#tabzzhla .zzhlamenu li.hover .zzhlaam { background: #090;}
#tabzzhla .zzhlamenu li.hover .zzhlaxg { background: #f00;}
#tabzzhla .zzhlamenu li.hover .zzhlatw { background: #00f;}
#tabzzhla .zzhlamenu li.hover .zzhlaxc { background: #FF00FF;}
#tabzzhla .zzhlabox {}
.zzhla-list { background: white;font-size: 16px;}

.zzhla-list ul { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.zzhla-list ul li { width: calc(50% - 5px); border-bottom: solid 1px #ddd; box-sizing: border-box;}
.zzhla-list ul li a { display: block; padding: 8px 5px; white-space: nowrap; overflow: hidden;color: black;}
@media screen and (max-width:800px){
#tabzzhla .zzhlamenu { font-size: 16px; line-height:36px;}
#tabzzhla .zzhlamenu li { width: calc(100% - 0px);}
.zzhla-list { font-size: 15px;}
.zzhla-list ul li { width: 100%;}
.zzhla-list ul li a { padding: 8px 5px;}
}


.zzhla-list a {
    font-size: large;
}

* {margin:0px;padding:0px;}
div.ds4x {
	border-radius: 4px;
	box-shadow:0 1px 2px rgba(180,180,180,0.7);
	    background-color: #fff;
		zoom: 1;
		font: 14px/1.5 tahoma,'//5FAE//8F6F//96C5//9ED1','//5B8B//4F53',arial,georgia,verdana,helvetica,sans-serif;
        color: #444;
}
.firstRow {height:35px;line-height:35px;}
div.title {
    border-top: 0;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
div.title {
    font-size: 9pt;
    padding: 4px 8px;
    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;
}

a {text-decoration: none}

*{margin:0;padding:0;}
ul,li{list-style: none;}
#dssx { padding: 10px;}
#dssx .liuhe { margin-bottom: 10px; text-align: center; font-weight: bold; font-size: 24px; color: #a97443;line-height:20px;}
#dssx .liuhe ul { display: flex; border-bottom: solid 3px #a97443;}
#dssx .liuhe li { width: 100%; padding: 5px 0; box-sizing: border-box; cursor: pointer;}
#dssx .liuhe li.hover { color: #fff; background: #a97443;}
#dssx .liuhe li.hover font { color: #fff;}
#dssx .Contentbox {}
.dssx-txt {}
.dssx-txt font { color: #f00; font-weight: bold;}
.dssx-txt2 { font-size: 24px; color: #f00; text-align: center; font-weight: bold;}
.dssx-txt2 a { background: #ff0;}
.dssx-pic { padding-top: 10px; text-align: center;}
.dssx-pic video { max-width: 100%;}
@media screen and (max-width:750px){ 
#dssx { padding: 5px;}
#dssx .liuhe { margin-bottom: 5px; font-size: 16px;}
#dssx .liuhe ul { border-width: 2px;}
#dssx .liuhe li { padding: 0;}
.dssx-txt2 { font-size: 18px;}
}
.dd2 { background-color: #fff; font-family: '微软雅黑';}
.dd2 tr {}
.dd2 td { text-align: center; 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: 14px;}
.dd2 td.dd2more { font-size: 18px;}
.dd2 td a { display: block; line-height: 35px;}
}


.dssx {}
.dssx table { font-weight: bold; font-size: 18px; text-align: center;}
.dssx table thead th { padding: 5px; color: #fff; font-size: 24px; text-shadow: 0 3px 2px #000; background: linear-gradient(to top, #5b3215, #a97443);}
.dssx table td { padding: 3px 5px;}
.dssx table td span { background: #ff0;}
@media screen and (max-width:750px){
.dssx table { font-size: 16px;}
.dssx table thead th { font-size: 18px;}
}

*{margin:0;padding:0;}
ul,li{list-style: none;}
#yqmt { padding: 10px;}
#yqmt .liuhe { margin-bottom: 10px; text-align: center; font-weight: bold; font-size: 24px; color: #a97443;line-height:20px;}
#yqmt .liuhe ul { display: flex; border-bottom: solid 3px #a97443;}
#yqmt .liuhe li { width: 100%; padding: 5px 0; box-sizing: border-box; cursor: pointer;}
#yqmt .liuhe li.hover { color: #fff; background: #a97443;}
#yqmt .liuhe li.hover font { color: #fff;}
#yqmt .Contentbox {}
.yqmt-txt {}
.yqmt-txt font { color: #f00; font-weight: bold;}
.yqmt-txt2 { font-size: 24px; color: #f00; text-align: center; font-weight: bold;}
.yqmt-txt2 a { background: #ff0;}
.yqmt-pic { padding-top: 10px; text-align: center;}
.yqmt-pic video { max-width: 100%;}
@media screen and (max-width:750px){ 
#yqmt { padding: 5px;}
#yqmt .liuhe { margin-bottom: 5px; font-size: 16px;}
#yqmt .liuhe ul { border-width: 2px;}
#yqmt .liuhe li { padding: 0;}
.yqmt-txt2 { font-size: 18px;}
}
.dd2 { background-color: #fff; font-family: '微软雅黑';}
.dd2 tr {}
.dd2 td { text-align: center; 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: 14px;}
.dd2 td.dd2more { font-size: 18px;}
.dd2 td a { display: block; line-height: 35px;}
}


.yqmt {}
.yqmt table { font-weight: bold; font-size: 18px; text-align: center;}
.yqmt table thead th { padding: 5px; color: #fff; font-size: 24px; text-shadow: 0 3px 2px #000; background: linear-gradient(to top, #5b3215, #a97443);}
.yqmt table td { padding: 3px 5px;}
.yqmt table td span { background: #ff0;}
@media screen and (max-width:750px){
.yqmt table { font-size: 16px;}
.yqmt table thead th { font-size: 18px;}
}

*{margin:0;padding:0;}
ul,li{list-style: none;}
#swbm { padding: 10px;}
#swbm .liuhe { margin-bottom: 10px; text-align: center; font-weight: bold; font-size: 24px; color: #a97443;line-height:20px;}
#swbm .liuhe ul { display: flex; border-bottom: solid 3px #a97443;}
#swbm .liuhe li { width: 100%; padding: 5px 0; box-sizing: border-box; cursor: pointer;}
#swbm .liuhe li.hover { color: #fff; background: #a97443;}
#swbm .liuhe li.hover font { color: #fff;}
#swbm .Contentbox {}
.swbm-txt {}
.swbm-txt font { color: #f00; font-weight: bold;}
.swbm-txt2 { font-size: 24px; color: #f00; text-align: center; font-weight: bold;}
.swbm-txt2 a { background: #ff0;}
.swbm-pic { padding-top: 10px; text-align: center;}
.swbm-pic video { max-width: 100%;}
@media screen and (max-width:750px){ 
#swbm { padding: 5px;}
#swbm .liuhe { margin-bottom: 5px; font-size: 16px;}
#swbm .liuhe ul { border-width: 2px;}
#swbm .liuhe li { padding: 0;}
.swbm-txt2 { font-size: 18px;}
}
.dd2 { background-color: #fff; font-family: '微软雅黑';}
.dd2 tr {}
.dd2 td { text-align: center; 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: 14px;}
.dd2 td.dd2more { font-size: 18px;}
.dd2 td a { display: block; line-height: 35px;}
}


.swbm {}
.swbm table { font-weight: bold; font-size: 18px; text-align: center;}
.swbm table thead th { padding: 5px; color: #fff; font-size: 24px; text-shadow: 0 3px 2px #000; background: linear-gradient(to top, #5b3215, #a97443);}
.swbm table td { padding: 3px 5px;}
.swbm table td span { background: #ff0;}
@media screen and (max-width:750px){
.swbm table { font-size: 16px;}
.swbm table thead th { font-size: 18px;}
}

.zzhl-tit {}
.zzhl-tit img { width: 100%; height: auto; vertical-align: top;}
#tabzzhl49 {}
#tabzzhl49 a {  text-decoration: none;}
#tabzzhl49 .zzhl49menu { width: 100%; padding: 5px 0; text-align: center; font-weight: bold; font-size: 18px; line-height:40px;}
#tabzzhl49 .zzhl49menu ul { display: flex; justify-content: space-between;}
#tabzzhl49 .zzhl49menu li { width: calc(100% - 5px); box-sizing: border-box; background: #eee; cursor: pointer;}
#tabzzhl49 .zzhl49menu li.hover { color: #fff;}
#tabzzhl49 .zzhl49menu li.hover span { display: block;}
#tabzzhl49 .zzhl49menu li.hover .zzhlam { background: #090;}
#tabzzhl49 .zzhl49menu li.hover .zzhlxg { background: #f00;}
#tabzzhl49 .zzhl49menu li.hover .zzhltw { background: #00f;}
#tabzzhl49 .zzhl49menu li.hover .zzhlxc { background: #FF00FF;}
#tabzzhl49 .zzhlbox {}
.zzhl-list { background: white;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;color: black;}
@media screen and (max-width:800px){
#tabzzhl49 .zzhl49menu { font-size: 16px; line-height:36px;}
#tabzzhl49 .zzhl49menu li { width: calc(100% - 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;
}

*{margin:0;padding:0;}
ul,li{list-style: none;}
#dszt { padding: 10px;}
#dszt .liuhe { margin-bottom: 10px; text-align: center; font-weight: bold; font-size: 24px; color: #a97443;line-height:20px;}
#dszt .liuhe ul { display: flex; border-bottom: solid 3px #a97443;}
#dszt .liuhe li { width: 100%; padding: 5px 0; box-sizing: border-box; cursor: pointer;}
#dszt .liuhe li.hover { color: #fff; background: #a97443;}
#dszt .liuhe li.hover font { color: #fff;}
#dszt .Contentbox {}
.dszt-txt {}
.dszt-txt font { color: #f00; font-weight: bold;}
.dszt-txt2 { font-size: 24px; color: #f00; text-align: center; font-weight: bold;}
.dszt-txt2 a { background: #ff0;}
.dszt-pic { padding-top: 10px; text-align: center;}
.dszt-pic video { max-width: 100%;}
@media screen and (max-width:750px){ 
#dszt { padding: 5px;}
#dszt .liuhe { margin-bottom: 5px; font-size: 16px;}
#dszt .liuhe ul { border-width: 2px;}
#dszt .liuhe li { padding: 0;}
.dszt-txt2 { font-size: 18px;}
}
.dd2 { background-color: #fff; font-family: '微软雅黑';}
.dd2 tr {}
.dd2 td { text-align: center; 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: 14px;}
.dd2 td.dd2more { font-size: 18px;}
.dd2 td a { display: block; line-height: 35px;}
}


.dszt {}
.dszt table { font-weight: bold; font-size: 18px; text-align: center;}
.dszt table thead th { padding: 5px; color: #fff; font-size: 24px; text-shadow: 0 3px 2px #000; background: linear-gradient(to top, #5b3215, #a97443);}
.dszt table td { padding: 3px 5px;}
.dszt table td span { background: #ff0;}
@media screen and (max-width:750px){
.dszt table { font-size: 16px;}
.dszt table thead th { font-size: 18px;}
}

*{margin:0;padding:0;}
ul,li{list-style: none;}
#szpt { padding: 10px;}
#szpt .liuhe { margin-bottom: 10px; text-align: center; font-weight: bold; font-size: 24px; color: #a97443;line-height:20px;}
#szpt .liuhe ul { display: flex; border-bottom: solid 3px #a97443;}
#szpt .liuhe li { width: 100%; padding: 5px 0; box-sizing: border-box; cursor: pointer;}
#szpt .liuhe li.hover { color: #fff; background: #a97443;}
#szpt .liuhe li.hover font { color: #fff;}
#szpt .Contentbox {}
.szpt-txt {}
.szpt-txt font { color: #f00; font-weight: bold;}
.szpt-txt2 { font-size: 24px; color: #f00; text-align: center; font-weight: bold;}
.szpt-txt2 a { background: #ff0;}
.szpt-pic { padding-top: 10px; text-align: center;}
.szpt-pic video { max-width: 100%;}
@media screen and (max-width:750px){ 
#szpt { padding: 5px;}
#szpt .liuhe { margin-bottom: 5px; font-size: 16px;}
#szpt .liuhe ul { border-width: 2px;}
#szpt .liuhe li { padding: 0;}
.szpt-txt2 { font-size: 18px;}
}
.dd2 { background-color: #fff; font-family: '微软雅黑';}
.dd2 tr {}
.dd2 td { text-align: center; 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: 14px;}
.dd2 td.dd2more { font-size: 18px;}
.dd2 td a { display: block; line-height: 35px;}
}


.szpt {}
.szpt table { font-weight: bold; font-size: 18px; text-align: center;}
.szpt table thead th { padding: 5px; color: #fff; font-size: 24px; text-shadow: 0 3px 2px #000; background: linear-gradient(to top, #5b3215, #a97443);}
.szpt table td { padding: 3px 5px;}
.szpt table td span { background: #ff0;}
@media screen and (max-width:750px){
.szpt table { font-size: 16px;}
.szpt table thead th { font-size: 18px;}
}

.gsb-pic {}
.gsb-pic img { width: 100%; height: auto;}
.gsb {}
.gsb ul {}
.gsb ul li {}
.gsb ul li a { display: flex; align-items: center; padding: 5px 1px; border-bottom: solid 1px #e5e5e5;}
.gsb-ico { margin-right: 5px;}
.gsb-ico span { display: inline-block; padding: 0 8px; color: #fff; font-size: 14px; border-radius: 5px; background: #ef0f2e;}
.gsb-txt { flex: 1; font-weight: bold;}
.gsb-zz { color: #888;}
@media screen and (max-width:750px){ 
.gsb-ico span { padding: 0 5px; font-size: 12px;}
}

*{margin:0;padding:0;}
ul,li{list-style: none;}
#dxzt8 { padding: 1px;}
#dxzt8 .liuhe { margin-bottom: 1px; text-align: center; font-weight: bold; font-size: 28px; color: #a97443;line-height:20px;}
#dxzt8 .liuhe ul { display: flex; border-bottom: solid 3px #fe0000;}
#dxzt8 .liuhe li { width: 100%; padding: 9px 0; box-sizing: border-box; cursor: pointer;}
#dxzt8 .liuhe li.hover { color: #fff; background: #1f211f;}
#dxzt8 .liuhe li.hover font { color: #fff!important;}
#dxzt8 .Contentbox {}
.dxzt8-txt {}
.dxzt8-txt font { color: #f00; font-weight: bold;}
.dxzt8-txt2 { font-size: 24px; color: #f00; text-align: left; font-weight: bold;}
.dxzt8-txt2 a { background: #ff0;}
.dxzt8-pic { padding-top: 1px; text-align: left;}
.dxzt8-pic video { max-width: 100%;}
@media screen and (max-width:750px){ 
#dxzt8 { padding: 5px;}
#dxzt8 .liuhe { margin-bottom: 5px; font-size: 16px;}
#dxzt8 .liuhe ul { border-width: 2px;}
.dxzt8-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: 14px;}
.dd2 td.dd2more { font-size: 18px;}
.dd2 td a { display: block; line-height: 35px;}
}


.dxzt8 {}
.dxzt8 table { font-weight: bold; font-size: 18px; text-align: left;}
.dxzt8 table thead th { padding: 5px; color: #fff; font-size: 24px; text-shadow: 0 3px 2px #000; background: linear-gradient(to top, #5b3215, #a97443);}
.dxzt8 table td { padding: 3px 5px;}
@media screen and (max-width:750px){
.dxzt8 table { font-size: 16px;}
.dxzt8 table thead th { font-size: 18px;}
}

*{margin:0;padding:0;}
ul,li{list-style: none;}
#yqll { padding: 10px;}
#yqll .liuhe { margin-bottom: 10px; text-align: center; font-weight: bold; font-size: 24px; color: #a97443;line-height:20px;}
#yqll .liuhe ul { display: flex; border-bottom: solid 3px #a97443;}
#yqll .liuhe li { width: 100%; padding: 5px 0; box-sizing: border-box; cursor: pointer;}
#yqll .liuhe li.hover { color: #fff; background: #a97443;}
#yqll .liuhe li.hover font { color: #fff;}
#yqll .Contentbox {}
.yqll-txt {}
.yqll-txt font { color: #f00; font-weight: bold;}
.yqll-txt2 { font-size: 24px; color: #f00; text-align: center; font-weight: bold;}
.yqll-txt2 a { background: #ff0;}
.yqll-pic { padding-top: 10px; text-align: center;}
.yqll-pic video { max-width: 100%;}
@media screen and (max-width:750px){ 
#yqll { padding: 5px;}
#yqll .liuhe { margin-bottom: 5px; font-size: 16px;}
#yqll .liuhe ul { border-width: 2px;}
#yqll .liuhe li { padding: 0;}
.yqll-txt2 { font-size: 18px;}
}
.dd2 { background-color: #fff; font-family: '微软雅黑';}
.dd2 tr {}
.dd2 td { text-align: center; 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: 14px;}
.dd2 td.dd2more { font-size: 18px;}
.dd2 td a { display: block; line-height: 35px;}
}


.yqll {}
.yqll table { font-weight: bold; font-size: 18px; text-align: center;}
.yqll table thead th { padding: 5px; color: #fff; font-size: 24px; text-shadow: 0 3px 2px #000; background: linear-gradient(to top, #5b3215, #a97443);}
.yqll table td { padding: 3px 5px;}
.yqll table td span { background: #ff0;}
@media screen and (max-width:750px){
.yqll table { font-size: 16px;}
.yqll table thead th { font-size: 18px;}
}

.gsb-pic {}
.gsb-pic img { width: 100%; height: auto;}
.gsb {}
.gsb ul {}
.gsb ul li {}
.gsb ul li a { display: flex; align-items: center; padding: 5px 1px; border-bottom: solid 1px #e5e5e5;}
.gsb-ico { margin-right: 5px;}
.gsb-ico span { display: inline-block; padding: 0 8px; color: #fff; font-size: 14px; border-radius: 5px; background:#ef0f2e;}
.gsb-txt { flex: 1; font-weight: bold;}
.gsb-zz { color: #888;}
@media screen and (max-width:750px){ 
.gsb-ico span { padding: 0 5px; font-size: 12px;}
}

*{margin:0;padding:0;}
ul,li{list-style: none;}
#xjgsb { padding: 1px;}
#xjgsb .liuhe { margin-bottom: 1px; text-align: center; font-weight: bold; font-size: 28px; color: #a97443;line-height:20px;}
#xjgsb .liuhe ul { display: flex; border-bottom: solid 3px #C0C0C0;}
#xjgsb .liuhe li { width: 100%; padding: 9px 0; box-sizing: border-box; cursor: pointer;}
#xjgsb .liuhe li.hover { color: #fff; background: #1f211f;}
#xjgsb .liuhe li.hover font { color: #fff!important;}
#xjgsb .Contentbox {}
.xjgsb-txt {}
.xjgsb-txt font { color: #f00; font-weight: bold;}
.xjgsb-txt2 { font-size: 24px; color: #f00; text-align: left; font-weight: bold;}
.xjgsb-txt2 a { background: #ff0;}
.xjgsb-pic { padding-top: 1px; text-align: left;}
.xjgsb-pic video { max-width: 100%;}
@media screen and (max-width:750px){ 
#xjgsb { padding: 5px;}
#xjgsb .liuhe { margin-bottom: 5px; font-size: 16px;}
#xjgsb .liuhe ul { border-width: 2px;}
.xjgsb-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: 14px;}
.dd2 td.dd2more { font-size: 18px;}
.dd2 td a { display: block; line-height: 35px;}
}


.xjgsb {}
.xjgsb table { font-weight: bold; font-size: 18px; text-align: left;}
.xjgsb table thead th { padding: 5px; color: #fff; font-size: 24px; text-shadow: 0 3px 2px #000; background: linear-gradient(to top, #5b3215, #a97443);}
.xjgsb table td { padding: 3px 5px;}
.xjgsb table td span { background: #ff0;}
@media screen and (max-width:750px){
.xjgsb table { font-size: 16px;}
.xjgsb table thead th { font-size: 18px;}
}

*{margin:0;padding:0;}
ul,li{list-style: none;}
#jser { padding: 10px;}
#jser .liuhe { margin-bottom: 10px; text-align: center; font-weight: bold; font-size: 24px; color: #a97443;line-height:20px;}
#jser .liuhe ul { display: flex; border-bottom: solid 3px #a97443;}
#jser .liuhe li { width: 100%; padding: 5px 0; box-sizing: border-box; cursor: pointer;}
#jser .liuhe li.hover { color: #fff; background: #a97443;}
#jser .liuhe li.hover font { color: #fff;}
#jser .Contentbox {}
.jser-txt {}
.jser-txt font { color: #f00; font-weight: bold;}
.jser-txt2 { font-size: 24px; color: #f00; text-align: center; font-weight: bold;}
.jser-txt2 a { background: #ff0;}
.jser-pic { padding-top: 10px; text-align: center;}
.jser-pic video { max-width: 100%;}
@media screen and (max-width:750px){ 
#jser { padding: 5px;}
#jser .liuhe { margin-bottom: 5px; font-size: 16px;}
#jser .liuhe ul { border-width: 2px;}
#jser .liuhe li { padding: 0;}
.jser-txt2 { font-size: 18px;}
}
.dd2 { background-color: #fff; font-family: '微软雅黑';}
.dd2 tr {}
.dd2 td { text-align: center; 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: 14px;}
.dd2 td.dd2more { font-size: 18px;}
.dd2 td a { display: block; line-height: 35px;}
}


.jser {}
.jser table { font-weight: bold; font-size: 18px; text-align: center;}
.jser table thead th { padding: 5px; color: #fff; font-size: 24px; text-shadow: 0 3px 2px #000; background: linear-gradient(to top, #5b3215, #a97443);}
.jser table td { padding: 3px 5px;}
.jser table td span { background: #ff0;}
@media screen and (max-width:750px){
.jser table { font-size: 16px;}
.jser table thead th { font-size: 18px;}
}

*{margin:0;padding:0;}
ul,li{list-style: none;}
#bzpm { padding: 10px;}
#bzpm .liuhe { margin-bottom: 10px; text-align: center; font-weight: bold; font-size: 24px; color: #a97443;line-height:20px;}
#bzpm .liuhe ul { display: flex; border-bottom: solid 3px #a97443;}
#bzpm .liuhe li { width: 100%; padding: 5px 0; box-sizing: border-box; cursor: pointer;}
#bzpm .liuhe li.hover { color: #fff; background: #a97443;}
#bzpm .liuhe li.hover font { color: #fff;}
#bzpm .Contentbox {}
.bzpm-txt {}
.bzpm-txt font { color: #f00; font-weight: bold;}
.bzpm-txt2 { font-size: 24px; color: #f00; text-align: center; font-weight: bold;}
.bzpm-txt2 a { background: #ff0;}
.bzpm-pic { padding-top: 10px; text-align: center;}
.bzpm-pic video { max-width: 100%;}
@media screen and (max-width:750px){ 
#bzpm { padding: 5px;}
#bzpm .liuhe { margin-bottom: 5px; font-size: 16px;}
#bzpm .liuhe ul { border-width: 2px;}
#bzpm .liuhe li { padding: 0;}
.bzpm-txt2 { font-size: 18px;}
}
.dd2 { background-color: #fff; font-family: '微软雅黑';}
.dd2 tr {}
.dd2 td { text-align: center; 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: 14px;}
.dd2 td.dd2more { font-size: 18px;}
.dd2 td a { display: block; line-height: 35px;}
}


.bzpm {}
.bzpm table { font-weight: bold; font-size: 18px; text-align: center;}
.bzpm table thead th { padding: 5px; color: #fff; font-size: 24px; text-shadow: 0 3px 2px #000; background: linear-gradient(to top, #5b3215, #a97443);}
.bzpm table td { padding: 3px 5px;}
.bzpm table td span { background: #ff0;}
@media screen and (max-width:750px){
.bzpm table { font-size: 16px;}
.bzpm table thead th { font-size: 18px;}
}

*{margin:0;padding:0;}
ul,li{list-style: none;}
#fslw { padding: 10px;}
#fslw .liuhe { margin-bottom: 10px; text-align: center; font-weight: bold; font-size: 24px; color: #a97443;line-height:20px;}
#fslw .liuhe ul { display: flex; border-bottom: solid 3px #a97443;}
#fslw .liuhe li { width: 100%; padding: 5px 0; box-sizing: border-box; cursor: pointer;}
#fslw .liuhe li.hover { color: #fff; background: #a97443;}
#fslw .liuhe li.hover font { color: #fff;}
#fslw .Contentbox {}
.fslw-txt {}
.fslw-txt font { color: #f00; font-weight: bold;}
.fslw-txt2 { font-size: 24px; color: #f00; text-align: center; font-weight: bold;}
.fslw-txt2 a { background: #ff0;}
.fslw-pic { padding-top: 10px; text-align: center;}
.fslw-pic video { max-width: 100%;}
@media screen and (max-width:750px){ 
#fslw { padding: 5px;}
#fslw .liuhe { margin-bottom: 5px; font-size: 16px;}
#fslw .liuhe ul { border-width: 2px;}
#fslw .liuhe li { padding: 0;}
.fslw-txt2 { font-size: 18px;}
}
.dd2 { background-color: #fff; font-family: '微软雅黑';}
.dd2 tr {}
.dd2 td { text-align: center; 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: 14px;}
.dd2 td.dd2more { font-size: 18px;}
.dd2 td a { display: block; line-height: 35px;}
}


.fslw {}
.fslw table { font-weight: bold; font-size: 18px; text-align: center;}
.fslw table thead th { padding: 5px; color: #fff; font-size: 24px; text-shadow: 0 3px 2px #000; background: linear-gradient(to top, #5b3215, #a97443);}
.fslw table td { padding: 3px 5px;}
.fslw table td span { background: #ff0;}
@media screen and (max-width:750px){
.fslw table { font-size: 16px;}
.fslw table thead th { font-size: 18px;}
}

.djcz { font-weight: bold; border-bottom: solid 1px #e5e5e5;}
.djcz-txt1 { color: #F0F;}
.djcz-txt2 { color: #00f;}
.djcz-txt3 { color: #f00;}
.djcz-txt4 { color: #090;}
.djcz-txt4 span { color: #f0f; background: #000!important;}
.djcz-txt5 { color: #f0f;}
.djcz-txt5 span { color: #f0f;}
.djcz-txt6 { font-weight: normal;}
.djcz-txt7 { font-weight: normal;}
.djcz span { background: #ff0;}
@media screen and (max-width:750px){ 
.djcz { padding: 5px;}
}

*{margin:0;padding:0;}
ul,li{list-style: none;}
#pgtp {}
#pgtp .liuhe { margin-bottom: 10px; text-align: center; font-weight: bold; font-size: 28px; color: #a97443;line-height:20px;}
#pgtp .liuhe ul { display: flex; border-bottom: solid 3px #C0C0C0;}
#pgtp .liuhe li { width: 100%; padding: 9px 0; box-sizing: border-box; cursor: pointer;}
#pgtp .liuhe li.hover { color: #fff; background: #1f211f;}
#pgtp .liuhe li.hover font { color: #fff!important;}
#pgtp .Contentbox {}
.pgtp-txt {}
.pgtp-txt font { color: #f00; font-weight: bold;}
.pgtp-txt2 { font-size: 24px; color: #f00; text-align: center; font-weight: bold;}
.pgtp-txt2 a { background: #ff0;}
.pgtp-pic { padding-top: 10px; text-align: center;}
.pgtp-pic video { max-width: 100%;}
@media screen and (max-width:750px){ 
#pgtp { padding: 5px;}
#pgtp .liuhe { margin-bottom: 5px; font-size: 16px;}
#pgtp .liuhe ul { border-width: 2px;}
.pgtp-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: 14px;}
.dd2 td.dd2more { font-size: 18px;}
.dd2 td a { display: block; line-height: 35px;}
}


.pgtp {}
.pgtp table { font-weight: bold; font-size: 18px; text-align: left;}
.pgtp table thead th { padding: 5px; color: #fff; font-size: 24px; text-shadow: 0 3px 2px #000; background: linear-gradient(to top, #5b3215, #a97443);}
.pgtp table td { padding: 3px 5px;}
.pgtp table td span { background: #ff0;}
@media screen and (max-width:750px){
.pgtp table { font-size: 16px;}
.pgtp table thead th { font-size: 18px;}
}

*{margin:0;padding:0;}
ul,li{list-style: none;}
#jxzt { padding: 10px;}
#jxzt .liuhe { margin-bottom: 10px; text-align: center; font-weight: bold; font-size: 24px; color: #a97443;line-height:20px;}
#jxzt .liuhe ul { display: flex; border-bottom: solid 3px #a97443;}
#jxzt .liuhe li { width: 100%; padding: 5px 0; box-sizing: border-box; cursor: pointer;}
#jxzt .liuhe li.hover { color: #fff; background: #a97443;}
#jxzt .liuhe li.hover font { color: #fff;}
#jxzt .Contentbox {}
.jxzt-txt {}
.jxzt-txt font { color: #f00; font-weight: bold;}
.jxzt-txt2 { font-size: 24px; color: #f00; text-align: center; font-weight: bold;}
.jxzt-txt2 a { background: #ff0;}
.jxzt-pic { padding-top: 10px; text-align: center;}
.jxzt-pic video { max-width: 100%;}
@media screen and (max-width:750px){ 
#jxzt { padding: 5px;}
#jxzt .liuhe { margin-bottom: 5px; font-size: 16px;}
#jxzt .liuhe ul { border-width: 2px;}
#jxzt .liuhe li { padding: 0;}
.jxzt-txt2 { font-size: 18px;}
}
.dd2 { background-color: #fff; font-family: '微软雅黑';}
.dd2 tr {}
.dd2 td { text-align: center; 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: 14px;}
.dd2 td.dd2more { font-size: 18px;}
.dd2 td a { display: block; line-height: 35px;}
}


.jxzt {}
.jxzt table { font-weight: bold; font-size: 18px; text-align: center;}
.jxzt table thead th { padding: 5px; color: #fff; font-size: 24px; text-shadow: 0 3px 2px #000; background: linear-gradient(to top, #5b3215, #a97443);}
.jxzt table td { padding: 3px 5px;}
.jxzt table td span { background: #ff0;}
@media screen and (max-width:750px){
.jxzt table { font-size: 16px;}
.jxzt table thead th { font-size: 18px;}
}

*{margin:0;padding:0;}
ul,li{list-style: none;}
#stzt { padding: 10px;}
#stzt .liuhe { margin-bottom: 10px; text-align: center; font-weight: bold; font-size: 24px; color: #a97443;line-height:20px;}
#stzt .liuhe ul { display: flex; border-bottom: solid 3px #a97443;}
#stzt .liuhe li { width: 100%; padding: 5px 0; box-sizing: border-box; cursor: pointer;}
#stzt .liuhe li.hover { color: #fff; background: #a97443;}
#stzt .liuhe li.hover font { color: #fff;}
#stzt .Contentbox {}
.stzt-txt {}
.stzt-txt font { color: #f00; font-weight: bold;}
.stzt-txt2 { font-size: 24px; color: #f00; text-align: center; font-weight: bold;}
.stzt-txt2 a { background: #ff0;}
.stzt-pic { padding-top: 10px; text-align: center;}
.stzt-pic video { max-width: 100%;}
@media screen and (max-width:750px){ 
#stzt { padding: 5px;}
#stzt .liuhe { margin-bottom: 5px; font-size: 16px;}
#stzt .liuhe ul { border-width: 2px;}
#stzt .liuhe li { padding: 0;}
.stzt-txt2 { font-size: 18px;}
}
.dd2 { background-color: #fff; font-family: '微软雅黑';}
.dd2 tr {}
.dd2 td { text-align: center; 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: 14px;}
.dd2 td.dd2more { font-size: 18px;}
.dd2 td a { display: block; line-height: 35px;}
}


.stzt {}
.stzt table { font-weight: bold; font-size: 18px; text-align: center;}
.stzt table thead th { padding: 5px; color: #fff; font-size: 24px; text-shadow: 0 3px 2px #000; background: linear-gradient(to top, #5b3215, #a97443);}
.stzt table td { padding: 3px 5px;}
.stzt table td span { background: #ff0;}
@media screen and (max-width:750px){
.stzt table { font-size: 16px;}
.stzt table thead th { font-size: 18px;}
}

*{margin:0;padding:0;}
ul,li{list-style: none;}
#qwzt { padding: 10px;}
#qwzt .liuhe { margin-bottom: 10px; text-align: center; font-weight: bold; font-size: 24px; color: #a97443;line-height:20px;}
#qwzt .liuhe ul { display: flex; border-bottom: solid 3px #a97443;}
#qwzt .liuhe li { width: 100%; padding: 5px 0; box-sizing: border-box; cursor: pointer;}
#qwzt .liuhe li.hover { color: #fff; background: #a97443;}
#qwzt .liuhe li.hover font { color: #fff;}
#qwzt .Contentbox {}
.qwzt-txt {}
.qwzt-txt font { color: #f00; font-weight: bold;}
.qwzt-txt2 { font-size: 24px; color: #f00; text-align: center; font-weight: bold;}
.qwzt-txt2 a { background: #ff0;}
.qwzt-pic { padding-top: 10px; text-align: center;}
.qwzt-pic video { max-width: 100%;}
@media screen and (max-width:750px){ 
#qwzt { padding: 5px;}
#qwzt .liuhe { margin-bottom: 5px; font-size: 16px;}
#qwzt .liuhe ul { border-width: 2px;}
#qwzt .liuhe li { padding: 0;}
.qwzt-txt2 { font-size: 18px;}
}
.dd2 { background-color: #fff; font-family: '微软雅黑';}
.dd2 tr {}
.dd2 td { text-align: center; 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: 14px;}
.dd2 td.dd2more { font-size: 18px;}
.dd2 td a { display: block; line-height: 35px;}
}


.qwzt {}
.qwzt table { font-weight: bold; font-size: 18px; text-align: center;}
.qwzt table thead th { padding: 5px; color: #fff; font-size: 24px; text-shadow: 0 3px 2px #000; background: linear-gradient(to top, #5b3215, #a97443);}
.qwzt table td { padding: 3px 5px;}
.qwzt table td span { background: #ff0;}
@media screen and (max-width:750px){
.qwzt table { font-size: 16px;}
.qwzt table thead th { font-size: 18px;}
}

*{margin:0;padding:0;}
ul,li{list-style: none;}
#qqsh { padding: 10px;}
#qqsh .liuhe { margin-bottom: 10px; text-align: center; font-weight: bold; font-size: 24px; color: #a97443;line-height:20px;}
#qqsh .liuhe ul { display: flex; border-bottom: solid 3px #a97443;}
#qqsh .liuhe li { width: 100%; padding: 5px 0; box-sizing: border-box; cursor: pointer;}
#qqsh .liuhe li.hover { color: #fff; background: #a97443;}
#qqsh .liuhe li.hover font { color: #fff;}
#qqsh .Contentbox {}
.qqsh-txt {}
.qqsh-txt font { color: #f00; font-weight: bold;}
.qqsh-txt2 { font-size: 24px; color: #f00; text-align: center; font-weight: bold;}
.qqsh-txt2 a { background: #ff0;}
.qqsh-pic { padding-top: 10px; text-align: center;}
.qqsh-pic video { max-width: 100%;}
@media screen and (max-width:750px){ 
#qqsh { padding: 5px;}
#qqsh .liuhe { margin-bottom: 5px; font-size: 16px;}
#qqsh .liuhe ul { border-width: 2px;}
#qqsh .liuhe li { padding: 0;}
.qqsh-txt2 { font-size: 18px;}
}
.dd2 { background-color: #fff; font-family: '微软雅黑';}
.dd2 tr {}
.dd2 td { text-align: center; 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: 14px;}
.dd2 td.dd2more { font-size: 18px;}
.dd2 td a { display: block; line-height: 35px;}
}
.qqsh {}
.qqsh table { font-weight: bold; font-size: 18px; text-align: center;}
.qqsh table thead th { padding: 5px; color: #fff; font-size: 24px; text-shadow: 0 3px 2px #000; background: linear-gradient(to top, #5b3215, #a97443);}
.qqsh table td { padding: 3px 5px;}
.qqsh table td span { background: #ff0;}
@media screen and (max-width:750px){
.qqsh table { font-size: 16px;}
.qqsh table thead th { font-size: 18px;}
}

*{margin:0;padding:0;}
ul,li{list-style: none;}
#jssx { padding: 10px;}
#jssx .liuhe { margin-bottom: 10px; text-align: center; font-weight: bold; font-size: 24px; color: #a97443;line-height:20px;}
#jssx .liuhe ul { display: flex; border-bottom: solid 3px #a97443;}
#jssx .liuhe li { width: 100%; padding: 5px 0; box-sizing: border-box; cursor: pointer;}
#jssx .liuhe li.hover { color: #fff; background: #a97443;}
#jssx .liuhe li.hover font { color: #fff;}
#jssx .Contentbox {}
.jssx-txt {}
.jssx-txt font { color: #f00; font-weight: bold;}
.jssx-txt2 { font-size: 24px; color: #f00; text-align: center; font-weight: bold;}
.jssx-txt2 a { background: #ff0;}
.jssx-pic { padding-top: 10px; text-align: center;}
.jssx-pic video { max-width: 100%;}
@media screen and (max-width:750px){ 
#jssx { padding: 5px;}
#jssx .liuhe { margin-bottom: 5px; font-size: 16px;}
#jssx .liuhe ul { border-width: 2px;}
#jssx .liuhe li { padding: 0;}
.jssx-txt2 { font-size: 18px;}
}
.dd2 { background-color: #fff; font-family: '微软雅黑';}
.dd2 tr {}
.dd2 td { text-align: center; 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: 14px;}
.dd2 td.dd2more { font-size: 18px;}
.dd2 td a { display: block; line-height: 35px;}
}


.jssx {}
.jssx table { font-weight: bold; font-size: 18px; text-align: center;}
.jssx table thead th { padding: 5px; color: #fff; font-size: 24px; text-shadow: 0 3px 2px #000; background: linear-gradient(to top, #5b3215, #a97443);}
.jssx table td { padding: 3px 5px;}
.jssx table td span { background: #ff0;}
@media screen and (max-width:750px){
.jssx table { font-size: 16px;}
.jssx table thead th { font-size: 18px;}
}

*{margin:0;padding:0;}
ul,li{list-style: none;}
#zhjs { padding: 10px;}
#zhjs .liuhe { margin-bottom: 10px; text-align: center; font-weight: bold; font-size: 24px; color: #a97443;line-height:20px;}
#zhjs .liuhe ul { display: flex; border-bottom: solid 3px #a97443;}
#zhjs .liuhe li { width: 100%; padding: 5px 0; box-sizing: border-box; cursor: pointer;}
#zhjs .liuhe li.hover { color: #fff; background: #a97443;}
#zhjs .liuhe li.hover font { color: #fff;}
#zhjs .Contentbox {}
.zhjs-txt {}
.zhjs-txt font { color: #f00; font-weight: bold;}
.zhjs-txt2 { font-size: 24px; color: #f00; text-align: center; font-weight: bold;}
.zhjs-txt2 a { background: #ff0;}
.zhjs-pic { padding-top: 10px; text-align: center;}
.zhjs-pic video { max-width: 100%;}
@media screen and (max-width:750px){ 
#zhjs { padding: 5px;}
#zhjs .liuhe { margin-bottom: 5px; font-size: 16px;}
#zhjs .liuhe ul { border-width: 2px;}
#zhjs .liuhe li { padding: 0;}
.zhjs-txt2 { font-size: 18px;}
}
.dd2 { background-color: #fff; font-family: '微软雅黑';}
.dd2 tr {}
.dd2 td { text-align: center; 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: 14px;}
.dd2 td.dd2more { font-size: 18px;}
.dd2 td a { display: block; line-height: 35px;}
}


.zhjs {}
.zhjs table { font-weight: bold; font-size: 18px; text-align: center;}
.zhjs table thead th { padding: 5px; color: #fff; font-size: 24px; text-shadow: 0 3px 2px #000; background: linear-gradient(to top, #5b3215, #a97443);}
.zhjs table td { padding: 3px 5px;}
.zhjs table td span { background: #ff0;}
@media screen and (max-width:750px){
.zhjs table { font-size: 16px;}
.zhjs table thead th { font-size: 18px;}
}

.download66{left: 0px;position:fixed;width:100%;height: 56px;font-size:24px;bottom:0px;background-color:rgba(0,0,0,.8);z-index: 999;text-align: center; font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, ////5FAE//8F6F//96C5//9ED1, STHeitiSC-Light, simsun, ////5B8B//4F53, WenQuanYi Zen Hei, WenQuanYi Micro Hei;}
.download66 a { text-decoration: none;}
.download66 i.close{display:block;position:absolute;top: 16px;left:0;height:25px;width:25px;background-image:url(https://123604.com/images/gb.png);background-size:20px 20px;background-repeat:no-repeat;background-position:50%;}
.download66 p {margin: auto 0px;color:#fff;line-height: 56px;text-indent:3px;white-space: nowrap;}
.download66 span {height: 40px;line-height: 40px; padding: 0 0.5em; text-align:left;background: linear-gradient(to top, #ff0, #fff);bottom:0;top:0;margin: auto 10px auto 10px;border: none;border-radius: 40px;color: #f00;display: inline-block;cursor: pointer;}
.download66 a:hover span { color: #fff; background: #f00;}
@media screen and (max-width:750px) {
.download66{ padding-left: 10px; font-size: 15px;}
.download66 span { height: 30px; line-height: 30px;}
}
