.zty-top-banner {
    height: 224px;
    padding-top: 70px;
    background: url("../images/specialZone/bpjf_banner.png;vpn_img") no-repeat center;
    background-size: auto 224px;
}

.zty-help-title {
    line-height: 48px;
    color: #FFEC00;
    font-size: 48px;
    letter-spacing: 3px;
    text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.23);
}

fieldset{
    width:390px;
    padding:10px 0;
    margin:0 auto;
    color:#FFEC00;
    border-top: 1px solid #FFEC00;
    border-bottom: none;
    border-left: none;
    border-right: none;
    text-align: center;
}

.zty-help-tips{
    padding: 15px 10px;
    color:#FFEC00;
    font-size:21px;
    letter-spacing: 4px;
    text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.23);
}

.zty-body {
    width: 1200px;
    margin: 24px auto 28px;
}

.zty-service-title {
    line-height: 33px;
    margin-bottom: 16px;
    color: #333;
    font-size: 24px;
}

.zty-theme-list {
    margin-bottom: 32px;
}

.zty-theme-box {
    width: 285px;
    height: 86px;
    margin-right: 20px;
    border-radius: 2px;
}

.zty-theme-box:nth-child(odd) {
    border: 1px solid #FF7300;
}

.zty-theme-box:nth-child(even) {
    border: 1px solid #FF0000;
}

.zty-theme-box:nth-child(4n+4) {
    margin-right: 0;
}

.zty-theme-bg {
    width: 10px;
    height: 85px;
}

.zty-theme-box:nth-child(odd) .zty-theme-bg {
    background: #FF7300;
}

.zty-theme-box:nth-child(even) .zty-theme-bg {
    background: #FF0000;
}

.zty-theme-box:nth-child(4n+4) .zty-theme-bg {
    margin-left: -1px;
}

.zty-theme-box img {
    width: 46px;
    margin: 19px 24px 19px 20px;
}

.zty-theme-text {
    width: 162px;
    height: 84px;
}

.zty-theme-text span {
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.zty-service-list {
    margin-bottom: 12px;
}

.zty-service-list a {
    width: 386px;
    height: 52px;
    line-height: 52px;
    padding: 0 16px;
    margin: 0 21px 20px 0 !important;
    font-size: 16px;
    background: #F7F7F7;
}

.zty-service-list a:nth-child(3n+3) {
    margin: 0 0 20px 0 !important;
}

.zty-service-list a:hover {
    color: #FFF;
    background: #0C5B99;
}

.zty-service-list a:hover .zty-phone-code {
    display: block;
}

.zty-service-txt {
    font-size: 16px;
}

.zty-service-list a:hover .zty-service-txt {
    color: #FFF;
}

/* 三晋通二维码 */
.zty-phone-code {
    width: 150px;
    padding: 8px 16px;
    background: #fff;
    border-radius: 2px;
    box-shadow:0px 2px 12px 0px rgba(0,0,0,0.18);
    z-index: 10;
    bottom: 62px;
    left: 50%;
    transform: translateX(-50%);
}

.zty-triangle-top {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid #fff;
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
}

.zty-phone-code-img {
    width: 100px;
    margin: 0 auto;
}

.zty-phone-code-text {
    line-height: 20px;
    font-size: 12px;
}
