.zjcd{
    padding-top: 30px;
    background-color: rgba(235, 244, 255, 1);
}
.cdgk-title,.cdyx-title{
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 12px;
}
.cdgk-title img{
    width: 100%;
    height: auto;
}
.cdgk .cdgk-left{
    width: 740px;
    /* height: 300px; */
}
.cdgk .cdgk-left p{
    text-indent: 2em;
    font-size: 16px;
    line-height: 40px;
}
.cdgk .cdgk-left a{
    display: inline-block;
    width: 160px;
    height: 46px;
    line-height: 46px;
    border-radius: 2px;
    background: rgba(158, 189, 230, 1);
    color: rgba(255, 255, 255, 1);
    text-align: center;
    font-size: 18px;
    margin-top: 12px;
}
.cdgk .cdgk-left a:hover,.cdgk .cdgk-left a:focus{
    color: rgba(191, 25, 25, 1);
}
.cdgk .cdgk-right{
    width: 420px;
    height: 284px;
    padding: 10px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.61);
    border: 1px solid rgba(218, 224, 235, 1);
}
.gk-list{
    text-align: center;
    background-color: rgba(209, 222, 232, 1);
    border: 1px solid rgba(209, 222, 232, 1);
    border-radius: 4px;
    height: 160px;
    padding: 10px 0;
    margin-top: 30px;
}
.gk-list>div{
    display: inline-block;
    width: 134px;
    height: 140px;
    margin: 0 30px;
    border: 0;
    transition: all 0.6s;
}
.gk-list>div:hover{
    background-color: #fff;
    transform: scale(1.3);
    box-shadow: 0px 0px 29px rgba(31, 92, 166, 0.19);
    /* border-top: 2px solid rgba(21, 92, 179, 1); */
}
.gk-list>div p{
    line-height: 30px;
}
.cdyx{
    margin-top: 60px;
}

/*swiper*/
#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto
}
#certify .swiper-container {
	padding-bottom: 100px;
}
#certify  .swiper-slide {
	width: 520px;
	height: 408px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
	display:block;
    width: 100%;
    height: 100%;
}
#certify  .swiper-slide p {
	line-height: 50px;
	padding-top: 0;
	text-align: center;
	font-size: 1.1em;
	margin: 0;
    background-color: rgba(188, 223, 245, 1);
}
#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}
#certify .swiper-button-prev {
	left: 200px;
	width: 45px;
	height: 45px;
	background: url(../images/zjcd/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}
#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}
#certify .swiper-button-next {
	right: 200px;
	width: 45px;
	height: 45px;
	background: url(../images/zjcd/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}
#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}
/*end   swiper*/

.zsyz{
    margin-top: 60px;
}
.zsyz-title{
    background: url(../images/zjcd/zsyzbj.png) center 10px no-repeat;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 20px;
    background-size: 100% auto;
}
.zsyz-title img{
    width: 190px;
    height: auto;
}
.zsyz-cont .zsyz-left{
    width: 760px;
    height: 464px;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(191, 222, 245, 1);
    backdrop-filter: blur(31px);
    padding: 20px 14px;
}
.zsyz-cont .zsyz-left h3{
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 2px;
}
.zsyz-cont .zsyz-left .left-top{
    height: 140px;
    padding: 5px 0;
    margin: 10px 0 20px;
}
.left-top img{
    height: 130px;
    width: 190px;
    margin-right: 20px;
}
.left-top .img-riht{
    width: calc(100% - 230px);
    height: 130px;
}
.left-top .img-riht p.tzxw-title{
    font-size: 18px;
    margin-bottom: 6px;
}
.left-top .img-riht p.tzxw-cont{
    font-size: 16px;
    letter-spacing: 1px;
    color: rgba(128, 128, 128, 1);
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 26px;
    margin-bottom: 10px;
}
.left-top .img-riht>a{
    display: inline-block;
    border-radius: 2px;
    background: rgba(84, 134, 191, 1);
    line-height: 36px;
    width: 88px;
    text-align: center;
    color: #fff;
}
.left-top .img-riht>a:hover,.left-top .img-riht>a:focus{
    color: rgba(191, 25, 25, 1);
}
.zsyz-cont ul li{
    width: 100%;
    font-size: 16px;
    position: relative;
    margin-top: 21px;
    padding-left: 12px;
    background: url(../images/zjcd/dian.png) no-repeat 0 10px;
    transition: all linear .5s;
    color: #000;
}
.zsyz-cont ul li p {
    width: calc(100% - 110px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zsyz-cont ul li span {
    position: absolute;
    right: 0;
    top: 0;
}
.zsyz-cont{
    padding: 0 50px;
}
.zsyz-right img{
    display: block;
    width: 310px;
    height: 140px;
    margin-bottom: 20px;
}
.xzqh-left{
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(108, 160, 196, 0.3);
}
/* .xzqh-left>div:first-of-type{
    margin-right: 30px;
} */
.xzqh-cont{
    display: none;
    width: 420px;
    height: 500px;
    border-radius: 2px;
    padding: 20px;
    background: rgba(227, 242, 255, 1);
}
.xz-active{
    border: 2px solid rgba(109, 160, 222, 1);
    background: linear-gradient(142.15deg, rgba(227, 242, 255, 1) 0%, rgba(227, 242, 255, 0) 100%);
}
.xzqh-cont img{
    width: 100%;
    height: 250px;
}
.xzqh-cont h3{
    font-size: 24px;
    line-height: 60px;
}
.xzqh-cont p{
    line-height: 30px;
    color: rgba(43, 43, 43, 1);
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.xzqh{
    padding: 0 60px;
}
.xzqh-left .dis {
    display: block;
}
.phon-certify{
    padding: 10px;
}
.phon-certify .phon-cert{
    margin-bottom: 20px;
}
.phon-certify .phon-cert p{
    line-height: 50px;
    padding-top: 0;
    text-align: center;
    font-size: 1.1em;
    margin: 0;
    background-color: rgba(188, 223, 245, 1);
}
.phon-certify{
    display: none;
}
@media (max-width: 1200px){
    .container {
        width: 1200px;
        padding: 0;
        margin: 0;
    }
}
@media (max-width: 760px){
    .container {
        width: 100%;
        padding: 0 14px;
    }
    .cdgk-title, .cdyx-title{
        width: 100%;
    }
    .cdgk .cdgk-left {
        width: 100%;
        height: auto;
    }
    .cdgk .cdgk-right {
        width: 100%;
        height: auto;
    }
    .gk-list{
        height: auto;
    }
    .gk-list>div {
        width: 49%;
        margin: 10px 0;
    }
    #certify{
        display: none;
    }
    .xzqh,.zsyz-cont{
        padding: 0;
    }
    .xzqh-cont{
        width: 100%;
    }
    .xzqh-left{
        border: 0;
    }
    .zsyz-title img{
        width: 22%;
    }
    .zsyz-cont .zsyz-left{
        width: 100%;
        height: auto;
        float: none;
    }
    .zsyz-cont .zsyz-left .left-top{
        height: auto;
    }
    .left-top img{
        float: none;
    }
    .left-top .img-riht{
        float: none;
        width: 100%;
    }
    .zsyz-right{
        float: none;
        margin: 10px;
    }
}