*{padding: 0;margin: 0;}
.logo{
    padding-top: 20px;
}
.sxlb-list-xs{
	display: none;
}
.zt_bg{
    background: url(../images/zt_bg.jpg) no-repeat;
}
.zt_img{
	text-align: center;
	margin: 30px auto;
	width: 70%;
}
.title_box h2,h5{
    text-align: center;
    margin: 30px 0 ;
}
.title_box h5{
    line-height: 30px;
    font-size: 16px;
}

.title_box a{
    display: inline-block;
    text-indent: 20px;
    width: 100px;
    height: 30px;
    background-color: #1e9fff;
    color: white;
    background-image: url(../images/download.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position-x: 10px;
    background-position-y: 5px;
    margin-left: 15px;
    border-radius: 3px;
}
.content_cum{
    width: 100%;
    border: 1px dashed #dddddd;
    padding: 20px 0px;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    line-height: 36px;
}
.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;
}
.table_content{
    width: 100%;
    text-align: center;
    margin: 30px 0 20px 0;
}

.table_content th{
    font-size: 20px;
    padding: 30px 0;
    background-color: #f2f8ff;
    text-align: center;
    border-top: #1e9fff 5px solid;
}
.table_content td{
    font-size: 16px;
    text-align: left;
    padding:10px;
    border: 1px solid #eee;
}
.tbody tr{
    transition: all .5s ;
}
.tbody tr:hover{
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.2);
}
.info_tit a{
    display: block;
    width: 100%;
    text-decoration: none;
    color: black;
}
.info_tit a:hover{
    color: #7396f9;
}
@media (max-width:430px){
    .logo img{
        width: 40%;
	}
    .zt_img{
		width: 100%;
	}
	.title_box h2,h5{
	    margin: 10px 0 ;
	}
    .title_box h5{
        line-height: 30px;
        font-size: 14px;
    }
    .content_tit{
        width: 100px;
        font-size: 14px;
    }
    .content_con{
        width: 100%;
    }
    .content_con a{
	    font-size: 14px;
	    line-height: 24px;
	    padding: 0 0px;
	}
	.sxlb-list-ms{
		display: none;
	}
	.sxlb-list-xs{
		display: block;
	}
	.table_content_xs{
		width: 100%;
	    margin: 30px 0;
	}
	.table_content_xs .td_title{
		width: 30%;
	    padding:10px 0;
	    background-color: #f2f8ff;
	    text-align: center;
	    border-left: #1e9fff 5px solid;
	}
	.table_content_xs td{
	    font-size: 14px;
	    text-align: left;
	    padding:10px;
	    border: 1px solid #eee;
	}
}