* {
    margin: 0;
    padding: 0;
}

em,
i {
    font-style: normal;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.con {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.zcpj_content {
    background: #F7FAFC;
}

.zcpj_top {
    width: 100%;
    overflow: hidden;
	height: 502px;
	background: url(../img/new_img/asdasdiazas.png)top no-repeat;
	background-size: 100% 100%;
}

.gh{
	padding: 40px 0 0 40px;
}

.zcpj_main1>div {
    margin: 20px 0;
}

.zcpj_main1>div h3 {
    font-size: 22px;
    color: #333;
    margin-bottom: 20px;
    overflow: hidden;
}

.zcpj_main1>div h3 a {
    float: right;
    font-size: 16px;
    color: #999;
    font-weight: normal;
}

.zcpj_main1>div h3 a::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    
    background-size: cover;
    margin-bottom: 3px;
    margin-right: 8px;
}

.zcpj_main1>div h3::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    background: url(../img/new_img/dasxa.png);
    width: 4px;
    height: 20px;
    margin-bottom: 3px;
}

.zcpj_main1>div span {
    display: block;
    overflow: hidden;
}

.zcpj_main1>div span i {
    float: left;
        width: 387px;
    height: 200px;
}

.zcpj_main1>div span i img {
    width: 100%;
    height: auto;
    min-height: 200px;
}

.zcpj_main1>div span ul {
    float: right;
    width: 785px;
}

.zcpj_main1>div span ul li {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 15px;
    line-height: 35px;
}

.zcpj_main1>div span ul li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    font-weight: bold;
    font-size: 16px;
}

/*  */
.pj_list ul li {
    margin: 0px 10px;
    text-align: center;
    width: 48%;
    float: left;
    position: relative;
    font-size: 24px;
    font-weight: bold;
    color: #999999;
    border-bottom: 4px solid #999999;
    line-height: 50px;
    cursor: pointer;
}

.pj_list ul li.active {
    color: #125DB2;
    border-bottom: 4px solid #125DB2;
}

.zcpj_main2 {
    background: #fff;
    box-sizing: border-box;
    padding:20px;
}

.zcpj_main2_scroll .prev {
    left: 15px;
}

.zcpj_main2_scroll .next {
    right: 15px;
}

.zcpj_main2_scroll .prev,
.zcpj_main2_scroll .next {
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    cursor: pointer;
}

.zcpj_main2_scroll {
    position: relative;
    margin: 20px 0;
}

.zcpj_main2_bottom {
    overflow: hidden;
}

.pj_type {
    float: left;
    width: 156px;
}

.pj_type ul li {
    width: 150px;
    height: 46px;
    border: 1px solid #DDDDDD;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
    line-height: 46px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    cursor: pointer;
}

.pj_type ul li.active {
    width: 156px;
    color: #fff;
    background: url(../img/new_img/xadaxz.png);
    border: none;
}

.pj_tb {
    float: right;
}

#main {
    width: 1000px;
    height: 550px;
}

@media screen and (max-width: 768px) {
    .con {
        width: 96%;
        margin: 0 auto;
    }
    .zcpj_main1>div h3{
        font-size: 16px;
    }
    .zcpj_main1>div h3 a{
        font-size: 14px;
    }
    .zcpj_main1>div span i,
    .zcpj_main1>div span ul,
    .pj_type,
    .pj_tb{
        float: none;
        width: 100%;
    }
    .pj_type ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .pj_type ul li{
        width: 49%;
    }
    .pj_type ul li.active{
        background: #125DB2;
        width: 49%;
    }
    #main,#main>div{
        width: 360px !important;
    }
}