/*轮播图*/
.pc-swiper{
		display: block;
	}
	.mob-swiper{
		display: none;
	}
.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: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ffffff;
	cursor: pointer;
	border: none;	
}

.main-bullet-active {
	background: #05397f;
}

.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: 22px;
	padding-left: 20px;
	position: relative;
	margin-bottom:30px;
}

.title::after {
	content: '';
	position: absolute;
	width: 6px;
	height: 30px;
	background: #2458c2;
	border-radius: 3px;
	left: 0;
	top: 0;
}


.more {
	position: absolute;
	top: 10px;
	right: 0;
	width:36px;
	height:10px;
	background: url(../img/more.png) no-repeat;
}


/*主体第一部分*/
.blog1 {
	padding: 35px 0 80px 0;
	position: relative;
}
.blog1::after{
	content: '';
	position: absolute;
	width:100%;
	height: 50%;
	background: #e7eef3;
	/*border-top:1px dashed #c2c2c2;*/
	bottom:0;
	z-index:0;
}
.blog1-1,.blog1-2,.blog1-3{
	position: relative;
	z-index: 1;
}.blog1-1{
	width:478px;
	}
.blog1>div{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.blog1-box>a{
	width:480px;
	position: relative;
}
.blog1-box>a img{
	display: block;
	width:100%;
}
.blog1-box>a p{
	position: absolute;
	bottom: 0;
	left:0;
	color:#fff;
	width:100%;
	box-sizing: border-box;
	padding:10px;
	background: rgba(0,0,0,0.5);
}
.blog1-box ul{
	background-color: #fff;
	padding:10px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
.blog1-box ul li{
	padding:15px 0;
	border-bottom: 2px solid #e0e0e0;
	display: flex;
	flex-flow: column;
	gap:5px;
	font-size:16px;
}
.blog1-box ul li:last-of-type{
	border-bottom:0;
}
.blog1-box ul li span{
	color:#6d6d6d;
	font-size:14px;
}
.blog1-2{
	width:420px;
}
.blog1-2 ul li{
	padding:30px 0;
	border-bottom: 2px solid #e0e0e0;
	display: flex;
	flex-flow: column;
	gap:15px;
	font-size:16px;
}
.mob1-2{
		display: none;
	}
.blog1-2 ul li:first-of-type{
	padding-top:0;
}
.blog1-2 ul li:last-of-type{
	border-bottom:0;
}
.blog1-2 ul li span{
	color:#6d6d6d;
}

.blog1-3 a{
	width:395px;
	height:123px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	gap:10px;
	color:#ffffff;
	font-size:16px;
	font-weight: bold;
	margin-bottom:10px;
}
.blog1-3 a:nth-of-type(1){
	background: url(../img/fx1.png) no-repeat;
}
.blog1-3 a:nth-of-type(2){
	background: url(../img/fx2.png) no-repeat;
}
.blog1-3 a:nth-of-type(3){
	background: url(../img/fx3.png) no-repeat;
}
.blog1-3 a:nth-of-type(4){
	background: url(../img/fx4.png) no-repeat;
}
/*正文第二块*/
.blog2 {
	padding: 40px 0 80px 0;
	background: url(../img/bg1.png) no-repeat;
	background-size: 100% 100%;
}
.blog2>div{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.blog2 .title{
	color:#ffffff;
}
.blog2 .title::after{
	background:#ffffff;
}
.blog2 .more{
	width:23px;
	height:5px;
	background: url(../img/more1.png) no-repeat;
}
.blog2-1,.blog2-2{
	position: relative;
}
.blog2-1{width:830px;}
.blog2-mobbox{
	display: none;
}
.blog2-box{
	display: flex;
	justify-content: space-between;
}
.blog2-box>a{
	display: block;
	width:270px;
	background: #ffffff;
}
.blog2-box>a img{
	width:100%;
	display: block;
}
.blog2-box>a p{
	padding:10px;
}
.blog2-box>a span{
	display: block;
	padding:10px;
	padding-top:0;
	font-size:12px;
	color:#6d6d6d;
}
.blog2-box ul{
	width:535px;
	display: flex;
	flex-flow: column;
	gap:40px;
}
.blog2-box ul li{
	background: url(../img/cg.png) no-repeat left 5px;
	padding-left:25px;
	color:#ffffff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size:16px;
	gap:10px;
}
.blog2-box ul li a{
	width:400px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.blog2-2{
	width:485px;
}
.blog2-2 ul{
	
	display: flex;
	flex-flow: column;
	gap:40px;
}
.blog2-2 ul li{
	background: url(../img/zp.png) no-repeat left 5px;
	padding-left:25px;
	color:#ffffff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size:16px;
	gap:10px;
}
.blog2-2 ul li a{
	width:350px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* disan */
.blog3 {
	padding:40px 0;
	background: #e7eef3;
}
.blog3>div{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.blog3-1,.blog3-2,.blog3-3{
	position: relative;
	box-sizing: border-box;
	
}
.blog3-1,.blog3-2{
	width:440px;
}
.blog3-3{
	width:480px;
}
.blog3-1 ul,.blog3-2 ul{
	background: #ffffff;
	padding:30px 15px 40px 15px;
	display: flex;
	flex-flow: column;
	gap:25px;
	box-sizing: border-box;
	height:265px;
	  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
.blog3-1 ul li,.blog3-2 ul li{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size:16px;
	gap:15px;
}
.blog3-2 ul{
	gap:31px;
}
.blog3-3 ul{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	background: #ffffff;
	padding:30px 15px 40px 15px;
	gap:31px;
	height:265px;
	box-sizing: border-box;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
.blog3-3 ul li{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size:16px;
	gap:15px;
}
/*二级页面*/

.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: 20px;
	position: relative;
	padding-left:15px;
margin-bottom:20px;
}
.right-title::after{
	content: '';
	width:5px;
	height:28px;
	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;
}