.main{
    margin: 0 auto;
}
.zjcd_main{
    width: 100%;
    margin: 0 auto;
}
.zjcd_one{
    width: 100%;
    background: url(../images/zjcd/mkbg.png) no-repeat;
    background-size: 100% 100%;
    padding: 40px 0 80px;
}
.zjcdo_top{
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0 50px;
}
.zjcdo_top a{
    display: block;
    width: 100%;
    text-align: center;
}
.zjcdo_top a img{
    width: 48.5%;
}
.zjcdo_bottom{
    width: 1200px;
    background: url(../images/zjcd/jj_bj1.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    padding: 30px 0;
    overflow: hidden;
}
.zjcdob_left{
    float: left;
    width: 15%;
}
.zjcdob_left a{
    display: block;
    text-align: center;
    margin-top: 30px;
}
.zjcdob_left a h2{
    display: none;
    font-size: 18px;
    color: #0f568f;
    text-align: center;
}
.zjcdob_left a h2 span{
    color: #ffca17;
}
.zjcdob_right{
    float: right;
    width: 82%;
}
.zjcdob_right div{
    width: 97%;
    line-height: 36px;
    font-size: 16px;
}
.zjcdob_right div p{
    padding-bottom: 20px;
}
.zjcdob_right ul{
    width: 97%;
    overflow: hidden;
}
.zjcdob_right ul li{
    float: left;
    width: 31%;
    text-align: center;
    margin-left: 3.5%;
}
.zjcdob_right ul li.li{
    margin-left: 0;
}
.zjcdob_right ul li a{
    display: block;
    width: 100%;
    font-size: 22px;
    color: #fff;
    background: url(../images/zjcd/li.png) no-repeat;
    background-size: 100% 100%;
    padding: 30px 0;
}
.zjcd_two{
    width: 100%;
    background: url(../images/zjcd/lymkbg.png) no-repeat;
    background-size: 100% 100%;
    padding: 30px 0;
}
.zjcdt_main{
    width: 1200px;
    margin: 0 auto;
}
.zjcdt_bottom{
    width: 100%;
    padding: 30px 0 130px;
    position: relative;
}
.zjcdt_bottom>img{
    display: block;
    width: 80%;
    margin: 0 auto;
}
.zjcdt_bottom a{
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #0f568f;
    text-align: center;
    position: absolute;
}
.zjcdt_bottom a img{
border-radius:50%;
width:311px;
height:311px;

}
.zjcdt_bottom a.zjcdt_a1{
    top: 100px;
    left: 0;
}
.zjcdt_bottom a.zjcdt_a2{
    top: -92px;
    left: 42%;
}
.zjcdt_bottom a.zjcdt_a3{
    top: 190px;
    right: 6%;
}
.zjcdt_bottom a.zjcdt_a4{
    display: none;
    bottom: 0;
    left: 36%;
}
.zjcdt_bottom a p{
    margin-top: 10px;
}
.zjcd_three{
    width: 100%;
    background: url(../images/zjcd/bg_three.png) no-repeat;
    background-size: 100% 100%;
    padding: 30px 0;
}
.zt_list_one{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.ztlo_left{
    float: left;
    width: 68%;
}
.l_one{
    width: 100%;
    height: 330px;
    overflow: hidden;
    background-color: #f8f6ef;
}
.l_one>a{
    display: block;
    float: left;
    width: 50%;
    height: 330px;
    position: relative;
    overflow: hidden;
}
.l_one>a img{
    width: 100%;
    height: 100%;
    margin-bottom: -5px;
    transition: all 0.4s linear;
}
.l_one>a span{
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 25px solid #f8f6ef;
    position: absolute;
    top: 44%;
    right: 0;
}
.l_one>a:hover img{
    transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);	/* IE 9 */
    -webkit-transform: scale(1.1,1.1);	/* Safari å’Œ Chrome */
    -o-transform: scale(1.1,1.1);	/* Opera */
    -moz-transform: scale(1.1,1.1);	/* Firefox */
}
.l_one div{
    float: right;
    width: 50%;
    padding-top: 15px;
}
.l_one div h2{
    width: 90%;
    font-size: 22px;
    font-weight: 500;
    color: #c3ac70;
    margin: 0 auto;
    overflow: hidden;
}
.l_one div h2 span{
    display: block;
    float: left;
}
.l_one div h2 a{
    display: block;
    float: right;
    margin-top: -5px;
}
.l_one div p{
    width: 90%;
    line-height: 32px;
    font-size: 16px;
    margin: 15px auto 0;
}
.l_two{
    width: 100%;
    height: 330px;
    overflow: hidden;
    margin-top: 20px;
    background-color: #f8f6ef;
}
.l_two>a{
    display: block;
    float: right;
    width: 50%;
    height: 330px;
    position: relative;
    overflow: hidden;
}
.l_two>a img{
    width: 100%;
    height: 100%;
    margin-bottom: -5px;
    transition: all 0.4s linear;
}
.l_two>a span{
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 25px solid #f8f6ef;
    position: absolute;
    top: 44%;
    left: 0;
}
.l_two>a:hover img{
    transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);	/* IE 9 */
    -webkit-transform: scale(1.1,1.1);	/* Safari å’Œ Chrome */
    -o-transform: scale(1.1,1.1);	/* Opera */
    -moz-transform: scale(1.1,1.1);	/* Firefox */
}
.l_two div{
    float: left;
    width: 50%;
    padding-top: 15px;
}
.l_two div h2{
    width: 90%;
    font-size: 22px;
    font-weight: 500;
    color: #c3ac70;
    margin: 0 auto;
    overflow: hidden;
}
.l_two div h2 span{
    display: block;
    float: left;
}
.l_two div h2 a{
    display: block;
    float: right;
    margin-top: -5px;
}
.l_two div p{
    width: 90%;
    line-height: 32px;
    font-size: 16px;
    margin: 15px auto 0;
}
.ztlo_right{
    float: right;
    width: 30%;
}
.r_one{
    width: 100%;
    background-color: #f8f6ef;
}
.r_one>a{
    display: block;
    width: 100%;
    height: 330px;
    position: relative;
    overflow: hidden;
}
.r_one>a img{
    width: 100%;
    height: 100%;
    margin-bottom: -5px;
    transition: all 0.4s linear;
}
.r_one>a span{
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 25px solid #f8f6ef;
    position: absolute;
    bottom: 0;
    left: 46%;
}
.r_one>a:hover img{
    transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);	/* IE 9 */
    -webkit-transform: scale(1.1,1.1);	/* Safari å’Œ Chrome */
    -o-transform: scale(1.1,1.1);	/* Opera */
    -moz-transform: scale(1.1,1.1);	/* Firefox */
}
.r_one div{
    width: 100%;
    min-height: 305px;
    padding: 30px 0 15px;
}
.r_one div h2{
    width: 90%;
    font-size: 22px;
    font-weight: 500;
    color: #c3ac70;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 9px;
}
.r_one div h2 span{
    display: block;
    float: left;
}
.r_one div h2 a{
    display: block;
    float: right;
    margin-top: -5px;
}
.r_one div p{
    width: 90%;
    line-height: 32px;
    font-size: 16px;
    margin: 20px auto 0;
}
.zt_list_two{
    width: 1200px;
    margin: 0 auto;
}
.zt_list_two ul{
    width: 100%;
    overflow: hidden;
}
.zt_list_two ul li{
    float: left;
    width: 31%;
    margin-left: 3.5%;
    background-color: #f8f6ef;
    padding-bottom: 20px;
}
.zt_list_two ul li.li{
    margin-left: 0;
}
.zt_list_two ul li h2{
    width: 90%;
    font-size: 22px;
    color: #c3ac70;
    margin: 0 auto;
    padding: 15px 0;
    overflow: hidden;
}
.zt_list_two ul li h2 a{
    display: block;
    float: right;
    font-size: 14px;
    color: #999999;
    margin-top: 7px;
}
.zt_list_two ul li h2 a:hover{
    color: red;
}
.zt_list_two ul li>a{
    display: block;
    width: 90%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 auto 20px;
    height: 170px;
}
.zt_list_two ul li>a img{
    width: 100%;
    margin-bottom: -5px;
    transition: all 0.4s linear;
    height: 100%;
}
.zt_list_two ul li>a:hover img{
    transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);	/* IE 9 */
    -webkit-transform: scale(1.2,1.2);	/* Safari å’Œ Chrome */
    -o-transform: scale(1.2,1.2);	/* Opera */
    -moz-transform: scale(1.2,1.2);	/* Firefox */
}
.zt_list_two ul li div{
    width: 90%;
    height: 88px;
    margin: 0 auto;
}
.zt_list_two ul li div a{
    display: block;
    width: 100%;
    font-size: 16px;
    padding-top: 20px;
}
.zt_list_two ul li div a p{
    text-indent: 20px;
    background: url(../images/zjcd/dian.png) no-repeat;
    background-position: 0 46%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s linear;
}
.zt_list_two ul li div a:hover p{
    text-indent: 25px;
}
.zt_list_three{
    width: 1200px;
    margin: 40px auto 0;
    padding: 20px 0;
    background-color: #f8f6ef;
}
.zt_list_three h2{
    width: 96%;
    font-size: 22px;
    color: #c3ac70;
    margin: 0 auto;
    overflow: hidden;
}
.zt_list_three h2 a{
    display: block;
    float: right;
    font-size: 14px;
    color: #999999;
    margin-top: 7px;
}
.zt_list_three h2 a:hover{
    color: red;
}
.zt_list_three ul{
    width: 96%;
    margin: 0 auto;
    padding: 15px 0;
    overflow: hidden;
}
.zt_list_three ul li{
    float: left;
    width: 22%;
    margin-left: 4%;
    height: 200px;
}
.zt_list_three ul li.li{
    margin-left: 0;
}
.zt_list_three ul li a{
    display: block;
    color: #fff;
    overflow: hidden;
    position: relative;
    height: 100%;
}
.zt_list_three ul li a img{
    width: 100%;
    margin-bottom: -5px;
    transition: all 0.4s linear;
    height: 200px;
}
.zt_list_three ul li a p{
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 20px;
}
.zt_list_three ul li a:hover img{
    transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);	/* IE 9 */
    -webkit-transform: scale(1.2,1.2);	/* Safari å’Œ Chrome */
    -o-transform: scale(1.2,1.2);	/* Opera */
    -moz-transform: scale(1.2,1.2);	/* Firefox */
}

/* ios */
@media (max-width: 760px) {
    .zjcd_one,
    .zjcd_two,
    .zjcd_three{
        background-size: auto 100%;
    }
    .zjcd_one{
        padding: 20px 0;
    }
    .zjcd_two{
        padding: 15px 0;
    }
    .zjcdo_top,
    .zjcdo_bottom{
        width: 92%;
        margin: 0 auto;
    }
    .zjcdo_top{
        padding: 20px 0;
    }
    .zjcdo_top a img{
        width: 80%;
    }
    .zjcdo_bottom{
        background: url(../images/zjcd/jj_bj2.png) no-repeat;
        background-size: 100% 100%;
        padding: 15px 0;
    }
    .zjcdob_left{
        float: none;
        width: 100%;
    }
    .zjcdob_left a{
        margin-top: 0;
        margin-bottom: 10px;
    }
    .zjcdob_left a img{
        display: none;
    }
    .zjcdob_left a h2{
        display: block;
    }
    .zjcdob_right{
        float: none;
        width: 92%;
        margin: 0 auto;
    }
    .zjcdob_right div{
        width: 100%;
        line-height: 24px;
        font-size: 14px;
    }
    .zjcdob_right div p{
        padding-bottom: 10px;
    }
    .zjcdob_right ul{
        width: 100%;
    }
    .zjcdob_right ul li,
    .zjcdob_right ul li.li{
        float: none;
        width: 80%;
        margin: 10px auto 0;
    }
    .zjcdob_right ul li a{
        font-size: 18px;
        padding: 15px 0;
    }
    .zt_list_one{
        width: 92%;
        margin: 0 auto;
    }
    .ztlo_left,
    .ztlo_right{
        float: none;
        width: 100%;
    }
    .l_one{
        height: auto;
    }
    .l_one>a{
        float: none;
        width: 100%;
        height: 240px;
    }
    .l_one>a span{
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 15px solid #f8f6ef;
        top: 86%;
        right: 46%;
    }
    .l_one div{
        float: none;
        width: 100%;
        padding: 10px 0;
    }
    .l_one div h2{
        font-size: 18px;
    }
    .l_one div p{
        line-height: 24px;
        font-size: 14px;
        margin: 10px auto 0;
    }
    .l_two{
        height: auto;
        margin: 20px auto;
    }
    .l_two>a{
        float: none;
        width: 100%;
        height: 240px;
    }
    .l_two>a span{
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 15px solid #f8f6ef;
        top: 86%;
        left: 46%;
    }
    .l_two div{
        float: none;
        width: 100%;
        padding: 10px 0;
    }
    .l_two div h2{
        font-size: 18px;
    }
    .l_two div p{
        line-height: 24px;
        font-size: 14px;
        margin: 10px auto 0;
    }
    .r_one>a{
        float: none;
        width: 100%;
        height: 240px;
    }
    .r_one>a span{
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 15px solid #f8f6ef;
        right: 46%;
    }
    .r_one div{
        float: none;
        width: 100%;
        padding: 10px 0;
    }
    .r_one div h2{
        font-size: 18px;
        padding: 0;
    }
    .r_one div p{
        line-height: 24px;
        font-size: 14px;
        margin: 10px auto 0;
    }
    .zjcdt_main{
        width: 92%;
        margin: 0 auto;
        overflow: hidden;
    }
    .zjcdt_top img{
        display: block;
        width: 80%;
        margin: 0 auto;
    }
    .zjcdt_bottom{
        padding: 15px 0;
    }
    .zjcdt_bottom>img{
        display: none;
    }
    .zjcdt_bottom a{
        width: 48%;
        font-size: 16px;
        position: static;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #0f568f;
        padding: 10px 0;
        margin: 10px auto;
    }
    .zjcdt_bottom a.zjcdt_a4{
        display: none;
    }
    .zjcdt_bottom a p{
        margin: 0 auto;
    }
    .zjcdt_bottom a img{
        display: none;
    }
    .zt_list_two,
    .zt_list_three{
        width: 92%;
        margin: 0 auto;
    }
    .zt_list_three{
        padding: 10px 0;
    }
    .zt_list_two ul li{
        float: none;
        width: 100%;
        padding-bottom: 10px;
        margin: 0 auto 10px;
    }
    .zt_list_two ul li h2{
        font-size: 16px;
        padding: 10px 0;
    }
    .zt_list_two ul li>a{
        margin: 0 auto 10px;
    }
    .zt_list_two ul li div{
        height: auto;
    }
    .zt_list_two ul li div a{
        font-size: 14px;
        padding-top: 10px;
    }
    .zt_list_three h2{
        width: 92%;
        font-size: 16px;
    }
    .zt_list_two ul li h2 a,
    .zt_list_three ul li h2 a{
        font-size: 12px;
        margin-top: 4px;
    }
    .zt_list_three ul{
        width: 92%;
        padding: 0 0 10px;
    }
    .zt_list_three ul li{
        float: none;
        width: 100%;
        margin: 10px auto 0;
    }
}