/* banner */
.con_tl{ }
.banner {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    text-align:center;
}

.banner img {
    max-width: 100%;
}

.content {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    background-image: url(../image/2023101116053842755.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%, 100%;
    padding-top: 2%;
    padding-bottom: 5%;
    overflow-x:auto;
}

.content h3 {
    letter-spacing: 4px;
    font-size:.6rem;
    margin:40px auto;
    padding-top:40px;
    text-align:center;
}
.content .p_text p{  font-size:.3rem;line-height:2.2;margin-top:20px;}

.img_text_con{ display:flex;justify-content:space-around;align-items:center;}
.img_text_con .p_img{ width:35%;text-align:center;}
.img_text_con .p_img{ max-width:600px;margin-top:30px; }
.img_text_con .p_text{ margin-top:50px;width:50%;}
.img_text_con .p_text h1{ font-size:.6rem;border-bottom:1px #333 solid;padding-bottom:20px;}
.img_text_con .p_text h1 span{ font-size:.3rem; display:block;font-weight:normal;padding-bottom:20px;}


.table-list {
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px #f0f0f0;
	margin-top: 50px;
}
.table-list table {
	width: 100%;
}
.table-list p {
	font-size: 32px;
	font-weight: 600;
	padding: 50px 0;
	text-align: Center;
}
.table-list table td {
	padding: 1% 0;
	/* line-height: 1.5; */
	font-size: .25rem;
	border: 1px solid #fff;
	text-align: center;
}
.table-list table tr:nth-child(even) { background-color: #dfdedf; } 
.table-list table tr:nth-child(odd) { background-color: #f0f0f0; } 

/* 适配 */


/* pad 768-1024 */
@media only screen and (min-width: 768px)and (max-width: 1023px) {
    .content h3 {
        font-size: 26px;
    }

    .content p {
        font-size: 13px;
    }

    td {
        font-size: 14px;
    }
}

/* 屏幕小于 767px 时的样式  */
@media only screen and (max-width: 767px) {
    .content h3 {
        font-size: 24px;
    }

    .content p {
        width: 80%;
        font-size: 12px;
    }

    td {

        font-size: 12px;
    }
}