/*轮播图*/
.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;
	margin: 0 10px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ffffff;
	cursor: pointer;
}

.main-bullet-active {
	background: #52abd3;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 30px !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{
	width:286px;
	height:86px;
	background: #06a2e9;
	color:#ffffff;
	line-height: 86px;
	text-align: center;
	margin:0 auto;
	font-size:32px;
	border-radius: 12px;
	box-shadow: -10px -6px 0 rgba(6,162,233,0.16);
	letter-spacing: 3px;
}

.more {
	position: absolute;
	background: url(../img/more.png) no-repeat;
	width:40px;
	height:40px;
	top:80px;
	right:10px;
}

/*主体第一部分*/
.blog1{
	display: flex;
	justify-content: flex-end;
	margin-top:50px;
}
.blog1-1{
	position: relative;
	width:100%;
}
.jsbg{
	position: absolute;
	top:0;
	right:0;
}
.jsbg img{
	width:973px;
	height:386px;
}
.jsbox{
	position: relative;
	z-index: 10;
	left:0;
	margin-top:30px;
}
.jsbox>p{
	width:470px;
	height:150px;
	background: rgba(0,160,233,0.65);
	display: flex;
	justify-content: center;
	font-size:38px;
	color:#ffffff;
	align-items: center;
}
.jsbox>p img{
	width:75px;
	height:75px;
	margin-right:10px;
}
.jsbox div{
	background: rgba(255,255,255,0.92);
	width:1030px;
	height:330px;
	line-height:2;
	box-sizing: border-box;
	padding:0 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:26px;
}
.jsbox div p{
font-size:26px;
line-height:2;
}
/*正文第二块*/
.blog2 {
	margin-top:50px;
	padding:50px 0;
	background: #d6e5ec;
}
.blog2-1{
	display: flex;
	flex-flow: column;
	flex-wrap: wrap;
	height:600px;
	position: relative;
	width:1240px;
	margin:20px auto;
}
.blog2-1 li{
	position: relative;
	width:206px;
	padding:45px 0;
}
.blog2-1 li:first-of-type{
	margin-rigth:0;
}
.blog2-1 li:nth-of-type(2n){
	position: relative;
	left:150px;
}


.blog2-1 li img{
	width:206px;
	height:124px;
	display: block;
}
.blog2-1 li p{
	background: #ffffff;
	width:206px;
	height:52px;
	overflow: hidden;
	padding:10px 20px;
	font-size:12px;
	box-sizing: border-box;
}
.blog2-1 li span{
	position: absolute;
	width:40px;
	height:40px;
	font-size:30px;
	line-height:40px;
	text-align: center;
	border-radius: 50%;
	background: #b6b3b3;
	color:#ffffff;
	left:80px;
	z-index: 10;
}
.blog2-1 li:hover span{
	background: #06a2e9;
}
.blog2-1 li:nth-of-type(2n-1) span{
	top:250px;
}
.blog2-1 li:nth-of-type(2n) span{
	top:-15px;
}
.blog2-1::after{
	content:'';
	position: absolute;
	width:1090px;
	height:2px;
	background: #06a2e9;
	top: 270px;
	left: 100px;
}
/*正文第三部分*/
.blog3{
	padding:50px 0;
	position: relative;
}
.blog3 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.blog3 ul li{
	margin-top:40px;
}
.blog3 ul li img{
	width:450px;
	height:255px;
	display: block;
}
.blog3 ul li .newsbox{
	width:450px;
	height:200px;
	background: #ffffff;
	padding:30px 15px;
	box-sizing: border-box;
	display: flex;
	flex-flow: column;
	justify-content: space-around;
}
.blog3 ul li .newsbox p{
	font-size: 19px;
}
.blog3 ul li .newsbox div{
	font-size: 16px;
	color:#666666;
	line-height: 1.5;
	height: 50px;
	overflow: hidden;
}
.blog3 ul li .newsbox span{
	font-size: 16px;
}
.blog3 ul li:first-of-type a{
	display: flex;
	justify-content: space-between;
}
.blog3 ul li:first-of-type img{
	width:710px;
	height:385px;
}
.blog3 ul li:first-of-type .newsbox{
	width:690px;
	height:385px;
	background: #ffffff;
	padding:30px 45px;
	box-sizing: border-box;
	display: flex;
	flex-flow: column;
	justify-content: space-around;
}
.blog3 ul li:first-of-type .newsbox p{
	font-size: 24px;
	text-align: center;
}
.blog3 ul li:first-of-type .newsbox div{
	font-size: 18px;
	color:#333333;
	height:auto;
	line-height: 1.5;
}
.blog3 ul li:first-of-type .newsbox span{
	font-size: 22px;
}
/* 正文第四部分 */
.blog4{
	position: relative;
	padding:50px 0;
}
.blog4 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.blog4 ul li{
	margin-top:40px;
}
.blog4 ul li a{
	width:680px;
	height:250px;
	background: #ffffff url(../img/ggico.png) no-repeat left top; 
	padding:40px 45px;
	box-sizing: border-box;
	display: flex;
	flex-flow: column;
	justify-content: space-around;
}
.blog4 ul li p{
	font-size: 19px;
}
.blog4 ul li div{
	font-size: 16px;
	color:#666666;
	line-height: 1.5;
	height: 50px;
	overflow: hidden;
}
.blog4 ul li span{
	font-size: 16px;
}
/* 正文第五部分 */
.title1{
	width:200px;
	height:60px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #08a3ea;
	font-size: 32px;
	color:#ffffff;
	top:-3px;
}
.title1 img{
	margin-right:10px;
}
.title1::after{
	content: '';
	position: absolute;
	width:0;
	height:0;
	border-top:42px solid transparent;
	border-right:42px solid #08a3ea;
	border-bottom:42px solid transparent;
	right: -35px;
	top: -27px;
	transform: rotate(45deg);
}
.blog5{
	position: relative;
	background: #ffffff url(../img/rebg.png) no-repeat left bottom;
	background-size: 100%;
}
.blog5 .more{
	top:15px;
	right:15px;
}
.blog5 ul{
	display: flex;
	justify-content: space-around;
	padding:50px 0;
}
.blog5 ul li{
	position: relative;
}
.blog5 ul li a{
	width:355px;
	height:210px;
	font-size:20px;
	line-height:1.5;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}
.blog5 ul li::after{
	content: '';
	position: absolute;
	height:210px;
	width: 4px;
	background:#afdef5;
	top:0;
	left:-50px;
}
.blog5 ul li:first-of-type::after{
	display: none;
}
.blog5 ul li p{
	color:#14444f;
	font-weight: bold;
}
.blog5 ul li span{
	display: block;
}

/* 正文第六块 */
.blog6{
	margin-top:50px;
	padding:50px 0;
	background: #ffffff;
}
.blog6 img{
	width:100%;
}
/*二级页面*/

.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: 345px;
	height: 87px;
	text-align: center;
	line-height: 87px;
	color: #029ee8;
	background: #ffffff;
	box-sizing: border-box;
	font-size: 36px;
	position: relative;
}

.list-location span {
	position: relative;
	z-index: 1;
	padding: 0 10px;
	background: #ffffff;
}

.list-ul li {
	width: 345px;
	color: #666666;
	box-sizing: border-box;
	text-align: center;
	margin: 10px 0;
	font-size: 24px;
	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 li a {
	height: 65px;
	line-height: 65px;
	padding: 0 40px;
	display: block;
}

.list-ul li.active>a {
	background: #029ee8;
	color: #ffffff;
}

.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: 1000px;
	margin: 40px 0;
	box-sizing: border-box;
	background: #ffffff;
}

.only-listPage {
	width: 1200px;
	margin: 40px 0;
	box-sizing: border-box;
}

.only-list li {
	overflow: hidden;
	padding: 10px 50px;
}

.only-list li span {
	float: right;
}

.only-list li a {
	display: block;
	width: 1000px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.only-list1 li {
	overflow: hidden;
	padding: 10px 50px 30px 50px;
	font-size:16px;
	color:#333333;
}

.only-list1 li span {
	float: right;
}

.only-list1 li a {
	display: block;
	width: 640px;
	
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.right-title {
	color: #333333;
	font-size: 24px;
	margin: 20px 30px;
	padding-bottom:20px;
	border-bottom:1px solid #cccccc;
}
.right-title span {
	color: #333333;
	display: inline-block;
	
	
}
.right-title span:first-of-type{
border-left:6px solid #029ee8;
padding-left:20px;
}
.right-list li {
	padding: 50px 30px;
	border-bottom: 1px solid #ebe8e8;
}

.right-list .date {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #f0eeee;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

.right-list .date P {
	padding-top: 15px;
	font-size: 20px;
}

.right-list .date span {
	font-size: 12px;
	color: #999999;
}

.right-list .news {
	font-size: 16px;
	width: 700px;
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
}

.right-list .news span {
	color: #999999;
	display: block;
	margin: 10px 0;
}

.fanye {
	margin: 40px 0;
	text-align: center;
}

.right-jjy {
	padding: 30px 50px;
}

.content-page {
	padding: 40px 100px;
	margin: 20px auto;
	box-sizing: border-box;
	background: #ffffff;
}

.content {
	padding: 30px;
}

