@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的元素可以清除浮动来包裹内部元素。*/





.header {
	width: 100%;
	height: 375px;
	position: relative;
	margin-bottom: 70px;
}

.header .header_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.header i {
	display: block;
	position: absolute;
	top: 0px;
	left: 4%;
}

.header h1 {
	display: block;
	text-align: center;
	padding-top: 20px;
}
.header h1 img{
	width: 80%;
}


.content {
	width: 1200px;
	margin: 0px auto;
}

.con_kbkz {
	border: 2px solid #e0868b;
	width: 95%;
	float: right;
	margin-bottom: 10px;
}

.con_kbkz .kbkz_tit {
	display: block;
	margin: -42px auto 0px auto;
	width: 399px;
	height: 84px;
}

.kbkz_div {
	padding: 15px 0px 15px 0px;
}

.tab_ul {
	background: #fff4f4;
	float: left;
	/* padding-right: 20px; */
	margin-right: 60px;
	margin-left: -70px;
}

.tab_ul li {
	height: 60px;
	line-height: 60px;
	padding-right: 20px;
	position: relative;
}

.tab_ul li.on,
.tab_ul li:hover {
	background: #e71f19;
}

.tab_ul li.on a,
.tab_ul li:hover a {
	color: #fff;
}

.tab_ul li.on:after,
.tab_ul li:hover:after {
	border-bottom: 20px solid transparent;
	border-left: 20px solid #e71f19;
	border-top: 20px solid transparent;
	content: " ";
	display: block;
	height: 0;
	margin-left: -19px;
	width: 0;
	position: absolute;
	/* pointer-events: all; */
	top: 12px;
	right: -13px;
}

.tab_ul li a {
	height: 60px;
	line-height: 60px;
	display: inline-block;
	font-size: 16px;
	color: #333;
}

.tab_ul li a i {
	display: inline-block;
	width: 80px;
	height: 60px;
	float: left;
}

.tab_ul li:nth-child(1) a i {
	background: url("bsdz_img_05.png") no-repeat 15px 2px;
}

.tab_ul li:nth-child(2) a i {
	background: url("bsdz_img_05.png") no-repeat 16px -58px;
}

.tab_ul li:nth-child(3) a i {
	background: url("bsdz_img_05.png") no-repeat 16px -119px;
}

.tab_ul li:nth-child(4) a i {
	background: url("bsdz_img_05.png") no-repeat 16px -174px;
}
.tab_ul li:nth-child(5) a i {
	background: url("bsdz_img_05.png") no-repeat 16px -232px;
}

.tab_ul li:nth-child(1).on a i,
.tab_ul li:nth-child(1):hover a i {
	background: url("bsdz_img_03.png") no-repeat 16px 6px;
}

.tab_ul li:nth-child(2).on a i,
.tab_ul li:nth-child(2):hover a i {
	background: url("bsdz_img_03.png") no-repeat 16px -59px;
}

.tab_ul li:nth-child(3).on a i,
.tab_ul li:nth-child(3):hover a i {
	background: url("bsdz_img_03.png") no-repeat 16px -120px;
}

.tab_ul li:nth-child(4).on a i,
.tab_ul li:nth-child(4):hover a i {
	background: url("bsdz_img_03.png") no-repeat 16px -176px;
}
.tab_ul li:nth-child(5).on a i,
.tab_ul li:nth-child(5):hover a i {
	background: url("bsdz_img_03.png") no-repeat 16px -232px;
}

.kbkz_txt {
	width: 335px;
}

.kbkz_txt h2 {
	color: #e71f19;
	font-size: 16px;
}

.kbkz_txt span {
	color: #666;
	font-size: 14px;
	padding-left: 17px;
	margin-top: 10px;
	display: block;
	line-height: 20px;
}

.kbkz_txt img {
	display: block;
	margin: 30px auto 0px auto;
}

.kbkz_list {
	width: 450px;
	padding-left: 40px;
}

.kbkz_list a {
	font-size: 16px;
	color: #333;
	height: 30px;
	line-height: 30px;
	display: block;
}

.kbkz_list a:hover {
	color: #ca0100;
}

.tab_gd {
	float: right;
	color: #ca0100;
	font-size: 14px;
	padding-right: 30px;
	margin-top: 20px;
}

.tab_div {
	display: none;
}


.con_wbcz {
	margin: 20px auto 20px auto;
}

.con_wbcz .wbcz_tit {
	display: block;
	margin: 0px auto 15px auto;
	width: 388px;
	height: 85px;
}

.wbcz {
	float: left;
	width: 30%;
	padding: 1%;
	background: #fcf0f0;
}

.wbcz:hover {
	background: #fbcece;
}

.wbcz.mr {
	margin: 0px 2%;
}

.wbcz p a {
	display: block;
	font-size: 16px;
	color: #333;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	padding-left: 15px;
}

.wbcz p:hover a {
	color: #ca0100;
}

.wbcz p a:after {
	content: " ";
	display: block;
	height: 7px;
	width: 7px;
	position: absolute;
	background: #aaaaaa;
	z-index: 5;
	top: 15px;
	left: 2px;
	border-radius: 5px;
}

.wbcz p:hover a:after {
	background: #ca0100;
}

.wbcz a.wbcz_gd {
	text-align: right;
	color: #ca0100;
	font-size: 14px;
	display: block;
	height: 30px;
	line-height: 30px;
}


.footer {
	background: #ca0100;
	margin-top: 20px;
}

.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;
}





/* list */
.dqwz_bg {
	background: #ca0100;
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-top: -85px;
	margin-bottom: 35px;
}

.dqwz_div {
	width: 1200px;
	margin: 0px auto;
	color: #fff;
	font-size: 18px;
}

.dqwz_div a {
	font-size: 18px;
	color: #fff;
}

.wb_list {
	margin-bottom: 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: #fbf6f6;
}

.wb_list li:hover a,
.wb_list li:hover a u {
	color: #ca0100;
}

.wb_list li:hover a:after {
	background: #ca0100;
}


.ewm_tk {
	position: fixed;
	width: 268px;
	height: 268px;
	background: #e71f19;
	z-index: 999;
	top: 50%;
	left: 50%;
	margin-top: -134px;
	margin-left: -134px;
	border-radius: 5px;
	display: none;
}

.ewm_tk .ewm_img {
	width: 230px;
	height: 230px;
	background: #e71f19;
	display: block;
	margin: 11px auto;
	border: 8px solid#fff;
}

.ewm_tk .ewm_close {
	margin-top: 24px;
	cursor: pointer;
}

.ewm_tk .ewm_close img {
	display: block;
	margin: 0 auto;
}


/* 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: #ca0100;
	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 0;
}

.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;
}
