.sec2-left .p2{
    font-size: 18px;
    line-height: 58px;
    padding-right: 10px;
    box-sizing: border-box;
}
.anliImage{
    width:900px !important;
    height:300px !important;
}
.indexP{
	display: -webkit-box;  
    -webkit-line-clamp: 3;  
    -webkit-box-orient: vertical;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    line-height: 1.5; /* 根据你的字体大小调整行高 */  
}
.name {
    font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体", Arial, sans-serif; /* 字体 */
    font-size: 17px; /* 字号 */
    font-weight: bold; /* 字体粗细 */
    color: #333; /* 字体颜色 */
    text-align: left; /* 文字对齐方式 */
    line-height: 1.5; /* 行高 */
    margin-bottom: 0px; /* 下外边距 */

}

.name span {
    display: block; /* 将汉字和英文分开显示 */
}

.name .chinese {
    font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体"; /* 汉字字体 */
    letter-spacing: 2px;
}

.name .english {
    font-family: Arial, sans-serif; /* 英文字体 */
    font-size: 8.2px; /* 英文字号 */
}

@media (max-width:1800px) {		
    .name .chinese {
        font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体"; /* 汉字字体 */
        letter-spacing: 11px;
    }
}

@media (max-width:1500px) {		
	.index-sec1 li h3{ font-size: 18px;}
	.index-sec1 li p{ font-size: 14px;}
	.p-left-right{ padding-left: 100px; padding-right: 100px;}
	.neibanner-text h3{ font-size: 30px;}
	.neibanner-text p{ font-size: 16px;}
    .name .chinese {
        font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体"; /* 汉字字体 */
        letter-spacing: 11px;
    }
}

@media (max-width:1240px) {		
	.index-sec6{  padding: 4vw 0;}
	.index-sec6 h3{ font-size: 22px; }
	.index-sec6 p{  font-size:14px; }
    .name .chinese {
        font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体"; /* 汉字字体 */
        letter-spacing: 11px;
    }
}


@media (max-width:1000px) {		
	.neibanner img{ height: 270px; width: initial; overflow: initial;}
    .name .chinese {
        font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体"; /* 汉字字体 */
        letter-spacing: 11px;
    }
}
	
@media (max-width:800px) {
	.footer .div1{ display: none;}
	.copyright .p2{ display: none;}
	.index-sec6{  padding:6vw 2vw;}
    .neibanner img{ height: 250px; width: initial; overflow: initial;}
.name .chinese {
    font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体"; /* 汉字字体 */
    letter-spacing: 11px;
}
}

@media (max-width:500px) {
.footer .div2{ justify-content: space-between;}
.footer .div2-left{ width: 100%; max-width: initial; display: none;}
.footer .div2-left a{ width: auto;}
.footer .div2-left p{ width: 100%;}
.footer .code img { display: block; margin: 0 auto;}

.name .chinese {
    font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体"; /* 汉字字体 */
    letter-spacing: 11px;
}
.neibanner img{ height: 220px; width: initial; overflow: initial;}
}



.neibanner-text{ position: absolute; left: 0; right: 0;  z-index: 33; top: 50%; transform: translateY(-50%);}