.cebiancaidan{
	width:80px;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 11px 0px rgba(35,25,22,0.21);
	border-radius:10px;
	position: fixed;
	top: 25%;
	right: 20px;
	z-index: 99999;
}
.openorcolse{
	width:80px;
	height: 26px;
	background: #EBF7FF;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.colse_img{
	transform: rotate(180deg);
}
.r_box{
	width: 80px;
	height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.topNews{
	width: 100%;
	height: 135px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}
.topNews>span{
	font-size:40px;
	font-weight:bold;
	color:rgb(201,17,9);
}
.topNews>div{
	display: flex;
}
.topNews>div>div{
	width: 50px;
}
.showmore{
	color:#FF9C00;
}
.news_div{
    width: 100%;
    height: 380px;
	margin-bottom: 30px;
}
.news_div>div{
	height: 100%;
	overflow: hidden;
}
.ads{
	width: 100%;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
.ztw{
	width: 100%;
	margin-bottom: 30px;
	height: 340px;
	display: flex;
	justify-content: space-between;
	
}

.ztw_left {
	width: 960px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.ztw_left_top{
	width: 100%;
	height: 70px;
	background-color: #E9F2F9;
	display: flex;
	align-items: center;
}
.ztw_left_top .ztw_left_top_box{
	margin-left: 25px;
	height: 100%;
	font-size: 16px;
	color: #35629d;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.ztw_left_top_title{
	color: #fff;
	font-size: 18px;
	width: 120px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	margin-left: 20px;
	background-color: #015293;
}

.ztw_left_bottom{
	width: 100%;
	height: 250px;
	display: flex;
	justify-content: space-between;
}
.ztw_left_bottom_loop{
	width: 390px;
	height: 100%;
	margin-right: 20px;
}
.ztw_left_bottom_list{
	overflow: hidden;
	width: 100%;
}


.ztw_right{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 290px;
}
.ztw_right_item{
	width: 100%;
	height: 75px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.ztw_right_item img{
	margin: 0 20px 0 40px;
}
.ztw_right_item.item1{
	color: #4AAE61;
	background: url(../img/bg_1.png);
}
.ztw_right_item.item2{
	color: #F68909;
	background: url(../img/bg_3.png);
}
.ztw_right_item.item3{
	color: #677BCF;
	background: url(../img/bg_3.png);
}
.ztw_right_item.item4{
	color: #007CA2;
	background: url(../img/bg_4.png);
}



.ads2{
	width: 100%;
	height: 100px;
	margin-bottom: 30px;
	overflow: hidden;
}
.blue_box{
	width: 100%;
	height: 309px;
	border-top: 1px solid #015293;
	background-color: #E9F5FF;
	display: flex;
	justify-content: space-between;
}
.blue_box .flexRow{
	height: 35px;
}
.ad_box{
	width: 408px;
	height: 226px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.ad_box>img{
	width: 100%;
	height: 104px;
	
}
.fu_tab{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 40px;
	border-bottom:1px solid #BBD4E8;
	color: #015293;font-size: 16px;
}
.fu_tab>div{
	display: inline-block;
	line-height: 40px;
	cursor: pointer;
}
.blue_box .jpda{
	margin-top: 0px;
}
.blue_box>div{
	width: 33.3%;
}
.blue_box .title{
	border-bottom: 1px solid #BBD4E8
}
.ad_box_parent{
	margin-bottom: 30px;
}
.ad_box_parent .h228 .jpda{
	margin: 10px 0 0 0px;
	height: calc(100% - 50px - 10px);
}
.ad_box_parent .h228 .jpda .flexRow{
	height: 29px;;
}
.link_group{
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.link_group>img{
	width: 30px;
	height: 60px;
}
/* .link_group>div{
	width: calc(100% - 80px);
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
} */
#ticker>img{
	width: 231px;
	height: 80px;
	margin-right: 10px;
	cursor: pointer;
}
#ticker>img:last-of-type{
	margin-right: 0px;
}


 .swiper-container {
        width: 100%;
        height: 100%;
        margin: 20px auto;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
	.news{
		position: absolute;
		bottom: 10px;
		left: 0;
		width: 100%;
		height: 20px;
		color: #fff;
		z-index: 999;
		padding: 0 5px;
		background-color: rgba(0, 0, 0, 0.6);
		text-align: left;
	}
	
	.swiper-pagination{
		text-align: right !important;
		padding-right: 5px;
		z-index: 9999 !important;
	}
	.swiper-pagination-bullet{
		opacity: 1 !important;
		border-radius: 0 !important;
		background: #fff !important;
	}
	.swiper-pagination-bullet-active {
	    background: #007aff !important;
	}
	.flex{
		display: flex;
		overflow: hidden;
		/* height: 256px; */
	}
	.column{
		flex-direction: column;
	}
	.title{
		    height: 35px;
			
	}
	.title h3{
		display: inline-block;
		margin: 0;
		height: 35px;
		color: #015293;
		font-size: 18px;
		cursor: pointer;
		    margin-right: 3px;
	}
	.title h3.active{
		font-size: 21px;
	}
	.title.noborder{
		border-bottom: none;
		height: 25px;
	}
	.title_red{
		font-size: 28px;
		color: #C91109;
	}
	.title_blue{
		font-size: 28px;
		color: #015293;
	}
	.title.noborder h3{
		border-bottom: none;
		font-size: 18px;
		height: 25px;
	}
	.flexRow{
		display: flex;
		/* height: 36px; */
		height: 37px;
		justify-content: space-between;
		align-items: center;
	}
	.flexRow .dot{
		width: 4px;
		height: 4px;
		display: inline-block;
		background: #999999;
		border-radius: 100%;
		margin-right: 9px;
	}
	
	.flexRow .content{
		display: flex;
		/* width: calc(100% - 100px); */
		width: 100%;
		align-items: center;
		overflow: hidden!important;
		text-overflow: ellipsis!important;
		-webkit-line-clamp: 1;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		white-space: normal;
		word-wrap: break-word;
	}
	.flexRow .time{
		width: 100px;
	}
	.flex1{
		flex:1;
	}
	.videoBox{
		height: 256px;
		width: 100%;
		border: 1px solid #E6E6E6;
		border-top:2px solid #015193;
		background-color: #FAFAFA;
		padding: 10px;
		
	}
	
	.video{
		width: 100%;
		height: calc(100% - 25px);
		position: relative;
	}
	.video .palybg{
		display: inline-block;
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0px;
		background: rgba(0,0,0,.5);
	}
	.video .playIcon{
		display: inline-block;
		height: 50px;
		width: 50px;
		position: absolute;
		top: 50%;
		left: 50%;
		background: url(../images/play_icon.png);
		transform: translateX(-50%) translateY(-50%);
		z-index: 2;
	}
	
	.fontnews_div{
		width: 100%;
		height: 90px;
		/* margin-bottom: 20px; */
		display: flex;
		justify-content: space-between;
		padding: 0 15px;
	}
	.fontnews_div>div{
		width: 45%;
		overflow: hidden;
		display: flex;
		
	}
	.fontnews_div .shutitle_box{
		width: 40px;
		height: 90px;
		background: #015293;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.fontnews_div .shutitle_box span{
		font-size: 16px;
		color: #fff;
		width: 16px;
		display: inline-block;
		line-height: 1.2;
	}
	.fontnews_div .fontnews_box{
		height: 100%;
		overflow: hidden;
		background-color: #fff;
		width: calc(100% - 40px);
	}
	.fontnews_div .fontnews_box .flexRow{
		padding:10px;
		height: 30px;
	}
	.fontnews_box .flexRow .content{
		width: 100%;
	}
	
	.box_line{
		margin-top: 20px;
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.box_line .box{
		width: calc((100% - 40px) / 3);
		background-color: #fff;
	}
	.h40{
		height: 40px !important;
	}
	.h240{
		height: 240px !important;
	}
	.h228{
		height: 228px !important;
	}
	.h300{
		height: 300px !important;
	}
	.h309{
		height: 309px !important;
	}
	.h50{
		height: 50px !important;
	}
	.box_line .box h3{
		padding:17px 0 0 20px;
	}
	.c005ABC{
		color: #005ABC !important;
		border-bottom: 2px solid #005ABC !important;
	}
	.cF09D29{
		color: #F09D29 !important;
		border-bottom: 2px solid #F09D29 !important;
	}
	.c008F83{
		color: #008F83 !important;
		border-bottom: 2px solid #008F83 !important;
	}
	.c015293{
		color: #c015293 !important;
		border-bottom: 2px solid #c015293 !important;
	}
	.icon_box_div{
		width: 100%;
		height: calc(100% - 50px);
		padding:20px;
		display: flex;
		justify-content: space-between;
	}
	.icon_box_div .box_colum {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.w-2{
		width: calc((100% - 20px) / 2);
	}
	.w-3{
		width: calc((100% - 20px) / 3);
	}
	.h-3{
		height: calc((100% - 20px) / 3);
	}
	.h-2{
		height: calc((100% - 10px) / 2);
	}
	.h-1{
		height: 100%;
	}
	.style1{
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.icon_mini{
		height: 23px;
		margin-right: 9px;
		margin-left: 16px;
	}
	.icon_midel{
		height: 23px;
		margin-bottom: 5px;
	}
	.icon_lag{
		height: 42px;
		margin-bottom: 10px;
	}
	.style2{
		display: flex;
		flex-direction: column;
		justify-content: center ;
		align-items: center;
	}
	
	.gcjs{
		width: 100%;
		margin: 20px 0;
		height: calc(100% - 50px - 40px);
		text-indent:25px;
		line-height: 21px;
		overflow: hidden!important;
		text-overflow: ellipsis!important;
		-webkit-line-clamp: 10;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		white-space: normal;
		word-wrap: break-word;
		position: relative;
	}
	.detail_icon{
		font-size:16px;
		font-family:MicrosoftYaHei;
		font-weight:400;
		color:rgba(51,51,51,1);
		
		position: absolute;
		bottom: 0px;
		right: 0px;
		display: inline-block;
		background-color: #fff;
		text-indent: 0px;
		color: #015293;
	}
	.w100p{
		width: 100% !important;
	}
	.jpda{
		width: 100%;
		margin: 20px 0;
		height: calc(100% - 50px - 40px);
		overflow: hidden;
	}
	
	.box_img {
	    margin-top: 20px;
	    width: 100%;
		padding: 18px 10px;
		background-color: #fff;
		height: 116px;
		display: flex;
		align-items: center;
	}
	.box_img .arrow_div{
		width: 36px;
		height: 100%;
		display: flex;
		align-items: center;
	}
	.box_img .arrow_div.right{
		justify-content: flex-end;
	}
	.arrow_div img{
		height: 26px;
	}
	.box_img .theme_div{
		width: calc(100% - 36px - 36px);
		height: 100%;
		display: flex;
		justify-content: space-between;
	}
	.box_img .theme_div>div{
		width: calc((100% - 26px - 26px) / 3);
		height: 100%;
		position: relative;
	}
	.theme_title{
		font-size:24px;
		font-family:Source Han Sans CN;
		font-weight:bold;
		color:rgba(87,102,134,1);
		line-height:26px;
		display: inline-block;
		width: 200px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		-webkit-text-stroke: 1px #fff;
	}
	.box_link{
		margin-top: 20px;
		width: 100%;
		padding: 20px 20px;
		background-color: #fff;
		height: 80px;
		margin-bottom: 20px;
		
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.box_link>div{
		height: 100%;
		width: 200px;
		background: #E7F4FF;
		border: 1px solid #BFE2FE;
		font-size:16px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	img.link{
		height: 18px;
		margin-right: 6px;
	}
	