/*页面初始化*/	


html,body,h1,h2,h3,p,ol,ul,li,a{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Didot";
}
ul,ol,li {
	list-style: outside none none;
}
a {
	text-decoration: none;
}



@font-face {
	font-family: 'Didot';  
    src: url('Didot.ttf');
}


h1 {
	font-size: 30px;
	line-height: 50px;
	color: #222;
}

h2 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
	color: #222;
}

p {
	font-size: 16px;
	color: #555;
}

.wenzi_46 {
	font-size: 46px;
	line-height: 60px;
	color: #fff;
	font-weight: 600;
}  

.wenzi_en {
	font-size: 25px;
	line-height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}  
  
.xian {
	width: 100%;
	height: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
}   

.jianju10 {
	width: 100%;
	height: 10px;
}

.jianju30 {
	width: 100%;
	height: 30px;
}

.jianju50 {
	width: 100%;
	height: 50px;
}

.jianju100 {
	width: 100%;
	height: 100px;
}


/* 底部 */

.buju_d {
	width: 100%; 
	height: 200px; 
	background-color: #2b232f; 
}

.buju_d2 {
	width: 1250px; 
	height: 200px; 
	display: flex; 
	justify-content: space-between; 
	align-items: center;
	margin: 0 auto;
}


/* 自定义样式 */
.wenzi_46 {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	/* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); */
}

.wenzi_en {
	font-size: 18px;
	color: #fff;
	/* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); */
}

.jianju10, .jianju30, .jianju50 {
	width: 100%;
}

.jianju10 {
	height: 10px;
}

.jianju30 {
	height: 30px;
}

.jianju50 {
	height: 50px;
}

.xian {
	width: 100%;
	height: 1px;
	background-color: #eee;
}

.about_buju {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
}

.about_buju_z {
	width: 550px;
	height: 350px;
}

.about_buju_zj {
	width: 550px;
}

.about_buju_zj h1 {
	font-size: 30px;
	color: #222;
}

.about_buju_zj h2 {
	font-size: 20px;
	color: #222;
	margin-bottom: 10px;
	font-weight: 500;
}

.about_buju_zj p {
	font-size: 16px;
	line-height: 1.8;
	color: #555;
	margin-bottom: 20px;
}

.about_buju_y {
	width: 600px;
	height: 350px;
}

.about_buju_y img {
	width: 600px;
	height:350px;
}







.bjt {
  width: 1250px;
  height: 250px;
  background-image: url("../img/bj.png");
  background-size: cover;        /* 背景图自动裁剪填满 */
  background-position: center;   /* 居中对齐 */
  background-repeat: no-repeat;  /* 不重复 */
  display: flex;
  align-items: center;
  justify-content: center;
}
.bjt h1{
	text-align: center;
}
.bjt p{
	text-align: center;
}




/* 页脚样式 */
.footer {
	background-color: #222;
	color: white;
	padding: 60px 0 30px;
	margin-top: 60px;
}

.footer-content {
	max-width: 1250px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 40px;
}

.footer-section {
	flex: 1;
	min-width: 250px;
}

.footer-title {
	font-size: 20px;
	margin-bottom: 20px;
	color: #ce0000;
}

.footer-links {
	list-style: none;
}

.footer-links li {
	margin-bottom: 10px;
}

.footer-links a {
	color: #bbb;
	text-decoration: none;
	transition: color 0.3s;
}

.footer-links a:hover {
	color: #ce0000;
}

.footer-bottom {
	text-align: center;
	padding-top: 30px;
	margin-top: 40px;
	border-top: 1px solid #444;
	color: #888;
	font-size: 14px;
}

/* 加载更多按钮 */
.load-more {
	text-align: center;
	margin-top: 50px;
}

.load-more-btn {
	padding: 15px 40px;
	background-color: #ce0000;
	color: white;
	border: none;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
}

.load-more-btn:hover {
	background-color: #a80000;
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(206, 0, 0, 0.3);
}