@charset "utf-8";
/* CSS Document */
*{ margin: 0; padding: 0;}
html { background: url(../images/bg.jpg) top center no-repeat #f6ebd6; 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; background: #fff; margin-top: -50px;}
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;}
.h12 { height: 10px; font-size: 0; line-height: 0; clear: both; background: #eed0a2;}
.clear { clear: both;}

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

.toplogo { margin-top:50px;}
.toplogo img { width: 100%; height: auto;}

.nav { width: 100%; max-width: 800px; padding: 10px 5px; box-sizing: border-box; text-align: center; background: #fff;}
.nav ul { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around;}
.nav ul li { width: 20%; padding: 4px; box-sizing: border-box;}
.nav ul li a { display: block; height: 32px; line-height: 32px; color: #fff; border-radius: 32px; background: #be9e27;}
#nav[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){
.nav { padding: 5px;}
.nav ul li { padding: 2px;}
.nav ul li a { height: 26px; line-height: 26px; font-size: 13px; }
}
.nav1 { width: 100%; max-width: 800px; padding: 4px; box-sizing: border-box; text-align: center; background: url(../images/nav-bg.jpg) 0 0 repeat-x #ffeac5;}
.nav1 ul { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around;}
.nav1 ul li { width: 20%; padding: 4px; box-sizing: border-box;}
.nav1 ul li a { display: block; height: 32px; line-height: 32px; color: #fff; border-radius: 32px; background: #955412;}
#nav[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){
.nav1 ul li { padding: 2px;}
.nav1 ul li a { height: 26px; line-height: 26px; font-size: 13px; }
}
.ifrAo{ height: 160px; padding: 0 10px; box-sizing: border-box;}
@media screen and (max-width:800px) {
.ifrAo{ height: 160px;}
}
/*
@media screen and (max-width:650px) {
.ifrAo{ height: 150px;}
}*/
@media screen and (max-width:500px) {
.ifrAo{ height: 150px;}
}
@media screen and (max-width:450px) {
.ifrAo{ height: 140px;}
}
@media screen and (max-width:400px) {
.ifrAo{ height: 130px;}
}

.tit { height: 60px; line-height: 60px; color: #fff; font-weight: bold; font-size: 24px; text-align: center; text-shadow: 0 2px 2px rgba(0,0,0,.5); background: url(../images/tit.png) top center no-repeat; background-size: auto 100%;}
@media screen and (max-width:750px){
.tit { height: 40px; line-height: 40px; color: #fff; font-weight: bold; font-size: 18px; text-align: center;}
}

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

.swiper2-tit {}
.swiper2-tit .swiper-slide { padding: 5px 0; text-align: center; background: #caf3fa; cursor: pointer;}
.swiper2-tit .swiper-slide.active-nav { color: #1e90ff; font-weight: bold; background: #fff;}
@media screen and (max-width:800px){
.swiper2-tit .swiper-slide { padding: 6px 0; font-size: 14px;}
}

#dszl { display: flex; padding: 10px; background: #eee2cc; background: linear-gradient(to top, #c5a07f, #debb99);}
#dszl .Menubox { margin-right: 10px; text-align: center; font-weight: bold; font-size: 18px; color: #e8dfc9;}
#dszl .Menubox ul {}
#dszl .Menubox li { width: 200px; height: 60px; line-height: 60px; cursor: pointer; background: url(../images/ds-tit.png) 0 0 no-repeat; background-size: 100% 100%;}
#dszl .Menubox li.hover { color: #fff; background: url(../images/ds-tit2.png) 0 0 no-repeat; background-size: 100% 100%;}
#dszl .Menubox li:nth-child(1) { margin-top: 0;}
#dszl .Contentbox { display: flex; flex: 1; align-items: center; justify-content: center; height: 600px; padding: 40px; box-sizing: border-box; background: url(../images/ds-box.png) top center no-repeat; background-size: 100% 100%;}
#dszl .Contentbox img { max-width: 100%; max-height: 530px; border-radius: 20px;}
@media screen and (max-width:750px){ 
#dszl { padding: 5px;}
#dszl .Menubox { margin-right: 5px; font-size: 14px;}
#dszl .Menubox li { width: 110px; height: 33px; line-height: 33px;}
#dszl .Contentbox { height: 325px; padding: 20px;}
#dszl .Contentbox img { max-height: 280px; border-radius: 10px;}
}

.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, #bf9e28, #dac884); 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;}
}
.waibox {
    text-align: center;
    background: #be9e27;
    line-height: 65px;
    border-radius: 5px;
}
.location_to {
    padding: 10px;
    border-radius: 15px;
    font-size: 30px;
    color: #f5f5f5;
    font-weight: 700;
    letter-spacing: 1px;
}
.hot-ad {}
.hot-item { margin: 4px 0; padding: 3px 0 3px 32px; font-weight: bold; border: solid 1px #ff3939; border-radius: 4px; box-shadow: 0 3px 3px rgba(255,57,86,.2); background: linear-gradient(to top, #ff0, #f2eded); position: relative;}
.hot-item:before { content: ""; display: inline-block; width: 32px; height: 32px; background: url(../images/hot.gif) top left no-repeat; position: absolute; top: 0; left: 0;}
@media screen and (max-width:750px){ 
.hot-ad { padding: 0 4px;}
}



.zxgg { display: flex; align-items: center; height: 40px; line-height: 40px; padding: 0 10px;}
.zxggl { margin-right: 10px; display: flex; align-items: center; color: #e60012;}
.zxggl img { width: 16px; height: 16px; margin-right: 5px;}
.zxggr { flex: 1;}
.zxggr marquee { vertical-align: top;}
@media screen and (max-width:750px) {
.zxgg { height: 30px; line-height: 30px;}
}


.yxym { color: #f00; font-size: 18px; font-weight: bold;}
.yxym td { padding: 2px 5px; border: solid 1px #ddd;}
.yxym span { background: #ff0;}
@media screen and (max-width:750px) {
.yxym { font-size: 16px;}
}



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


.ybsm { font-size: 18px; text-align: center; font-weight: bold;}
.ybsm td { padding: 2px 5px; text-align: center; border: solid 1px #ddd;}
.ybsm-txt1 {}
.ybsm-txt2 { color: #9d8014;}
.ybsm span { background: #ff0;}
@media screen and (max-width:750px) {
.ybsm { font-size: 16px;}
}


.ssjsdt { font-size: 18px; font-weight: bold;}
.ssjsdt td { padding: 2px 5px; border: solid 1px #ddd;}
.ssjsdt-txt1 { color: #090;}
.ssjsdt-txt2 {}
.ssjsdt-txt3 { color: #f00;}
.ssjsdt span { background: #ff0;}
@media screen and (max-width:750px) {
.ssjsdt { font-size: 14px;}
}



.gsb-pic {}
.gsb {}
.gsb ul {}
.gsb ul li { display: flex; align-items: center; padding: 5px 10px; border-bottom: solid 1px #eee; cursor: pointer;}
.gsb ul li .gsb-ico { margin-right: 10px;}
.gsb ul li .gsb-ico span { display: inline-block; font-size: 0.9em; padding: 0 8px; color: #fff; border-radius: 5px; background: #be9e27;}
.gsb ul li .gsb-tit { flex: 1; font-weight: bold; font-size: 18px;}
.gsb ul li .gsb-tit font { color: #e60022;}
.gsb ul li .gsb-tit span { color: #7ea57e;}
.gsb ul li .gsb-zz { color: #888;}
@media screen and (max-width:750px){
.gsb ul li .gsb-tit { font-size: 16px;}
}


.sssm { font-size: 18px; text-align: center; font-weight: bold;}
.sssm td { padding: 2px 5px; text-align: center; border: solid 1px #ddd;}
.sssm-txt1 {}
.sssm-txt2 { color: #9d8014;}
.sssm span { background: #ff0;}
@media screen and (max-width:750px) {
.sssm { font-size: 16px;}
}


.sssx { font-size: 18px; text-align: center; font-weight: bold;}
.sssx td { padding: 2px 5px; text-align: center; border: solid 1px #ddd;}
.sssx-txt1 {}
.sssx-txt2 { color: #9d8014;}
.sssx span { background: #ff0;}
@media screen and (max-width:750px) {
.sssx { font-size: 16px;}
}


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


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


.ssjxq { font-size: 18px; font-weight: bold;}
.ssjxq td { padding: 2px 5px; border: solid 1px #ddd;}
.ssjxq-txt1 {}
.ssjxq-txt2 { color: #f00;}
.ssjxq-txt3 { color: #00f;}
.ssjxq span { background: #ff0;}
@media screen and (max-width:750px) {
.ssjxq { font-size: 14px;}
}


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


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


<style>
.sstd { font-size: 18px; text-align: center; font-weight: bold;}
.sstd td { padding: 2px 5px; text-align: center; border: solid 1px #ddd;}
.sstd span { background: #ff0;}
@media screen and (max-width:750px) {
.sstd { font-size: 16px;}
}


.ssjgjp { font-size: 18px; font-weight: bold;}
.ssjgjp td { padding: 2px 5px; border: solid 1px #ddd;}
.ssjgjp-txt1 { color: #00f;}
.ssjgjp-txt2 { color: #f00;}
.ssjgjp-txt3 { color: #090;}
.ssjgjp span { background: #ff0;}
@media screen and (max-width:750px) {
.ssjgjp { font-size: 14px;}
}


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



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

.ssfs { font-size: 18px; text-align: center; font-weight: bold;}
.ssfs td { padding: 2px 5px; text-align: center; border: solid 1px #ddd;}
.ssfs-txt1 { color: #090;}
.ssfs-txt2 { color: #f00;}
.ssfs span { background: #ff0;}
@media screen and (max-width:750px) {
.ssfs { font-size: 16px;}
}


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


.youmo-tit {}
.youmo-tit .swiper-slide { padding: 5px 0; text-align: center; background: #ece0b1; cursor: pointer;}
.youmo-tit .swiper-slide.active-nav { color: #9d8014; font-weight: bold; background: #fff;}
.youmo-txt { padding: 5px;}
.youmo-pic { padding: 0 5px 5px 5px;}
.youmo-pic img { width: 100%; height: auto;}
.youmo-pic video { width: 100%; height: auto;}
@media screen and (max-width:750px){
.youmo-tit .swiper-slide { padding: 6px 0; font-size: 14px;}
}


.tzq-pic {}
.tzq-list-more { padding: 0 10px;}
.tzq-list-more a { display: block; padding: 8px 0; color: #a1851e; font-weight: bold; text-align: center; font-size: 20px; border-radius: 5px; background: #ece0b1;}
.tzq-list { text-align: center;}
.tzq-list ul { display: flex; flex-direction: row; flex-wrap: wrap; padding: 5px;}
.tzq-list ul li { width: 33.33%; padding: 5px; box-sizing: border-box;}
.tzq-list ul li a { display: block; padding: 7px 0; border: solid 1px #ddd; border-radius: 5px;}
@media screen and (max-width:750px){  
.tzq-list-more a { padding: 5px 0; font-size: 16px;}
.tzq-list ul { padding: 7px;}
.tzq-list ul li { width: 33.33%; padding: 3px; box-sizing: border-box;}
}


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

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


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


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


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


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


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


.cbt {}
.cbt-img { padding: 10px; text-align: center;}
.cbt-con { padding: px; font-size: 18px;}
.cbt-con-txt1 { color: #f00;}
.cbt-con-txt2 { }
span { background: #fcfcfc;}
.cbt-more { padding: 0 10px 10px 10px;}
.cbt-more a { display: block; padding: 8px 0; color: #729b33; font-weight: bold; text-align: center; font-size: 20px; border-radius: 5px; background: #dcef;}
@media screen and (max-width:750px){
.cbt-img { padding: 0;}
.cbt-con { font-size: 16px;}
.cbt-more a { padding: 5px 0; font-size: 16px;}

}


.gsq-pic {}
.gsq {}
.gsq ul {}
.gsq ul li { display: flex; align-items: center; padding: 5px 10px; border-bottom: solid 1px #eee; cursor: pointer;}
.gsq ul li .gsq-ico { margin-right: 10px;}
.gsq ul li .gsq-ico span { display: inline-block; font-size: 0.9em; padding: 0 8px; color: #fff; border-radius: 5px; background: #be9e27;}
.gsq ul li .gsq-tit { flex: 1; font-weight: bold; font-size: 18px;}
.gsq ul li .gsq-tit font { color: #e60022;}
.gsq ul li .gsq-tit span { color: #7ea57e;}
.gsq ul li .gsq-zz { color: #888;}
@media screen and (max-width:750px){
.gsq ul li .gsq-tit { font-size: 16px;}
}


.tzq-pic {}
.tzq-list-more { padding: 0 10px;}
.tzq-list-more a { display: block; padding: 8px 0; color: #a1851e; font-weight: bold; text-align: center; font-size: 20px; border-radius: 5px; background: #ece0b1;}
.tzq-list { text-align: center;}
.tzq-list ul { display: flex; flex-direction: row; flex-wrap: wrap; padding: 5px;}
.tzq-list ul li { width: 33.33%; padding: 5px; box-sizing: border-box;}
.tzq-list ul li a { display: block; padding: 7px 0; border: solid 1px #ddd; border-radius: 5px;}
@media screen and (max-width:750px){  
.tzq-list-more a { padding: 5px 0; font-size: 16px;}
.tzq-list ul { padding: 7px;}
.tzq-list ul li { width: 33.33%; padding: 3px; box-sizing: border-box;}
}
.kjw { text-align: center; font-size: 22px; color: #00f; font-weight: bold;}
.kjw table {}
.kjw td { padding: 5px 0;}
@media screen and (max-width:750px){ 
.kjw { font-size: 16px;}
.kjw td { padding: 3px 0;}
.kjw td img { height: 1em;}
}
