*{padding: 0;margin: 0;}
.logo{
    padding-top: 20px;
}
.zt_bg{
    background: url(../images/zt_bg.jpg) no-repeat;
    background-size: 100%;
}
.zt_img{
	text-align: center;
	margin: 30px auto;
	width: 70%;
}
.cont_box{
    position: relative;
    margin-bottom: 20px;
}
.text_con{
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 3px rgb(67, 138, 199);
}
.text_con p{
    line-height: 34px;
    font-size: 18px;
    text-indent: 40px;
    padding:20px 30px;
    font-family: "微软雅黑";
}
.sxml_nav{
	background: #438ac7;
}
.zt_content ul{
    display: flex;
    justify-content: center;
    margin: 0px;
}
.zt_content li{
    width: 50%;
    list-style: none;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.zt_content a{
    color: white;
    font-size: 20px;
    text-decoration: none;
}
.zt_content .active{
    background-color: #206fb3;
}
.zt_logo{
    width: 100%;
    height: 50px;
    margin: 30px 0;
    text-align: center;
    line-height: 50px;
    font-size: 36px;
    color: #206fb3;
    font-weight: bolder;
    background: url(../images/title_bg.png) no-repeat center center;
}
.zt_contbox{
    width: 100%;
}

.zt_contbox li{
    /*float: left;*/
    display: inline-block;
    width: 23%;
    height: 50px;
    margin: 10px 9px;
    border: 1px solid rgba(0,0,0,0);
    list-style: none;
    background-color: #e1efff;
    text-align: center;
}
.zt_contbox a{
    text-decoration: none;
    font-size: 16px;
    color: #206fb3;
    line-height: 50px;
}
.zt_contbox li:hover{
    border: 1px solid #206fb3;
}
.content_cum{
    width: 100%;
    border: 1px dashed #dddddd;
    padding: 20px 0px;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    line-height: 36px;
    margin-top: 20px;
}
.content_tit{
    width: 10%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.content_con{
    width: 90%;
}
.content_con a{
    display: inline-block;
    list-style: none;
    line-height: 36px;
    margin-right: 20px;
    font-size: 18px;
    padding: 0 5px;
    border-radius: 3px;
}
.content_con a:hover{
    background-color: #1e9fff;
    color: white;
}
.list_gkyj{
	list-style: none;
	padding: 25px 0;
}
.list_gkyj li{
	padding: 10px 0;
	line-height: 32px;
	font-size: 18px;
	margin-bottom: 10px;
}
.list_gkyj li a{
	color: #333333;
}

/* 响应式样式 */
@media (max-width:440px){
	.logo{
	    padding-top: 10px;
	}
    .logo img{
        width: 40%;
	}
	.zt_img{
		width: 100%;
	}
    .text_con{
	    width: 92%;
	}
	.text_con p{
	    line-height: 32px;
	    font-size: 14px;
	    padding:10px 20px;
	}
	.zt_contbox li{
	    width: 49%;
	    margin: 10px 0px;
	}
	.content_tit{
        width: 100px;
        font-size: 14px;
    }
	.content_con{
        width: 100%;
    }
    .content_con a{
	    font-size: 14px;
	    line-height: 24px;
	    padding: 0 0px;
	}
}
@media (max-width:820px) and (min-width:768px) {
    .logo img{
        width: 40%;
    }
	.zt_img{
		width: 100%;
	}
    .text_con{
	    width: 95%;
	}
	.zt_contbox li{
	    width: 30%;
	    margin: 10px 9px;
	} 
}
@media (max-width:1200px) and (min-width:830px) {
    .logo img{
        width: 40%;
    }
	.zt_img{
		width: 100%;
	}
	.text_con p{
	    line-height: 32px;
	    font-size: 16px;
	    padding:5px 20px;
	}
	.zt_contbox li{
	    width: 32%;
	    margin: 10px 3px;
	}
}