@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: 45px;
}

.content{
	width:1200px;
	margin: 80px auto 110px auto;
}
.con_left{
	width:672px;
	margin-right: 20px;
}
.con_left2{
	width:220px;
	margin-right: 20px;
}
.con_right{
	width:260px;
}
.bscz_tel{
	width: 100%;
	height: 134px;
	margin-bottom: 15px;
	border-radius: 5px;
}
.bscz_tel i{
	display: block;
	float: left;
	width: 20%;
	height: 134px;
}
.bscz_tel i img{
	margin: 23px auto;
	display: block;
}
.bscz_tel .tel_txt{
	float: left;
	padding-left: 2%;
}
.bscz_tel .tel_txt p{
	font-size: 40px;
	color: #fff;
	text-shadow: 0px 3px 3px #021e94;
	padding-bottom: 10px;
	/* height: 50px; */
	/* line-height: 50px; */
	padding-top: 17px;
}
.bscz_tel .tel_txt span{
	font-size: 26px;
	color: #fff;
	text-shadow: 0px 3px 3px #021e94;
}

.blue{
	background:rgb(114 181 233 / 85%);
}
.green{
	background:rgb(137 201 151 / 85%);
}
.plink{
	background:rgb(241 158 194 / 85%);
}



.czjs_div{
	background: #eeeeee url(bsczj_icon2-2.png) no-repeat 67px 30px;
	color: #faa388;
	text-align: center;
	font-size: 27px;
	border-radius: 5px;
	border:1px solid #faa388;
	display: block;
	height: 206px;
	margin-bottom: 15px;
}
.czjs_div span,.czjs_div2 span{
	display: block;
	padding-top: 145px;
}
.czjs_div.on,.czjs_div:hover{
	background: #faa388 url(bsczj_icon2-1.png) no-repeat 67px 30px;
	color: #fff;
}
.czjs_div2{
	background: #eeeeee url(bsczj_icon3-2.png) no-repeat 67px 30px;
	color: #faa388;
	text-align: center;
	font-size: 27px;
	border-radius: 5px;
	border:1px solid #faa388;
	display: block;
	height: 206px;
	margin-bottom: 15px;
}
.czjs_div2.on,.czjs_div2:hover{
	background: #faa388 url(bsczj_icon3-1.png) no-repeat 67px 30px;
	color: #fff;
}



.con_right a{
	display:block;
	width: 100%;
	color: #9d9d9d;
	font-size: 22px;
	height: 73px;
	background: #f8f8f8;
	border-radius: 5px;
	line-height: 73px;
	margin-bottom: 16px;
}
.con_right a:hover{
	color: #fff;
	background: #00a0e9;
}
.con_right a i{
	display:block;
	width: 30%;
	float: left;
	height: 73px;
}
.con_right a.xxgk_ml i{
	background: url(bsczj_icon4-1.png) no-repeat 22px 20px;
}
.con_right a.xxgk_zn i{
	background: url(bsczj_icon5-1.png) no-repeat 22px 20px;
}
.con_right a.xxgk_yj i{
	background: url(bsczj_icon6-1.png) no-repeat 22px 20px;
}
.con_right a.xxgk_bg i{
	background: url(bsczj_icon7-1.png) no-repeat 22px 20px;
}
.con_right a.xxgk_gk i{
	background: url(bsczj_icon8-1.png) no-repeat 22px 20px;
}
.con_right a.xxgk_ml:hover i{
	background: url(bsczj_icon4-2.png) no-repeat 22px 20px;
}
.con_right a.xxgk_zn:hover i{
	background: url(bsczj_icon5-2.png) no-repeat 22px 20px;
}
.con_right a.xxgk_yj:hover i{
	background: url(bsczj_icon6-2.png) no-repeat 22px 20px;
}
.con_right a.xxgk_bg:hover i{
	background: url(bsczj_icon7-2.png) no-repeat 22px 20px;
}
.con_right a.xxgk_gk:hover i{
	background: url(bsczj_icon8-2.png) no-repeat 22px 20px;
}





.footer {
	background: #006ee9;
    margin-top: 20px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9;
}

.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:#fff!important;
}




/* list */
.dqwz_bg {
	background: #b5d2f3;
	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: #f8f8f8;
	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;
}
