@charset "utf-8";

*,
html,
body {
	margin: 0px;
	padding: 0px;
}



html {
	width: 100%;
	height: 100%;
	font-size: 12px;
	/* font-family:Arial, Helvetica, sans-serif, Helveticb; */
	-webkit-text-size-adjust: none;
}

body {
	width: 100%;
	height: 100%;
	background: #fff;
}

a {
	cursor: pointer;
}

ul li {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	content: ".";
	/*内容为“.”就是一个英文的句号而已。也可以不写。*/
	display: block;
	/*加入的这个元素转换为块级元素。*/
	clear: both;
	/*清除左右两边浮动。*/
	visibility: hidden;
	/*可见度设为隐藏。注意它和display:none;是有区别的。visibility:hidden;仍然占据空间，只是看不到而已；*/
	line-height: 0;
	/*行高为0；*/
	height: 0;
	/*高度为0；*/
	font-size: 0;
	/*字体大小为0；*/
}

.clearfix {
	*zoom: 1;
}

/*这是针对于IE6的，因为IE6不支持:after伪类，这个神奇的zoom:1让IE6的元素可以清除浮动来包裹内部元素。*/




.bsczj_bg{
	position:fixed;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.header {
	width: 100%;
	background: url(bsczj_logobg.png) no-repeat center;
	height: 188px;
	line-height: 188px;
	position: relative;
}
.header a.bs_img{
	display: block;
	position: absolute;
	left: 3%;
	top: 4%;
}
.header a.bs_img img{
	margin: 0px;
	padding: 0px!important;
}
.header img{
	margin: 0px auto;
	display: block;
	padding-top: 100px;
}
.header .wsb_dz{
	display: block;
	position: absolute;
	right: 3%;
	top: 4%;
	color: #fff;
	height: 25px;
	line-height: 25px;
}
.header .wsb_dz a{
	font-size: 16px;
	color: #fff;
}
.wsb_ss{
	display: block;
	text-align: center;
	width: 100%;
}
.wsb_ss .wsb_ssbg{
	background: rgba(255,255,255,0.25);
	width: 800px;
	height: 40px;
	line-height: 40px;
	border-radius: 7px;
	margin: 0px auto;
	padding: 10px;
}
.wsb_ss .wsb_ssbg{
	background: rgba(255,255,255,0.25);
	width: 800px;
	height: 40px;
	line-height: 40px;
	border-radius: 7px;
	margin: 0px auto;
	padding: 10px;
}
.wsb_ss .wsb_ssbg .wsb_ssform{
	width: 100%;
	position: relative;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
}
.wsb_ss .wsb_ssbg .inp_txt{
	background: #fff;
	width: 96%;
	height: 40px;
	line-height: 40px;
	border-radius: 7px;
	border: 0px;
	outline: 0px;
	padding-left: 2%;
}
.wsb_ss .wsb_ssbg .inp_btn{
	background: #00a2ff;
	width: 120px;
	height: 40px;
	line-height: 40px;
	border-radius: 7px;
	border: 0px;
	outline: 0px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	position: absolute;
	right: 0px;
	top:1px;
	cursor: pointer;
	z-index: 9;
	letter-spacing: 4px;
}

.content{
	width:1200px;
	margin: 110px auto 10px auto;
}
.con_btn{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 20px;
}
.con_btn a{
	display: flex;
	background: rgba(255,255,255,0.25);
	box-shadow: 1px 2px 14px rgb(97 97 97 / 49%);
	flex-direction: column;
	justify-content: center;
	width: 220px;
	height: 155px;
	border-radius: 7px;
	text-align: center;
    align-items: center;
	position: relative;
}
.con_btn a:hover{
	background: rgba(0,162,255,0.8);
}
.con_btn a img{
	display: block;
	width: 50px;
	position: absolute;
	top:30px;
}
.con_btn a span{
	height: 50px;
	line-height: 24px;
	color: #fff;
	font-size: 16px;
	position: absolute;
	bottom:8px;
}



.footer {
	background: #ffffff26;
    margin-top: 20px;
    position: fixed;
    bottom: 0px;
    width: 100%;
}

.footer .foot_con {
	width: 1200px;
	margin: 0px auto;
	padding: 20px 0px;
	position: relative;
}

.footer .foot_con p {
	text-align: center;
	color: #fff;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
}

.footer .foot_con p a {
	display: inline-block;
}

.footer .foot_con p i {
	display: block;
	width: 27px;
	float: left;
	margin: 3px 2px 2px 2px;
}

.footer .foot_con .dzjg {
	position: absolute;
	left: 150px;
	top: 25px;
}

.footer .foot_con .wzjc {
	position: absolute;
	right: 75px;
	top: 26px;
}


.bai_bg{
	background:rgb(255 255 255 / 85%) !important;
}


.bscz_div{
	width:100%;
	height: 111px;
	margin-top: 40px;
}
.bscz_div a{
	display: block;
    float: left;
    width: 190px;
    height: 110px;
    margin-right: 12px;
	background: rgba(255,255,255,0.90);
	position: relative;
	border-radius: 6px;
}
.bscz_div a img{
	display: block;
    width: 70px;
	position: absolute;
	right:10px;
	bottom:20px;
}
.bscz_div a span{
	font-size: 18px;
	font-weight: 900;
	color:rgba(5,63,132,1.00);
	position: absolute;
	left:20px;
	top:30px;
}
.bscz_div a:last-child{

    margin-right: 0px!important;
}




/* list */
.dqwz_bg {
	background: rgb(0 162 255 / 80%);
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-top: -85px;
	margin-bottom: 35px;
}

.dqwz_div {
	width: 1150px;
	margin: 0px auto;
	color: #333;
	font-size: 18px;
}

.dqwz_div a {
	font-size: 18px;
	color: #333;
}

.wb_list {
	margin-bottom: 20px;
	padding: 0px 20px;
}

.wb_list li a {
	height: 40px;
	line-height: 40px;
	display: block;
	position: relative;
	padding-left: 15px;
	color: #333;
	font-size: 16px;
}

.wb_list li a:after {
	content: " ";
	display: block;
	height: 7px;
	width: 7px;
	position: absolute;
	background: #aaaaaa;
	z-index: 5;
	top: 15px;
	left: 2px;
	border-radius: 5px;
}

.wb_list li a u {
	font-style: normal;
	text-align: right;
	float: right;
	text-decoration: none;
}

.wb_list li:hover {
	background: #f7f7f7;
}

.wb_list li:hover a,
.wb_list li:hover a u {
	color: #006ee9;
}

.wb_list li:hover a:after {
	background: #006ee9;
}



/* news */
.zfsj_con {
	width: 100%;
}

.zx_xxgk_cont {
	margin: 20px;
	/*overflow:hidden;*/
}

.zx_xxgk_cont .xx_con {
	border: 1px solid #c9c9c9;
	overflow: hidden;
	padding: 5px 0;
	width: 1158px;
}

.zx_xxgk_cont .xx_con p {
	font-size: 14px;
	line-height: 25px;
	float: left;
	width: 550px;
	overflow: hidden;
	color: #4a4a4a;
	padding: 0 0 0 20px;
}

.zx_xxgk_cont .xx_con p em {
	float: left;
	color: #000;
	padding: 0 10px;
}

.zx_xxgk_cont .xx_con p.mingc {
	width: 1118px;
}

.zx_xxgk_cont .tit {
	background: rgb(248 248 248 / 39%);
	margin: 20px 0;
	padding: 10px 0px 35px 0px;
}

.zx_xxgk_cont .tit h1 {
	font-size: 32px;
	color: #006ee9;
	font-weight: normal;
	text-align: center;
	line-height: 60px;
	margin: 15px 15px;
	font-weight: normal;
}

.zx_xxgk_cont .tit h3 {
	TEXT-ALIGN: center;
	COLOR: #373737 !important;
	FONT-SIZE: 20px !important;
	margin-bottom: 20px;
}

.zx_xxgk_cont .tit h6 {
	font-size: 16px;
	color: #373737;
	padding: 0 0 15px 0px;
	text-align: center;
	font-weight: normal;
	width: 100%;
	margin: 0 auto;
}

.zx_xxgk_cont .tit h6 span {
	padding: 0 15px;
	font-size: 15px;
}

.zx_xxgk_cont .tit h6 span a {
	padding: 0 5px;
	color: #686868;
	font-size: 15px;
}

.zx_xxgk_cont .tit .cky {
	height: 28px;
	width: 400px;
	margin: 0px auto;
}

.zx_xxgk_cont .tit .cky em {
	height: 25px;
	overflow: hidden;
	float: left;
	margin-right: 30px;
	font-size: 15px;
	line-height: 25px;
	font-style: normal;
}

.zx_xxgk_cont .tit .cky em a {
	height: 16px;
	width: 16px;
	display: inline-block;
	margin: 0px 5px;
	font-size: 15px;
	/* line-height: 18px; */
}

.zx_xxgk_cont .tit .cky em a.bg {
	background-color: #cefeff;
}

.zx_xxgk_cont .tit .cky em a.bg2 {
	background-color: #f8f8c3;
}

.zx_xxgk_cont .tit .cky em a.bg3 {
	background-color: #ffc7ff;
}

.zx_xxgk_cont .tit .cky em a.bg4 {
	background-color: #9bccfa;
}

.zx_xxgk_cont .tit .cky span a:hover {
	color: #2b71a2;
	text-decoration: none;
}

.zx_xxgk_cont .news_cont_d_wrap {
	padding: 20px 20px 70px 20px;
}

.zx_xxgk_cont .news_cont_d_wrap p {
	line-height: 38px;
	color: #040404;
	font-size: 14px;
	padding: 0 20px;
	/*text-indent:2em;*/
}

.share_box {
	margin-top: -15px;
	margin-left: -15px;
}
