/*轮播图*/
.swiper.main-swiper {
	width: 100%;
}

.main-swiper .swiper-slide img {
	width: 100%;
	display: block;
}

/*.main-swiper .swiper-slide p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.7);
	padding: 15px 20px;
	color: #ffffff;
	font-size: 22px;
	letter-spacing: 2px;
}

.main-bullet {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #044e87;
	cursor: pointer;
	border: none;
}

.main-bullet-active {
	background: transparent;
	border: 3px solid #044e87;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 30px !important;
}

.main-swiper .swiper-button-next,
.main-swiper .swiper-button-prev {
	color: #ffffff !important;
}

.main-swiper .swiper-button-next {
	right: calc((100% - 1200px)/2) !important;
}

.main-swiper .swiper-button-prev {
	left: calc((100% - 1200px)/2) !important;
}
 */
/*主体*/
#body {
	position: relative;

}

#dl-menu {
	display: none;
}

/* #htmlbg{
	background:url(../img/bg2.png) no-repeat center bottom;
	background-size:100% auto;
} */
.blog {
	padding: 0;
}

.title {
	font-size: 28px;
	padding-left: 30px;
	position: relative;
}

.title::after {
	content: '';
	position: absolute;
	width: 8px;
	height: 40px;
	background: #324ca9;
	border-radius: 3px;
	left: 0;
	top: 0;
}


.more {
	position: absolute;
	top: 10px;
	right: 20px;
	color: #00549a;
	font-size: 12px;
}

.en {
	display: none;
}

/*主体第一部分*/
.blog1 {
	background: url(../img/bg1.png) no-repeat;
	background-size: 100% 100%;
	padding: 90px 0 40px 0;
}

.blog1 .numbs {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.blog1 .numbs div {
	position: relative;
	width: 20%;
}

.blog1 .numbs div::after {
	content: '';
	position: absolute;
	width: 8px;
	height: 126px;
	border-radius: 3px;
	background: #d6d6d6;
	top: 0;
	right: 0;
}

.blog1 .numbs div:last-of-type::after {
	display: none;
}

.blog1 .numbs p {
	font-size: 65px;
	color: #1350b6;
}

.blog1 .numbs span {
	font-size: 20px;
	color: #6c6a6a;
}

.blog1 .baoming {
	display: flex;
	justify-content: center;
	gap: 5%;
	margin-top: 50px;
}

.blog1 .baoming a {
	color: #ffffff;
	font-size: 27px;
	font-weight: bold;
	padding: 10px 50px;
	border-radius: 8px;
	box-shadow: 2px 2px 5px #bababa;
}

.blog1 .baoming a:first-of-type {
	background: #f78f3a;
}

.blog1 .baoming a:last-of-type {
	background: #f54343;
}

/*正文第二块*/
.blog2 {
	padding: 50px 0;
}

.timeline-container {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding-top: 40px;
}

.timeline-line {
	position: absolute;
	top: 200px;
	/* Adjusted for new layout */
	left: 13%;
	right: 13%;
	height: 0;
	border-bottom: 1px dashed #999999;
	z-index: 1;
}

.timeline-step {
	width: 350px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.timeline-point-container {
	position: absolute;
	top: 149px;
	/* Adjusted for new layout */
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.timeline-point {
	width: 22px;
	height: 22px;
	background-color: #ccc;
	border-radius: 50%;
	box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.05);
}

.timeline-point.active {
	width: 22px;
	height: 22px;
	background-color: #6666FF;
	border-radius: 50%;
	box-shadow: 0 0 0 10px rgba(102, 102, 255, 0.2);
}

.timeline-step:first-child .timeline-point {
	background-color: #4a60d2;
}

.timeline-arrow {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid white;
	margin-top: 29px;
}

/* ADD1FA */
.timeline-arrow.active {
	border-bottom: 8px solid #ADD1FA;
}

.timeline-box {
	width: 350px;

}

.timeline-box.active {
	color: #1350b6;
}

.timeline-box p {
	margin: 5px 0;
}

.timeline-box .month {
	font-size: 28px;
}

.timeline-box .status {
	font-size: 18px;
	margin-top: 20px;
}

.timeline-desc {
	height: 124px;
	overflow: hidden;
	margin-bottom: 100px;
	/* Adjusted for new layout */
	display: flex;
	flex-flow: column;
	justify-content: end;
}

.timeline-desc h3 {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 5px;
	width: 130px;
	height: 46px;
	line-height: 46px;
	margin-left: calc(50% - 65px);
}

.timeline-desc.active h3 {
	color: #ffffff;
	background: #1350b6;
	border-radius: 25px;


}

.timeline-desc p {
	font-size: 16px;
	color: #666666;
	margin-bottom: 10px;
}

/* disan */
.blog3 {
	padding: 30px 0;
}

.blog3 .cansai {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.blog3 .cansai a {
	width: 455px;
	position: relative;
	margin-top: 30px;
}

.blog3 .cansai a img {
	width: 100%;
}

.blog3 .cansai a div {
	position: absolute;
	color: #ffffff;
	padding: 20px;
	bottom: 0;
}

.blog3 .cansai a div p {
	font-size: 24px;
	margin-bottom: 10px;
}

.blog3 .cansai a div span {
	font-size: 16px;
}

/* 内容4 */
.blog4-box {
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
}

.blog4-1 {
	width: 730px;

}

.blog4-1 .swiper {
	background: #ffffff;
	position: relative;
	height: 610px;
}

.blog4-1 .swiper img {
	width: 100%;
	height: auto;
}

.blog4-1 .swiper h3 {
	font-size: 20px;
}

.blog4-1 .swiper p {
	font-size:16px;
}

.blog4-1 .swiper h3,
.blog4-1 .swiper p {
	padding: 0 20px;
}

.blog4-1 .main-bullet {
	display: inline-block;
	margin: 0 6px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #ffffff;
	cursor: pointer;
}

.blog4-1 .main-bullet-active {
	background: #f78f3a;
}

.blog4-1 .arrimg {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 37px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	top: 370px !important;
	height: 15px;
}


.blog4-2 {
	width: 640px;
	background: #ffffff;
	padding: 40px 0;
	height: 610px;
	box-sizing: border-box;
}

.blog4-2 .title1 {
	font-size: 24px;
	width: 100px;
	text-align: center;
	position: relative;
}

.blog4-2 .title1::before {
	content: '';
	width: 65px;
	height: 5px;
	background: #cccccc;
	position: absolute;
	top: 50%;
	left: -80px;
}

.blog4-2 .title1::after {
	content: '';
	width: 65px;
	height: 5px;
	background: #cccccc;
	position: absolute;
	top: 50%;
	right: -80px;
}

.blog4-2 .newsbox {
	display: flex;
	flex-flow: column;
	align-items: center;
	position: relative;
	margin-bottom: 50px;
}

.blog4-2 .newsbox ul {
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
}

.blog4-2 .newsbox ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 40px;
	font-size: 20px;
}

.blog4-2 .more {
	position: absolute;
	background: url(../img/more.png) no-repeat;
	width: 46px;
	height: 10px;
	right: 30px;
	top: 14px;
}

/*二级页面*/

.erBody {}

#erImg {
	width: 100%;
}

#erImg img {
	width: 100%;
}

.list-page {
	box-sizing: border-box;
	min-height: 800px;
}

.list-left {
	background-size: 100%;
	position: relative;
	margin-top: 40px;
	padding-bottom: 100px;
	background: #ffffff;
}

.list-location {
	width: 230px;
	padding: 0 30px;
	text-align: center;
	box-sizing: border-box;
	font-size: 24px;
	position: relative;
}

.list-location span {
	position: relative;
	display: block;
	z-index: 1;
	padding: 20px 0;
}

.list-ul li {
	width: 230px;
	box-sizing: border-box;
	margin: 10px 0;
	text-align: center;
	font-size: 18px;
	position: relative;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.list-ul>ul>li::after {
	content: '';
	width: 39px;
	height: 39px;
	position: absolute;
	top: 0;
	right: 30px;
	/* background: url(../img/left.png) no-repeat center; */
}

.list-ul>ul>li.active::after {
	/* background: url(../img/down.png) no-repeat center; */
}

.list-ul li a {
	padding: 10px 30px;
	display: block;
}

.list-ul li.active>a {
	background: #3d65e0;
	color: #ffffff;
}

.leftthi {
	width: 100%;
	padding: 0 20px;
	display: none;
}

.list-ul>ul>li.active .leftthi {
	display: block;
}

.leftthi li a {
	color: #515151;
	padding: 0 30px;
}

.list-ul .leftSec {
	display: none;
	padding: 10px 0;
}

.list-ul li.active .leftSec {
	display: block;
}

.list-ul .leftSec a {
	color: #515151;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	padding: 0 55px;
	border: none;
}

.list-right {
	width: 1100px;
	margin: 40px 0;
	box-sizing: border-box;
}

.only-listPage {
	width: 1200px;
	margin: 40px 0;
	box-sizing: border-box;
}

.right-list {
	padding: 40px 0;
}

.right-list li {
	overflow: hidden;
	padding: 10px 60px;
	font-size: 14px;
	color: #333333;
	/* background: url(../img/liststyle.png) no-repeat 40px center; */
}

.right-list li span {
	float: right;
}

.right-list li a {
	display: block;
	width: 640px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.right-title {
	
	font-size: 16px;
	position: relative;
	padding-left:15px;
}
.right-title::after{
	content: '';
	width:5px;
	height:18px;
	background: #0c4dbc;
	left:0;
	top:0;
	border-radius: 2px;
	position: absolute;
}
.fanye {
	margin: 40px 0;
	text-align: center;
}

.right-jjy {
	
}

.content-page {
	margin: 20px auto;
	box-sizing: border-box;
}

.content {
	padding: 30px 0;
}



/* fade-up reveal utility */
.reveal-up {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 1000ms ease, transform 1000ms ease;
}

.reveal-up.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal-left {
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 1000ms ease, transform 1000ms ease;
}

.reveal-left.is-visible {
    opacity: 1;
    transform: translateX(0);
}
.reveal-right {
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 1000ms ease, transform 1000ms ease;
}

.reveal-right.is-visible {
    opacity: 1;
    transform: translateX(0);
}

/* fade-up reveal utility */
.reveal-up {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 1000ms ease, transform 1000ms ease;
}

.reveal-up.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal-left {
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 1000ms ease, transform 1000ms ease;
}

.reveal-left.is-visible {
    opacity: 1;
    transform: translateX(0);
}
.reveal-right {
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 1000ms ease, transform 1000ms ease;
}

.reveal-right.is-visible {
    opacity: 1;
    transform: translateX(0);
}
