@font-face {
	font-family: "SourceHanSansCN";
	src: url("./fonts/SourceHanSansCN-Regular/SourceHanSansCN-Regular.woff") format("woff"), url("./fonts/SourceHanSansCN-Regular/SourceHanSansCN-Regular.ttf") format("truetype"), url("./fonts/SourceHanSansCN-Regular/SourceHanSansCN-Regular.eot") format("embedded-opentype");
}
@font-face {
	font-family: "SourceHanSerifCN";
	src: url("./fonts/SourceHanSerifCN-Heavy/SourceHanSerifCN-Heavy.otf") format("opentype");
}
ul {
	list-style-type: none;
	padding-left: 0;/* 移除默认的内边距 */
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: "SourceHanSansCN";
	background: #F6F7F9;
	overflow: auto;
}
.container1200 {
	width: 1200px;
	margin: 0 auto;
}
a {
	text-decoration: none;
	color: #000;
}
.margin-right-20 {
	margin-right: 20px;
}
.margin-top-20 {
	margin-top: 20px;
}
.flex {
	display: flex;
}
.flex-between {
	justify-content: space-between;
}
.banner {
	width: 100%;
	height: 411px;
	background: url('../images/banner_bg.png') no-repeat;
	background-size: 100% 100%;
}
.banner .container1200 {
	position: relative;
}
.banner .logo {
	float: left;
	width: 317px;
	height: 76px;
	margin-top: 41px;
	background: url('../images/logo.png') no-repeat;
}
.banner img {
	position: absolute;
	width: 908px;
	height: 88px;
	left: 50%;
	transform: translateX(-50%);
	top: 127px;
}
.banner p {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 183px;
	display: block;
	width: 654px;
	height: 85px;
	background: url('../images/text_bg.png') top no-repeat;
	padding-top: 42px;
	text-align: center;
	font-family: "SourceHanSansCN";
	font-weight: 700;
	font-size: 22px;
	line-height: 27px;
	color: #fff;
	letter-spacing: 4px;
}
.banner p span:first-child {
	/* padding-right: 25px; */
}
.banner p span:nth-child(2)  {
	/* padding-right: 25px; */
}

.main {
	background: url('../images/bg.png') no-repeat;
	background-size: 100% 100%;
	padding-top: 37px;
}
.introduce {
	width: 100%;
	height: 224px;
	background: url('../images/bg1.png') no-repeat;
	background-size: 100% 100%;
	padding: 32px 76px 32px 74px;
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
	color: #333;
	position: relative;
}
.introduce-title {
	font-weight: bold;
	font-size: 30px;
	line-height: 32px;
	color: #005dbd;
	text-align: center;
	margin: 0 auto;
}
.introduce-text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4; /* 限制显示行数 */
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5; /* 保持与现有行高一致 */
	color: #333;
}
/* 轮播 */
.box-swiper-box {
	width: 470px;
	height: 278px;
	margin-left: 24px;
	border-radius: 8px;
}
.box-swiper {
	position: relative;
	width: 100%;
	height: 315px !important;
	overflow: hidden;
	border-radius: 8px;
}
.box-swiper .swiper-pagination {
	width: 100%;
	height: 40px;
	left: 0;
	right: 0;
	bottom: 0px !important;
	padding: 10px;
	box-sizing: border-box;
}
.box-swiper .swiper-pagination-bullet {
	width: 16px;
	height: 8px;
	margin: 0 4px;
	opacity: 1;
	border-radius: 4px;
	background: #C3D9EA;
}
.box-swiper .swiper-pagination-bullet-active {
	width: 32px;
	background: #045FA9;
}
.swiper-item {
	width: 470px;
	height: 278px;
	border-radius: 28px;
	overflow: hidden;
}
.swiper-img {
	width: 100%;
	height: 100%;
}
.swiper-item img {
	width: 470px;
	height: 278px;
	border-radius: 28px;
}
.box1 {
	width: 100%;
	height: 319px;
	background: url('../images/bg2.png') no-repeat;
	background-size: 100% 100%;
	display: flex;
	margin-top: 64px;
}
.box1 .swiperbox {
	width: 470px;
	margin-left: 40px;
	margin-top: -20px;
}
.title {
	font-family: "SourceHanSansCN";
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 2px;
	color: #fff;
}
.rightbox {
	margin-left: 28px;
	flex: 1;
}
.list {
	max-height: 215px;
	margin-top: 44px;
	width: 650px;
	overflow: auto;
}
.list li {
	margin-bottom: 14px;
	display: flex;
}
.list li>a {
	font-family: "SourceHanSansCN";
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	color: #333;
	background: url('../images/icon_left.png') no-repeat left center;
	background-size: 18px 12px;
	padding-left: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}
.box2 {
	height: 315px;
	background: url('../images/bg3.png') no-repeat;
	background-size: 100% 100%;
	margin-top: 30px;
	padding: 0px 40px 20px 40px;
}
.box2 .title {
	text-align: center;
	padding-top: 25px;
}
.interpretlist {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
.interpretlist li {
	width: calc(50% - 20px);
}
.interpretlist li:nth-child(odd) {
	margin-right: 40px;
}
.interpretlist li>a {
	background: url('../images/icon_left2.png') no-repeat left center;
	background-size: 18px 12px;
}
.box3 {
	width: 100%;
	height: 305px;
	display: flex;
	background: url('../images/bg4.png') no-repeat;
	background-size: 100% 100%;
	margin-top: 64px;
}
.box3 .title {
	padding-left: 130px;
	margin-top: 15px;
}
.policylist {
	margin-left: 40px;
	margin-top: 36px;
}
.box3 .swiperbox {
	width: 470px;
	margin-right: 40px;
	margin-top: -28px;
}
.bottom-section {
	width: 100%;
	display: flex;
	margin-top: 40px;
}
.bottom-section a {
	width: 50%;
	height: 158px;
}
.hotline {
	background: url('../images/img_qzgqwld.png') no-repeat;
	background-size: 100% 100%;
}
.hotline img {
	width: 208px;
	height: 47px;
	margin-top: 55px;
	margin-left: 60px;
}
.special {
	background: url('../images/img_hqfwzxd.png') no-repeat;
	background-size: 100% 100%;
}
.special img {
	width: 257px;
	height: 47px;
	margin-top: 55px;
	margin-left: 60px;
}


/* 移动端优化补充 */
@media (max-width: 768px) {
/* 基础布局调整 */
.container1200 {
	width: 100%;
	padding: 0 15px;
}
/* Banner区域 */
.banner {
	min-height: 240px;
	height: auto;
	padding: 20px 0;
	background-size: cover;
}
.banner .logo {
	width: 120px;
	height: 30px;
	margin: 10px auto;
	float: none;
	background-size: 100% 100%;
}
.banner img {
	width: 100%;
	height: auto;
	top: 50px;
	margin: 0px auto 0 auto;
}
.banner p {
	display: block;
	width: 100%;
	height: 60px;
	padding: 35px 0 0 0;
	font-size: 16px;
	line-height: 1.5;
	top: 50px;
	background: none;
}
.banner p span {background: url(../images/text_bgnew.png) top no-repeat;/* width: 300px; */display: block;background-size: 100% 100%;line-height: 35px;height: 35px;text-align: center;}
.introduce-title {
	font-size: 18px;
}
.introduce-text {
	font-size: 14px;
	line-height: 24px;
}
.introduce {
	height: auto !important;
}
/* 主要内容区域 */
.box1,  .box2,  .box3 {
	width: 100% !important;
	height: auto !important;
	flex-direction: column;
	justify-content: center;
	margin-top: 30px !important;
	background-size: cover !important;
	background: none;
}
.box1 .title {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	background: url('../images/icon_title1.png') no-repeat;
	background-size: 100% 100%;
}
.box1 .list {
	padding: 20px;
	background: url('../images/box_bg1.png') no-repeat;
	background-size: 100% 100%;
}
.box2 .title {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	padding-top: 5px;
	background: url('../images/icon_title2.png') no-repeat;
	background-size: 100% 100%;
}
.box2 .list {
	padding: 20px;
	background: url('../images/box_bg2.png') no-repeat;
	background-size: 100% 100%;
}
.box3 .title {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	background: url('../images/icon_title3.png') no-repeat;
	background-size: 100% 100%;
}
.box3 .list {
	padding: 20px;
	background: url('../images/box_bg3.png') no-repeat;
	background-size: 100% 100%;
}
.swiperbox {
	width: 100% !important;
	margin: 0 auto !important;
}
.swiper-item {
	width: 100% !important;
}
.swiper-item img {
	width: 100% !important;
	margin: 0 auto !important;
}
/* 两列布局适配 */
.interpretlist li {
	width: 100% !important;
	margin-right: 0 !important;
}
/* 列表项优化 */
.list {
	max-height: none;
	width: 100% !important;
	margin-top: 20px;
}
.list li a {
	font-size: 14px;
	background-size: 12px 8px;
	padding-left: 20px;
	line-height: 22px !important;
}
.box3 .title {
	padding-left: 0px;
	text-align: center;
}
.policylist {
	margin-left: 0px !important;
}
/* 底部按钮 */
.bottom-section {
	flex-direction: column;
	margin-top: 30px;
}
.bottom-section a {
	width: 100% !important;
	height: 100px !important;
	margin-bottom: 15px;
}
.bottom-section a img {
	margin-top: 35px !important;
	margin-left: 30px !important;
	height: 30px !important;
}
.hotline img {
	width: 180px;
}
.special img {
	width: 230px;
}
}

/* 超小屏幕适配 */
@media (max-width: 480px) {
/* 内边距优化 */
.introduce,  .box2 {
	padding: 15px !important;
}
/* 图标尺寸调整 */
.list li a {
	background-size: 10px 6px;
	padding-left: 18px;
}
/* 图片元素响应式 */
img {
	max-width: 100%;
	height: auto;
}
}

/* 通用响应式设置 */
[class*="box"] {
 background-repeat: no-repeat;
 background-position: center center;
}

/*归档状态*/
.ewb-catefiled {
	text-align: center;
	position: absolute;
	top: 8px;
	left: 88%;
	z-index: 999;
	color: #df2c16;
	line-height: initial;
}
.ewb-catefiled p {
	padding: 0px;
	margin: 0px;
}



.bottom-section a:first-child {
	margin-right: 20px;
}
.hidden{
	display:none;
}

