.jyzn {
    background-image: url("/images/jyzn_banner.jpg");
    height: 320px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.w1200{
    width: 1200px;
    height: 126px;
    background-color: #bbd7e4; /* 羌頵���������倶�丞ず */
    background-image: linear-gradient(#fefefe 5%, #bbd7e4 200%);
}
.wz{
    width: 1200px;
    height: 40px;
    border-bottom: 1px solid #e5e5e5;
    /* align-items: baseline; */
    color: #959a9f;
}
.wz img{width: 45px; height: 25px; margin-right: 5px;}
.wz a{font-size: 20px; color: #959a9f;}
.zjzn_zj{
    width: 1200px;
    flex-wrap: wrap;
}
.zjzn_zj a{
    margin-right: 40px;
}
.zjzn_zj a:nth-child(4n){
    margin-right: 0px;
}
.zjzn_jj{
    width: 270px;
    height: 160px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:border-box;
    box-sizing: border-box;
    margin-top: 50px;
}

.zjzn_jj dl{
    margin-left: 10px;
}
.zjzn_jj dl dt{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #333333;
}
.zjzn_jj dl dd{
    color: #999999;
    font-size: 14px;
    line-height: 24px;
}
.zjzn_jj dl dt::before{
    content: "";
    margin-right: 10px;
    width: 5px;
    height: 20px;
    background-color: #009eae;
}
.zjzn_tx{
    width: 99px;
    height: 132px;
    border-radius: 5px;
    overflow: hidden;
}
.zjzn_tx img{width: 99px; height: 132px;}

.w890{
    width: 760px;
    height: 100%;
}
.w890 a{
    flex: 1;
    font-size: 19px;
    color: #95a3ab;
}


.w890 a span{
    background-size: 687px 90px;
    background-image: url("../images/zjzn_ico1.png");
    width: 39px;
    height: 39px;
    overflow: hidden;
    background-position: 0px 0px;
}
.w890 a:first-child span{
    background-position: 5px 0px;
}

.w890 a:nth-child(2) span{
    /* background-position: -128px 0; */
    background-position: -128px -56px;
}

.w890 a:nth-child(3) span{
    background-position: -262px 0;
}

.w890 a:nth-child(4) span{
    background-position: -390px 0;
}

.w890 a:nth-child(5) span{
    background-position: -523px 0;
}

.w890 a:nth-child(6) span{
    background-position: -651px 0;
}

.kuan1200P{
    width: 1200px;
}



.w890 a:first-child:hover span{
    background-position: 5px -56px;
}

.w890 a:nth-child(2):hover span{
    background-position: -128px -56px;
}

.w890 a:nth-child(3):hover span{
    background-position: -262px -56px;
}

.w890 a:nth-child(4):hover span{
    background-position: -390px -56px;
}

.w890 a:nth-child(5):hover span{
    background-position: -523px -56px;
}

.w890 a:nth-child(6):hover span{
    background-position: -651px -56px;
}


.w1008{
    width: 1008px;
    height: 63px;
}
.w1008 a{
    height: 63px;
    width: 181px;
    overflow: hidden;
    background-image: url("/images/map.png");
    background-size: 181px 158px;
    background-position: 0 -95px;
    font-size: 24px;
    color: #333333;
}

.w1008 a.active{
    background-position: 0 0;
    color: #FFFFFF;

}

#allmap{
    width: 1200px;
    height: 740px;
}

.jyzn_bt{
    margin-top: 30px;
}
.jyzn_bt h3 i{
    width: 12px;
    height: 12px;
    background-image: url("/images/jyzn.jpg");
    background-size: 100% 100%;
    overflow: hidden;
    margin-right: 15px;
}
.jyzn_bt h3{
    font-size: 20px;
    color: #444444;

}

.jyzn_bt h3 span{
    color: #c6c6c6;
    margin-left: 15px;
}
.jyzn_bt p{
    color: #999999;
    line-height: 36px;
}

.jyzn_bt table tr td{
    vertical-align: top;
    color: #999999;
    line-height: 36px;
}
/* ===== 主内容区 ===== */
.main-content {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding: 48px 80px 60px;
}

.main-content .section-title {
    font-size: 20px;
    color: #333;
    margin-bottom: 8px;
    font-weight: 700;
}

.main-content .greeting {
    font-size: 23px;
    color: #333;
    margin-bottom: 36px;
    line-height: 2;
}

/* ===== 规则列表 ===== */
.rule-list {
    list-style: none;
    counter-reset: rule;
}

.rule-list > li {
    counter-increment: rule;
    position: relative;
    padding: 0 0 20px 36px;
    margin-bottom: 18px;
    border-bottom: 1px dashed #eee;
    font-size: 20px;
}

.rule-list > li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.rule-list > li::before {
    content: counter(rule);
    position: absolute;
    left: 0;
    top: 1px;
    width: 24px;
    height: 24px;
    background: #E8F0FE;
    color: #1E88E5;
    font-size: 15px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.rule-list .highlight {
    color: #d93025;
    font-weight: 600;
}

.rule-list .note {
    color: #1E88E5;
    font-size: 18px;
}

.rule-list strong {
    color: #222;
}

/* 子规则 */
.sub-rules {
    margin-top: 10px;
    padding-left: 0;
    list-style: none;
}

.sub-rules li {
    position: relative;
    padding: 4px 0 4px 20px;
    font-size: 18px;
    color: #555;
    border: none;
}

.sub-rules li::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 12px;
    width: 6px;
    height: 6px;
    background: #1E88E5;
    border-radius: 50%;
}

/* ===== 温馨提示 ===== */
.tip-box {
    margin-top: 40px;
    padding: 18px 24px;
    background: #fef9f0;
    border: 1px solid #f0d89d;
    border-radius: 4px;
    font-size: 18px;
    color: #8a6d3b;
    line-height: 1.9;
}

.tip-box .tip-title {
    font-weight: 700;
    color: #c79121;
    margin-bottom: 4px;
    font-size: 20px;
}

