body{
    background: url('../images/zcjd-head-bg.png') center top no-repeat #E2F0FE;
}
.zcjd-header{
    width: 1280px;
    margin: 0 auto;
    position: relative;
}
.zcjd-logo{
    padding: 41px 0 75px;
}
.zcjd-name{
    padding-bottom: 121px;
    padding-left: 52px;
}

.zcjd-header .zq {
    position: absolute;
    top: 13px;
    right: 0;
    text-align: right;
}
.zcjd-container{
    width: 1280px;
    margin: 0 auto;
    padding: 25px 25px 0;
    background-color: #fff;
}
.zcjd-half{
    float: left;
    width: 600px;
}
.zcjd-tpxw{
    height: 326px;
    background-color: #eee;
    margin-right: 30px;
}
.zcjd-title{
    line-height: 53px;
    border-bottom: 1px solid #008BEB;
}
.zcjd-title span{
    font-size: 24px;
    font-weight: bold;
    color: #008BEB;
    line-height: 23px;
    padding-bottom: 12px;
    border-bottom: 4px solid #008BEB;
}
.zcjd-title span a{
    color: #008BEB;
}
.zcjd-title>a{
    float: right;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}
.zcjd-box > ul{
    margin: 12px 0 0;
}
.zcjd-box > ul > li {
    line-height: 38px;
    position: relative;
    text-indent: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: all .4s;
}
.zcjd-box > ul > li > a {
    float: left;
    font-size: 18px;
    width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333333;
}
.zcjd-box > ul > li > span{
    float: right;
    font-size: 18px;
    color: #999;
}
.bmjd-box h3{
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0;
    color: #000000;
}
.bmjd-box p{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin-bottom: 18px;
}
.bmjd-box ul{
    padding: 15px 12px;
    background-color: #f3f3f3;
}
.bmjd-box ul li{
    line-height: 35px;
}
.bmjd-box ul li a{
    font-size: 18px;
    color: #333;
}
.xmt-box ul{
    margin: 22px 0 0;
}
.xmt-box ul li{
    float: left;
    width: 290px;
}
.xmt-box ul li:first-child{
    margin-right: 20px;
}
.xmt-box ul li img{
    display: block;
    width: 100%;
}
.xmt-box ul li p{
    padding: 15px 10px;
    background-color: #f3f3f3;
    color: #000;
    line-height: 25px;
    min-height: 80px;
}
.sztw span{
    float: left;
    padding-top: 14px;
}
.zcjd-title ul{
    float: left;
    width: 212px;
    margin-left: 52px;
}
.zcjd-title ul li{
    position: relative;
    float: left;
    width: 25%;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}

.zcjd-title ul li::after{
    content:'';
    position: absolute;
    width: 1px;
    height: 22px;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #666;
}
.zcjd-title ul li:last-child::after{
    width: 0;
}
.zcjd-title ul li.on{
    color: #008BEB;
}
.sztw-box{
    margin-top: 25px;
}
.sztw-box ul{
    width: 110%;
}
.sztw-box li{
    float: left;
    width: 240px;
    margin-right: 8px;
}
.sztw-box li:last-child{
    margin-right: 0;
}
.sztw-box li img{
    display: block;
    width: 100%;
}
.sztw-box li p{
    padding: 10px;
    background-color: #f3f3f3;
    color: #666;
    font-size: 16px;
    line-height: 25px;
    min-height: 80px;
}
.sztw-box ul{
    display: none;
}
.cfh span{
    font-weight: normal;
    line-height: 23px;
    padding-bottom: 12px;
    border-bottom: 4px solid transparent;
}
.cfh span.on,.cfh span:hover{
    font-weight: bold;
    color: #008BEB;
    border-bottom: 4px solid #008BEB;
}

.cfh-box > ul{
    margin: 13px 0;
}
.cfh-box > ul > li {
    line-height: 41px;
    position: relative;
    text-indent: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: all .4s;
}
.cfh-box > ul > li > a {
    float: left;
    font-size: 18px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333333;
}
.cfh-box > ul > li::before{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #008BEB;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

}
.jmwd-box ul{

}
.jmwd-box ul li{
    margin-top: 12px;
    background-color: #f3f3f3;
    padding: 11px;
}
.jmwd-box ul li .ask{
    padding-left: 33px;
    padding-bottom: 12px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
    background: url('../images/ask.png') left 5px no-repeat;
}
.jmwd-box ul li .ans{
    border-top: 1px dashed #acacac;
    padding-top: 12px;
    font-size: 18px;
    font-weight: 400;
    padding-left: 33px;
    color: #333333;
    line-height: 28px;
    background: url('../images/ans.png') left 17px no-repeat;
}
.slide_x2{
    width: 600px;
    height: 326px;
    position: relative;
}
.slide_x2 .box{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
.slide_x2 .list {
    overflow: hidden;
    width: 9999px;
    display: block;
    margin: 0;
}
.slide_x2 .list li {
    float: left;
    position: relative;
    width: 600px;
    text-indent: 0;
}


.slide_x2 .list li::before {
    content: "";
    width: 0;
}

.slide_x2 .list img {
    vertical-align: top;
    display: block;
    width: 100%;
}

.slide_x2 .list p {
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 44px;
    color: #eee;
    font: 14px/44px "\5b8b\4f53";
    text-indent: 1em;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#99000000', endColorstr='#99000000');
    background: rgba(0, 0, 0, 0.6);
}

.slide_x2 .btn {
    overflow: hidden;
    position: absolute;
    bottom: 14px;
    right: 6px;
}

.slide_x2 .btn li {
    float: left;
    width: 10px;
    height: 10px;
    margin: 0 0 0 6px;
    background: #eee;
    color: #333;
    font: 11px/16px Tahoma;
    text-align: center;
    cursor: pointer;
}

.slide_x2 .btn .selected {
    background: #f30;
    color: #fff;
}

.slide_x2 .plus, .slide_x2 .minus {
    position: absolute;
    top: 149px;
    width: 40px;
    height: 50px;
    background: url(../images/control.png) center no-repeat;
    text-align: center;
    cursor: pointer;
    display: none;
}
.slide_x2:hover .minus,.slide_x2:hover .plus{
    display: block;
}

.slide_x2 .minus {
    left: 0;
    background-position: 0 -84px;
}

.slide_x2 .plus {
    right: 0;
    background-position: -40px -84px;
}

.slide_x2 .minus:hover {

    left: 0;
    background-position: 0px -10px;
    cursor: pointer;
}

.slide_x2 .plus:hover {
    display: block;
    right: 0;
    background-position: -40px -10px;
    cursor: pointer;
}




/*-------------适应手机-------------*/
@media (max-width: 768px) {
    .main{
        padding: 0;
    }
    .zcjd-header{
        width: 100%;
        padding: 0 15px;
    }
    .zcjd-container{
        width: 100%;
        padding: 15px;
    }
    .zcjd-name{
        text-align: center;
        padding-left: 0;
    }
    .zcjd-name img{
        display: block;
        width: 100%;
    }
    .zcjd-header .zq{
        top: 33px;
    }
    .zq img{
        width: 66%;
    }
    .zcjd-tpxw{
        height: 192px;
        margin-bottom: 25px;
    }
    .zcjd-half{
        width: 100%;
    }

    .slide_x2{
        width: 100%;
        height: 192px;
    }
    .slide_x2 .list li{
        width: calc(100vw - 30px);
    }
    .slide_x2 .list li img{
        width: 100% !important;
        height: 192px !important;
    }
    .slide_x2 .plus, .slide_x .minus{
        top: 80px;
    }
    .zcjd-box > ul > li{
        text-indent: 0;
    }
    .zcjd-box > ul > li > a{
        float: none;
        overflow: inherit;
        white-space: normal;
        display: inline;
    }
    .zcjd-box > ul > li > span {
        float: none !important;
        padding-left: 10px;
        padding-right: 0;
    }
    .xmt-box ul li{
        width: 100%;
        margin-bottom: 15px;
    }
    .xmt-box ul li:first-child{
        margin-right: 0;
    }
    .sztw-box li{
        width: calc(100vw - 30px);
        margin-bottom: 10px;
    }
    .cfh-box > ul > li >a{
        float: none;
        overflow: inherit;
        white-space: normal;
        display: inline;
    }
    .cfh-box > ul > li::before {
        top: 25%;
    }

}