.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banner img {
	width: 100%;
}

.list li{
	padding: 12px 0;
	height: 72px;
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid rgba(255, 255, 255, .24);
}

.list li::before{
	content: '';
	display: inline-block;
	width: 12px;
	height: 2px;
	background-color: #fff;
	margin-right: 18px;
	margin-top: 10px;
}
.list li:hover::before{
    padding-left: 5px;
    background: #AFC7EA;
}
.list li a:hover{
	color: #AFC7EA;
}
.list li a{
	flex:1
}
.list_dl .listItem {
	display: flex;
	font-size: 16px;
	padding: 14px 0;
}

.list_dl .listItem dt {
	width: 68px;
	padding: 0 8px;
	text-align: center;
	line-height: 1;
	margin-right: 12px;
	border-right: 1px solid rgba(255, 255, 255, .24);
	color: #fff;
}
.list_dl .listItem dt p{
	line-height: 26px;
	padding-bottom: 4px;
}
.list_dl .listItem dt span {
	padding: 1px 8px;
	font-size: 12px;
	color: #fff;
}

.list_dl .listItem dd {
	flex: 1;
	display: flex;
	align-items: center;
	height: 48px;
}

.main1{
	padding: 0px 0 40px;
	min-height: 300px;
	position: relative;
	overflow: hidden;
}
.main1::before,.main1::after{
	position: absolute;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	z-index: -1;
}
.main1::before{
	top:0;
	bottom: 0;
	left: 0;
	background:#F8FDFF url(../images/mainbg1.jpg) no-repeat 0 0;
}
.main1::after{
	top:0;
	bottom: 0;
	right: 0;
	background:#F8FDFF url(../images/mainbg2.jpg) no-repeat right bottom;
}
.mainHd{
	padding: 18px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mainHd span{
	position: relative;
	padding: 10px 0;
}
.mainHd span::before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 4px;
	background-color: #00B7EE;
}
.more{
	display: block;
	padding-left: 26px;
	height: 20px;
	line-height: 20px;
	background: url(../images/ico_more1.png) no-repeat;
	color: #A2A5A6;
}
.main1_1 .mainBd,.main1_2 .mainBd{
	display: flex;
}
.main1_1 .items,.main1_2 .items {
	width: 23.5%;
	margin-right: 2%;
}
.main1_1 .items:last-child,.main1_2 .items:last-child{
	margin-right: 0;
}
.main1_1 .items .desc{
	height: 82px;
}
.main1_2 .items{
	padding:8px 18px;
	background-color: #fff;
}
.main2{
	padding: 10px 0 30px;
	color: #fff;
	background: url(../images/main2bg.png) no-repeat 0 center,linear-gradient(90deg,#0A7BC6,#155BC0) ;
}
.main2 a{
	color: #fff;
}

.main2 a.txt_color_888{
	color: rgba(255, 255, 255, .5);
}
.main2 .mainHd span::before{
	background-color: #fff;
}
.main2 .mainHd .more{
	color: #AFC7EA;
	background:url(../images/ico_more.png) no-repeat;
}
.main2_1,.main2_2,.main2_3{
	width: calc(33.3% - 24px);
	float: left;
}
.main2_2{
	margin:0 36px;
}


.main2_1 .swiper-news,.main2_1 .list{
	width: calc(50% - 15px);
	overflow: hidden;
	position: relative;
}
.main2_1 .swiper-news{margin-top:8px;}
.main2_1 .swiper-news .items p.t-center{
	width: 80%; margin: 0 auto;
}
.main2_1 .swiper-news .swiper-pagination{
	position: relative;
	bottom: 0;
}
.main2_1 .swiper-news .swiper-pagination-bullet{
	border:1px solid #fff; background:transparent;    opacity: 1;
}
.main2_1 .swiper-news .swiper-pagination .swiper-pagination-bullet-active{
	background: #fff;
}

.main3{
	padding: 0px 0 30px;
	background: url(../images/main3bg.jpg) no-repeat center;
}
.main3_1,.main3_2,.main3_3{
	width: calc(33.3% - 24px);
}
.main3_1{
	margin-left: 36px;
}
.main3_1 .mainBd .items{
	width: 100%;
	padding:15px 0;
	display: flex;
	border-bottom: 1px solid #B7C2C4;
}
.main3_1 .mainBd .items .ptbox{
	width: 47%;
	padding-right: 3%;
}
.main3_1 .mainBd .items .ptxt{
	width: 50%;
	
}
.main3_1 .mainBd .items p{
}
.main3_1 .mainBd .items p.desc{
	height: 83px;
	padding-top: 10px;
}
.main3_1 .mainBd .items p.desc span{
	display: inline-block;
	margin-right: 10px;
	padding: 3px 10px;
	color: #888;
}
.main3_2 .mainBd{
	width: 100%;
	overflow: hidden;
	margin-left: -2%;
	margin-right: 2%;
}
.main3_2 .mainBd ul{
	clear: both;
	overflow: hidden;
}
.main3_2 .mainBd li,.main3_2 .mainBd .swiper-slide{
	width: 50%;
	padding:0 2%;
	float: left;
	position: relative;
	overflow: hidden;
}
.main3_2 .mainBd li:last-child{
	margin-right: 0;
}
.main3_2 .mainBd li img,.main3_2 .mainBd .swiper-slide img{
	width: 100%;
	
}
.main3_2 .mainBd li span{
	position: absolute;
	bottom:0;
	left: 0;
	right: 0;
	display: block;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	text-align: center;
}
.main4 .mainBd ul{
	padding: 15px 0;
}
.main4 .mainBd ul li{
	float: left;
	margin-right: 21px;
	width: calc(33.3% - 14px);
}
.main4 .mainBd ul li img{
	width: 100%;
}
.main4 .mainBd ul li:last-child{
	margin-right: 0;
}
.platform{
}
.platform .ptbox .inner{
	padding-bottom: 21%;
}
.platform ul li{
	margin-bottom: 12px;
}
.platform ul li:last-child{
	margin-bottom: 0;
}
.platform ul li img{
	width: 100%;
	height: 88px;
	
	border:1px solid #DCDCDC
}

.main5{
	background: #155BC0 url(../images/linkbg.jpg) no-repeat 70% center;
	color: #fff;
	padding: 0px 0 20px;
}
.main5 a{
	color: #fff;
}
.main5 .container{
	position: relative;
}
.main5 .container .code{
	position: absolute;
	top:40px;
	right: 0;
}
.main5 .mainHd{
	padding: 10px 0 5px;
}
.main5 .mainHd span::before{
	display: none;
}

.main5 ul li{
	display: inline-block;
	margin-right: 40px;text-align: center;
}


.main5 ul li span{
	display: block;
	text-align: center;
	padding-top:14px;
}