*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body{
	margin:0 auto;
	font-size:12px;
	font-family:"Microsoft Yahei";
	background:#fff;
	color:#363636;
}
h1,h2,h3{
	font-weight:500;
}
img{
	border:none;
}
a{
	cursor:pointer;
	color:#363636;
	text-decoration:none;
	outline:none;
}
a:hover{
	color:#f60;
}
ul{
	list-style-type:none;
}
em{
	font-style:normal;
}
.lt{
	float:left;
}
.rt{
	float:right;
}
input.sub,label{
	border:none;
	cursor:pointer;
}
input,textarea,select{
	font-family:"Microsoft Yahei";
	outline:none;
}
table{
	border-collapse:collapse;
}
table td,table th{
	padding:0;
}
.clear::before{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.clear::after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.warpin{
	width: 1200px;
	margin:0 auto;
}
.header_content_box{
	background: #0058a2;
}
.header_content_box .warpin{
	background: url(/static/image/header_bg1.png) no-repeat center;
	background-size: 100%;
	padding: 50px 0;
	padding-left: 417px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header_content_box .l_txt_box{
	padding:8px 0 8px 20px;
	border-left:1px solid #fff;
}
.header_content_box .l_txt_box h2{
	font-size:32px;
	color:#ffffff;
}
.header_content_box .l_txt_box p{
	font-size:12px;
	color:#fff;
	opacity: 0.8;
}
.header_content_box .r_cont_box{
	display: flex;
	align-items: center;
}
.header_content_box .r_cont_box .navi_box{
	display: flex;
	align-items: center;
	margin-right: 20px;
}
.header_content_box .r_cont_box .navi_box .li{
	text-align: center;
	margin:0 14px;
}
.header_content_box .r_cont_box .navi_box .li .i{
	display: block;
	width: 100%;
	text-align: center;
}
.header_content_box .r_cont_box .navi_box .li p{
	text-align: center;
	color:#99e0fa;
}
.header_content_box .r_cont_box .search_box{
	display: flex;
	align-items: center;
	height: 38px;
	background: #fff;
}
.header_content_box .r_cont_box .search_box input{
	width: 220px;
	height: 38px;
	background: #fff;
	border:none;
	padding-left:10px;
}
.header_content_box .r_cont_box .search_box .btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 74px;
	height: 38px;
	background: #549ec8;
	font-size:16px;
	color:#fff;
}
.header_navi_box{

	border-bottom: 1px solid #00a8ea;
}
.header_navi_box .warpin{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 12;
}
.header_navi_box .li{
	display: block;
	font-size:16px;
	color:#353434;
	margin:0 8px;
	padding:16px 10px;
	position: relative;
}
.header_navi_box a:hover{
	color:#0168b7;
}
.header_navi_box a.hover{
	color:#0168b7;
}



@-webkit-keyframes dhli {
0%{ opacity: 0;-webkit-transform:rotateX(-50deg)rotatey(135deg)rotateZ(15deg) translate(0px,20px); }}
@keyframes dhli {
0%{ opacity: 0;transform:rotateX(-50deg)rotatey(135deg)rotateZ(15deg) translate(0px,20px); }}

.header_navi_box .li .li_box{
	position: absolute;
	top: 54px;
	left:0;
	width: 100%;
	display: none;
}
.header_navi_box .li .li_box a{
	display: block;
  width: 100%;
	padding:8px 0;
	text-align: center;
	margin-bottom:1px;
  background: #3c81cf;
	color:#fff;
	font-size:14px;
}
.header_navi_box .li .li_box a:hover{
	background: #044f9b;
}
.header_navi_box .li:hover .li_box{
	display: block;
}

.index_banner_box{
	width: 100%;
	margin-bottom: 20px;
}
.index_banner_box img{
	width: 100%;
        height: 472px;
}
.index_banner_box .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	border:2px solid #fff;
	background: none;
	opacity: 1;
}
.index_banner_box .swiper-pagination-bullet-active{
	background: #fff;
}

.index_pulic_title{
	border-bottom: 1px solid #e8e8e8;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.index_pulic_title span{
	padding:6px 0;
	border-bottom: 2px solid #2c91e0;
	font-size:25px;
	color:#4b5153;
}
.index_pulic_title a{
	font-size:16px;
	color:#666666;
}
.index_news_content{
	margin-bottom:2px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.index_news_content .xyxw_cont_box{
	width: 872px;
}
.index_news_content .xyxw_cont_box .content_box {
	display: flex;
	justify-content: space-between;
}
.index_news_content .xyxw_cont_box .xyxw_banner_box{
	width: 400px;
	height: 312px;
	margin:0;
}
.xyxw_banner_box img{
	width: 100%;
	height: 100%;
}
.xyxw_banner_box .txt_box{
	display: block;
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	height: 70px;
	line-height: 70px;
	background: rgba(0,0,0,0.4);
	font-size:18px;
	color:#ffffff;
	padding:0 100px 0 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.xyxw_cont_box .xyxw_last_cont{
	width: 450px;
}
.xyxw_cont_box .xyxw_last_cont .li{
	display: flex;
	position: relative;
	padding:10px 86px 10px 26px;
}
.xyxw_cont_box .xyxw_last_cont .li a{
	font-size:16px;
	color:#2491cd;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.xyxw_cont_box .xyxw_last_cont .li a:hover {color:#f30;}
.xyxw_cont_box .xyxw_last_cont .li::after{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background: #2c91e0;
	border-radius: 100%;
	position: absolute;
	left:0;
	top: 50%;
	transform: translateY(-50%);

}
.xyxw_cont_box .xyxw_last_cont .li .time{
	font-size:12px;
	color:#999999;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size:12px;
	color:#999999;
}
.index_news_content .tzgg_cont_box{
	width: 290px;

}
.index_news_content .cont_box{
	border:1px solid #e5e5e5;
	border-bottom: none;
	border-radius: 5px;
	padding:10px 20px;
}
.index_news_content .list_box{
	display: flex;
	align-items: center;
	padding:7px 0;
	border-bottom: 1px dashed #e5e5e5;
}
.index_news_content .list_box .time_box{
	display: block;
	width: 66px;
	border:1px solid #2c91e0;
}
.index_news_content .list_box .time_box .d{
	display: block;
	width: 100%;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #2c91e0;
	font-size:26px;
	color:#ffffff;
}
.index_news_content .list_box .time_box .n{
	display: block;
	width: 100%;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size:14px;
	color:#5e5e5e;
	font-family: "Arial";
}
.index_news_content .list_box .txt{
	width: calc(100% - 66px);
	padding-left:10px;
	font-size:16px;
	color:#333333;
	line-height: 28px;
	
}
.txt a{
color:#2491cd;

}
.txt a:hover {color:#f30;}
.index_news_content .more_btn{
	display: flex;
	width: 100%;
	height: 50px;
	align-items: center;
	justify-content: center;
	background: #2c91e0;
	border-radius: 10px;
	font-size:16px;
	color:#ffffff;
}

.index_tjxz_content{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.index_tjxz_content .last_box{
	width: 374px;
}
.index_tjxz_content .w580 {width:580px;}
.index_tjxz_content .last_box .list_box{
	padding:7px 50px 7px 12px;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index_tjxz_content .last_box .list_box a{
	font-size:16px;
	color:#2491cd;
}
.index_tjxz_content .last_box .list_box a:hover {color:#f30;}
.index_tjxz_content .last_box .list_box .time{
	font-size:14px;
	color:#999999;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.index_tjxz_content .last_box .list_box::after{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background: #2c91e0;
	border-radius: 100%;
	overflow: hidden;
	position: absolute;
	left:1px;
	top: 50%;
	transform: translateY(-50%);
}

.index_xsjz_content{
	margin-bottom:30px;
}
.xsjz_content_box .i{
	width: 100%;
	height: 194px;
}
.xsjz_content_box .i img{
	width: 100%;
	height: 100%;
}
.xsjz_content_box .txt_box{
	margin-top: 10px;
	border-left:6px solid #dadbdc;
	padding-left:20px;
}
.xsjz_content_box .txt_box h2{
	font-size:16px;
	color:#333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.xsjz_content_box .txt_box p{
	display: flex;
	align-items: center;
	font-size:14px;
	color:#999999;
}
.xsjz_content_box .txt_box p img{
	width: 15px;
	height: 15px;
	margin-right: 6px;
}

.index_yzxx_cont{
	display: flex;
	justify-content: space-between;
	margin:40px auto;
}
.index_yzxx_cont .yzxx_cont{
	display: flex;
	align-items: center;
	width: 352px;
	height: 110px;
	background: #f0f1f1;
	padding:0 24px;
}
.index_yzxx_cont .yzxx_cont img{
	width: 70px;
}
.index_yzxx_cont .yzxx_cont .txt_cont{
	width: calc(100% - 70px);
	padding-left:10px;
}
.index_yzxx_cont .yzxx_cont .txt_cont h2{
	font-size:20px;
	color:#4a4a4b;
}
.index_yzxx_cont .yzxx_cont .txt_cont p{
	font-size:19px;
	color:#3a3939;
}
.index_yzxx_cont .last_cont{
	width: calc(100% - 352px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right:20px;
}
.index_yzxx_cont .last_cont .li{
	width:388px;
	height: 110px;
}
.index_yzxx_cont .last_cont .li img{
	width: 355px;
    height: 100%;
    border: 3px solid #2c91e0;
}

.footer_content_box{
	width: 100%;
	height:245px;
	background: url(/static/image/footer_bg.png) no-repeat center;
	background-size:cover;
}
.footer_content_box .warpin{
	display: flex;
	height: 245px;
	justify-content: space-between;
	align-items: center;
}
.footer_content_box .link_cont{
	width: 400px;
	border-right: 1px solid rgba(255,255,255,0.2);
}
.footer_content_box .link_cont .tis_tle{
	font-size:16px;
	color:#ffffff;
	margin-bottom: 18px;
}
.footer_content_box .link_cont .last_box{
	display: flex;
	flex-wrap: wrap;
}
.footer_content_box .link_cont .last_box .li{
	width: 50%;
	margin-bottom:10px;
}
.footer_content_box .link_cont .last_box .li a{
	font-size:14px;
	color:#ffffff;
}
.footer_content_box .logo_cont{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 396px;
}
.footer_content_box .contact_box{
	padding-left:40px;
  border-left: 1px solid rgba(255,255,255,0.2);
}
.footer_content_box .contact_box .tle_box{
	font-size:16px;
	color:#ffffff;
	margin-bottom: 16px;
}
.footer_content_box .contact_box p{
	font-size:14px;
	color:#ffffff;
	padding:7px 0;
}
.footer_copy_box{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 60px;
	background: #00447e;
	font-size:14px;
	color:#ffffff;
}

.content_banner_box{
	width: 100%;
}
.content_banner_box img{
	width: 100%;
	display: block;
}

.pulic_content_box{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding:40px 0;
}
.pulic_content_box .content_lt_navi{
	width: 232px;
}
.content_lt_navi .tis_tle{
	width: 100%;
	position: relative;
}
.content_lt_navi .tis_tle img{
	width: 100%;
}
.content_lt_navi .tis_tle span{
	position: absolute;
	left:0;
	top: 0;
	font-size:25px;
	color:#0063b1;
}
.content_lt_navi .li{
	width: 100%;
	height: 58px;
	display: flex;
	align-items: center;
	margin-bottom:2px;
	padding-left:25px;
	transition: all 0.5s;
	background: #f0f0f0;
}
.content_lt_navi .li a{
	display: block;
	font-size:18px;
	color:#333333;
	padding-left:10px;
	border-left:3px solid #f68428;
}
.content_lt_navi .li:hover{
	padding-left:46px;
	background: #71bef1;
}
.content_lt_navi .li:hover a{
	color:#fff;
	border-left:3px solid #fff;
}
.content_lt_navi .li.hover{
	padding-left:46px;
	background: #71bef1;
}
.content_lt_navi .li.hover a{
	color:#fff;
	border-left:3px solid #fff;
}
.pulic_content_box .content_rt_box{
	width: 890px;
}
.content_rt_box .tis_title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom:1px solid #a3a9ac;
}
.content_rt_box .tis_title .lt_box{
	padding:14px 6px 14px 0;
	border-bottom:1px solid #0872b8;
	font-size:24px;
	color:#535353;
	margin-bottom: -1px;
}
.content_rt_box .tis_title .rt_box{
	font-size:14px;;
	color:#333333;
}
.content_rt_box .tis_title .rt_box a{
	color:#006cb4;
}
.content_rt_box .last_cont .li{
	height: 45px;
	padding:0 110px 0 14px;
	position: relative;
	border-bottom: 1px dashed #d3d7d9;
	display: flex;
	align-items: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.content_rt_box .last_cont .li::after{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	position: absolute;
	left:2px;
	top: 50%;
	transform: translateY(-50%);
}
.content_rt_box .last_cont .li a{
	font-size:16px;
	color:#222121;
}
.content_rt_box .last_cont .li .time{
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
}
.content_rt_box .last_cont .li:hover{
	background: #f5fafe;
}
.content_rt_box .last_cont .li:hover a{
	text-decoration: underline;
	color:#f68428;
}
.content_page_cont{
	display: flex;
	align-items: center;
	justify-content: center;
	padding:20px 0;
	font-size:12px;
	color:#000000;
}
.content_page_cont .zs{
	margin-right: 20px;
}
.content_page_cont a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding:2px 5px;
	border:1px solid #afd5f5;
	font-size:12px;
	color:#000000;
	margin:0 4px;
}
.content_page_cont a.not{
	color:#cccccc;
}
.content_page_cont .btn{
	display: block;
	font-size:12px;
	color:#000;
	background: linear-gradient(#f9fcfe, #f9fcfe);
	border:1px solid #afd5f5;
}
.content_page_cont input[type]{
	width: 35px;
	height: 18px;
	border:1px solid #7a7a7a;
	text-align: center;
}

.content_txt_detail .det_txt_box{
	font-size:16px;
	margin-bottom:30px;
	line-height: 28px;
}
.content_txt_detail .det_tle{
	padding:26px 0;
	text-align: center;
  background: linear-gradient(#f5fafe, Transparent);
}
.content_txt_detail .det_tle h2{
	font-size:28px;
	color:#333333;
	margin-bottom: 16px;
}
.content_txt_detail .det_tle p{
	font-size:14px;color:#333333;
	opacity: 0.5;
}
.detail_bit_down{
	padding:1px 0;
}
.detail_bit_down a{
	display: flex;
	padding:2px 0;
	align-items: center;
}
.detail_bit_down img{
	margin-right: 6px;
}
.detail_bit_down span{
	color:#387bc9;
}
.detail_bit_down a:hover{
	color:#333333;
}
.detail_bit_prne{
	padding:20px 0;
}
.detail_bit_prne a{
	display: flex;
	align-items: center;
	font-size:14px;
	color:#222222;
	padding:10px 0;
}
.detail_bit_prne a:hover{
	text-decoration: underline;
}
.detail_bit_prne a:hover span{
	color:#f0740f;
}

.pho_menu_btn{
	display: none;
}
.pho_menu_bg{
	display: none;
}
.pho_menu_box{
	display: none;
}

@media (max-width:720px) {
	.warpin{
		width: 100%;
	}
	.index_banner_box{
		margin-bottom: 0;
	}
	.header_content_box{
		position: relative;
	}
  .header_content_box .warpin{
		background: none;
		padding-left:0;
		flex-wrap: wrap;
		padding:10px 0;
	}
	.header_content_box .l_txt_box{
		width: 100%;
		border-left:none;
		padding:10px;
	}
	.header_content_box .l_txt_box h2{
		font-size:28px;
	}
	.header_content_box .l_txt_box p{
		font-size:12px;
	}
	.header_content_box .r_cont_box{
		width: 100%;
		padding:0 10px;
	}
	.header_content_box .r_cont_box .navi_box{
		justify-content: space-between;
		margin-right: 0;
		width: 100%;
	}
	.header_content_box .r_cont_box .navi_box .li{
		margin:0 8px;
	}
  .header_content_box .r_cont_box .search_box input{
		width: 180px;
	}
	.header_navi_box{
		display: none;
	}
	.pho_menu_btn{
		display: block;
		position: absolute;
		right: 2rem;
		top: 2rem;
		width: 2rem;
		height: 2rem;
	}
	.pho_menu_btn img{
		width: 100%;
		height: 100%;
	}
	.pho_menu_bg{
		display: none;
		position: fixed;
		top: 0;
		left:-100%;
		width: 100%;
		height: 100%;
		z-index:12;
		background: rgba(0,0,0,0.4);
		transition: all 0.5s;
	}
	.pho_menu_box{
		display: none;
    position: fixed;
    right: 0;
    top: 10%;
    width: 34%;
    background: rgba(255,255,255,0.8);
    z-index: 13;
    padding: 20px;
	}
	.pho_menu_box .list_box{

		border-bottom: 1px solid #ccc;
	}
	.pho_menu_box .list_box .li{
		display: block;
		font-size:14px;
		color:#0058a2;
		padding:10px 0;
	}
	.pho_menu_box .list_box a{
		display: block;
		font-size:14px;
		color:#0058a2;
		padding:10px 0;
	}
	.pho_menu_box .li_box{
		display: none;
		padding-left:10px;
	}
	.pho_menu_bg.active{
		left:0;
	}
	.pho_menu_box.active{
		left:0;
	}
	.index_news_content{
		flex-wrap: wrap;
	}
	.index_news_content .xyxw_cont_box{
		width: 100%;
		margin-bottom: 20px;
		padding:0 10px;
	}
	.index_news_content .xyxw_cont_box .content_box{
		flex-wrap: wrap;
	}
	.index_news_content .xyxw_cont_box .xyxw_banner_box{
		width: 100%;
		height: auto;
	}
	.xyxw_banner_box .txt_box{
		height: 50px;
		line-height: 50px;
		padding:0 20px;
	}
	.xyxw_cont_box .xyxw_last_cont{
		width: 100%;
	}
	.xyxw_banner_box  .swiper-pagination{
		text-align: right;
		padding-right: 10px;
	}
	.index_news_content .tzgg_cont_box{
		width: 96%;
		margin:0 auto;
	}
	.index_tjxz_content{
		flex-wrap: wrap;
		padding:10px 20px;
	}
	.index_tjxz_content .last_box{
		width: 100%;
	}
	.index_pulic_title span{
		padding:6px 0;
		font-size:20px;
	}
	.index_news_content .list_box{
		padding:10px 0;
	}
	.index_news_content .cont_box{
		margin-bottom: 20px;
	}
	.index_xsjz_content{
		padding:0 20px;
	}
	.xsjz_content_box .txt_box{
		padding-left:0;
		border-left:none;
	}
	.xsjz_content_box .i{
		height: auto;
	}
	.xsjz_content_box .txt_box h2{
		font-size:12px;
	}
	.xsjz_content_box .txt_box p{
		font-size:12px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.xsjz_content_box .txt_box p img{
		display: none;
	}
	.index_yzxx_cont{
		flex-wrap: wrap;
		padding:0 20px;
	}
	.index_yzxx_cont .yzxx_cont{
		width: 100%;
		margin-bottom: 10px;
	}
  .index_yzxx_cont .last_cont{
		width: 100%;
		flex-wrap: wrap;
		padding-left:0;
	}
	.index_yzxx_cont .last_cont .li{
		width: 100%;
		margin-bottom: 10px;
	}
	.footer_content_box{
		height: auto;
	}
	.footer_content_box .warpin{
		height: auto;
		flex-wrap: wrap;
		padding:20px;
	}
	.footer_content_box .link_cont{
		width: 100%;
		border-right: none;
	}
	.footer_content_box .logo_cont{
		width: 100%;
		margin:10px 0;
	}
	.footer_content_box .contact_box{
		padding-left:0px;
		border-left:0;
	}
	.footer_content_box .contact_box .tle_box{
		margin-bottom: 8px;
	}
	.footer_content_box .contact_box p{
		padding:2px 0;
	}
	.footer_copy_box{
		height: 40px;
		line-height: 40px;
		font-size:12px;
	}
	.pulic_content_box{
		flex-wrap: wrap;
		padding:20px;
	}
	.pulic_content_box .content_lt_navi{
		width: 100%;
	}
	.content_lt_navi .tis_tle img{
		display: none;
	}
	.content_lt_navi .tis_tle span{
		display: block;
		position: relative;
		padding:10px 0;
		border-bottom: 1px solid #0058a2;
	}
	.content_rt_box .tis_title .lt_box{
		font-size:18px;
	}
	.content_txt_detail .det_tle{
		padding:10px 0;
	}
	.content_txt_detail .det_tle h2{
		font-size:24px;
	}
	.content_txt_detail .det_txt_box{
		font-size:14px;
		line-height: 26px;
	}
	.detail_bit_down{
		padding:10px 0;
	}
	.detail_bit_down span{
		width: 70%;
		padding:0 10px;
	}
	.detail_bit_down img{
		display: none;
	}
	.detail_bit_prne a span{
		width: 70%;
	}
	.pulic_content_box .content_rt_box{
		width: 100%;
	}
	.content_rt_box .last_cont .li{
		padding:0 25% 0 14px;
	}
	.content_rt_box .last_cont .li a{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		font-size:14px;
	}
	.content_rt_box .last_cont .li .time{
		font-size:12px;
	}
       .index_banner_box img{
      height: 16rem;
  }
    .admi{
     display:none;
}
}
