@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
html { -webkit-text-size-adjust: none; }
body {
	font-size: 16px;
	line-height: 32px;
	color: #333333;
	font-family: "微软雅黑";
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #dd0000;
	text-decoration: underline;
}
#topbar {
	background-color: #88121e;
	height: 50px;
}
#topbar_inner {
	height: 50px;
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
}
#topbar_right {
	float: right;
	height: 50px;
	width: 500px;
	font-size: 14px;
	line-height: 50px;
}
#topbar_right_l {
	float: left;
	width: 270px;
	color: #FFFFFF;
}
#topbar_right_r {
	float: right;
	height: 41px;
	width: 230px;
	padding-top: 9px;
}

#topbar_right_l li {
	float: left;
	list-style-type: none;
}
#topbar_right_l a {
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
}
#topspan {
	background-image: url(topspan.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	width: 2px;
	margin-top: 12px;
	margin-bottom: 12px;
	height: 26px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#search_box {
	height: 30px;
	width: 218px;
	border: 1px solid #bb787f;
}
#search_input {
	float: left;
	height: 30px;
	width: 188px;
	line-height: 30px;
}

#search_btn {
	float: left;
	height: 30px;
	width: 30px;
	line-height: 30px;
}
.nowrap {
	float: left;
	height: 30px;
	width: 188px;
	line-height: 36px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	BACKGROUND-COLOR: transparent;
	font-size: 15px;
	color: #FFFFFF;
}
#top {
	position: relative;
}
#top_head {
	height: 90px;
	position: absolute;
	left: 0px;
	width: 100%;
	z-index: 1;
	background-image: url(top_headbg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-top: 10px;
}
#top_head_inner {
	height: 70px;
	width: 1290px;
	margin-right: auto;
	margin-left: auto;
}
#top_head_logo {
	float: left;
	height: 59px;
	width: 393px;
	margin-top: 7px;
	margin-bottom: 6px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#top_head_menu {
	float: right;
	height: 55px;
	width: 840px;
	padding-top: 15px;
}


/*menu*/
#nav {
	width:840px;
	display:block;
	position:absolute;
	z-index:152;
	height:50px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} /*主菜单最外层容器*/
/*主菜单项目*/
#nav .mainlevel {float:left; list-style:none/*IE6 only*/; height:auto;width:87px;} 
#nav .mainlevel a {
	color:#FFF;
	font-family:"微软雅黑";
	font-size:16px;/*一级菜单链接*/
	line-height:50px;
	height:50px;
	display:block;
	padding:0;
	width:100%;
	text-align:center;
	margin:0px;
}
#nav .mainlevel a:hover {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(top_menubg.png);
	text-decoration: none;
}
#nav .mainlevel1 {float:left; list-style:none/*IE6 only*/; height:auto;width:55px;} 
#nav .mainlevel1 a {
	color:#FFF;
	font-family:"微软雅黑";
	font-size:16px;/*一级菜单链接*/
	line-height:50px;
	height:50px;
	display:block;
	padding:0;
	width:100%;
	text-align:center;
	margin:0px;
}
#nav .mainlevel1 a:hover {
	text-decoration:none;
	background-image: url(menu_li_hoverbg.png);
	background-repeat: no-repeat;
	background-position: 6px center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
/*子菜单*/
#nav .mainlevel ul {
	display:none;
	width:87px;
	padding:0;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(top_barbg.png);
	background-color: #FFFFFF;
} 
#nav .mainlevel li {width:100%; list-style:none;/*IE6 only*/; height:auto; padding:0;}
/*子菜单连接*/
#nav .mainlevel ul li a{
	color:#333333;
	font-size:14px;
	font-weight:normal; /*二级菜单链接*/
	text-align:center;
	width:100%;
	line-height:40px;
	height:40px;
	margin:0;
	background-image: none;
}

/*鼠标经过子菜单*/
#nav .mainlevel ul li a:hover{
}
#wrap {
}
#wrap_inner {
	width: 1250px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
#wrap_left {
	float: left;
	width: 840px;
	margin-right: 20px;
}

.clearfix {
	clear: both;
}
#wrap_r1 {
	height: 180px;
	width: 840px;
}

#wrap_r1 li {
	margin: 4px;
	height: 160px;
	width: 160px;
	list-style-type: none;
	display: block;
	float: left;
}
#wrap_r1 a {
	display: block;
	height: 160px;
	width: 160px;
	background-repeat: no-repeat;
	background-position: center center;
}
#img1 a {
	background-image: url(img1.png);
}
#img1 a:hover {
	background-image: url(img1hover.png);
}

#img2 a {
	background-image: url(img2.png);
}
#img2 a:hover {
	background-image: url(img2hover.png);
}

#img3 a {
	background-image: url(img3.png);
}
#img3 a:hover {
	background-image: url(img3hover.png);
}

#img4 a {
	background-image: url(img4.png);
}
#img4 a:hover {
	background-image: url(img4hover.png);
}

#img5 a {
	background-image: url(img5.png);
}

#img5 a:hover {
	background-image: url(img5hover.png);
}
#wrap_r1 a {
	color: #88121E;
	text-align: center;
	height: 60px;
	padding-top: 100px;
}
#wrap_r1 a:hover {
	color: #FFFFFF;
}
#wrap2 {
	width: 840px;
}
.date {
	float: right;
}

/*TAB选项卡*/
.tab_box {
	height: auto;
	position: relative;
}
#block_tab_list {
}

#tab_menu {
	height: 100px;
	line-height: 100px;
	padding-top: 2px;
}
#tab_main {
	display: inline;
	height:auto;
}
#tab_list {
	height: auto;
	padding-bottom: 13px;
	padding-right: 5px;
	padding-left: 5px;
}
.line {
	background-color: #ababab;
	float: left;
	height: 1px;
	width: 610px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.tab_menu_inner {
	float: left;
	overflow: hidden;
	height: 100px;
	width: 730px;
}
.tab_menu_inner #one1 {
	padding-left: 0px;
}

#tab_list li {
	list-style-type: none;
	background-image: url(li.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 5px;
	line-height: 45px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

.tab_menu_inner UL {
	padding: 0px;
	list-style-type: none;
}
.tab_menu_inner UL LI {
	display: inline;
	float: left;
	cursor: pointer;
/*	color: #bbbbbb; */
	line-height: 100px;
	text-align: center;
	height: 30px;
	padding-right: 50px;
	padding-left: 50px;
	width: auto;
	list-style-type: none;
	font-size: 27px;
}
.tab_menu_inner UL LI.hover {
	display: inline;
	float: left;
	cursor: pointer;
	color: #c91111;
	text-align: center;
	border-radius:15px;
	line-height: 100px;
	font-size: 27px;
}
#tab_span {
	float: left;
	height: 30px;
	line-height: 100px;
	width: 20px;
	text-align: center;
	color: #999999;
	list-style-type: none;
	font-size: 36px;
}
#tab_more {
	font-size: 27px;
	position: absolute;
	top: 38px;
	right: 5px;
}
#tab_more a {
	color: #999999;
}
#tab_more a:hover {
	color: #cccccc;
}
#wrap_right {
	float: right;
	width: 360px;
}
#wrap_right li {
	list-style-type: none;
}
#bottom {
	background-image: url(bottombg1.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 400px;
	clear: both;
}
#bottom_inner {
	height: 350px;
	width: 1250px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}
#bottom_left {
	float: left;
	height: 205px;
	width: 525px;
	background-image: url(bottom_logo.png);
	background-repeat: no-repeat;
	background-position: 0px 70px;
	padding-top: 145px;
	padding-left: 0px;
}
#bottom_left_text {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#bottom_left_icon {
	float: left;
	height: 24px;
	width: 24px;
}
#bottom_left_info {
	line-height: 24px;
	padding-left: 10px;
	float: left;
        font-size: 13px;
}
#bottom_right {
	float: right;
	width: 525px;
	height: 260px;
	padding-top: 90px;
	padding-left: 100px;
}
#bottom_right_link_title {
	font-size: 20px;
}
#bottom_right_link {
	padding-top: 30px;
}
#bottom_right_link_l {
	float: left;
	width: 315px;
}
#bottom_right_link a {
	color: #FFFFFF;
	clear: both;
        font-size: 13px;
}
#bottom_right_link a:hover {
	color: #cccccc;
	clear: both;
}
#bottom_right_link_r {
	float: left;
	width: 210px;
}

.hdyg {
}
.hdyg-inner {
  height: auto;
  width: 1250px;
  margin-right: auto;
  margin-left: auto;
  
}
.hdyg-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.hdyg-yg {
  width: 100%;
}

.hdyg-hdyg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hdyg-yg > ul > li {
  width: 400px;
  height: 150px;
  display: block;
  float: left;
  margin: 5px;
}
.hdyg-date {
  width: 70px;
}
.hdyg-date-ri {
  line-height: 30px;
  background-color: #88121e;
  color: #fff;
  text-align: center;
  font-size: 15px;
}
.hdyg-date-yue {
  line-height: 40.33333px;
  border: 1px solid #88121e;
  text-align: center;
  color: #88121e;
  font-size: 30px;
}
.hdyg-hdyytitle {
  width: 300px;
  font-size: 13px;
  color: #333333;
  margin-left: 10px;
}
.hdyg-h4 {
  color: #333333da;
}

.hdyg a:hover {
  color: #88121e;
  text-decoration: none;
}

.hdyg-ygwz {
  font-size: 36px;
  font-weight: 400;
  color: #88121e;
}

.hdyg-ckgd {
  font-size: 16px;
  color: #333333da;
}