body {
	font-size: 12px;
	line-height: 2;
	font-family: Microsoft Yahei, regular;
	font-style: normal;
}

* {
	margin: 0px;
	padding: 0px;
}

a {
	color: #000;
	text-decoration: none;
}

img {
	border: 0;
	vertical-align: middle;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}


/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background-color: #f5f5f5;
}


/*定义滚动条轨道 内阴影+圆角*/

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #f5f5f5;
}


/*定义滑块 内阴影+圆角*/

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #cc1e36;
}


.head {
	background: url(../img/in-top.jpg) 200px;
	clear: both;
	height: 268px;
}

.head .logo a {
	display: block;
	padding: 10px 0 10px;
}

.head .logo a img {
	display: block;
	margin: 0 auto;
}


/*导航*/

em {
	font-style: normal;
}

a img,
:link img,
:visited img {
	border: 0;
}

a:link,
a:visited {
	text-decoration: none;
	color: #666666;
}

a:hover,
a:focus {
	text-decoration: underline;
	color: #cc1e36;
	text-decoration: none;
}

ul,
ul li {
	list-style-type: none;
}

#top_bg {
	width: 100%;
	height: 48px;
	background: #880c1d;
	box-shadow: 1px 1px 7px #999;
	z-index: 999;
	left: 0;
	border-bottom: #C6C6C6 solid 1px;
}

.top {
	width: 1200px;
	height: 48px;
	margin: 0 auto;
}

.nav_z {
	width: 1200px;
	height: 48px;
	margin: 0 auto;
}

#navul li {
	width: 120px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	font-size: 16px;
	font-family: "微软雅黑";
	display: inline-block;
}

#navul li a:link,
#navul li a:visited {
	color: #FFF;
	font-weight: 500;
	letter-spacing: 2px;
}

#navul li ul {
	display: none;
	position: absolute;
	z-index: 999;
	background: #cc1e36;
	border-bottom: none;
}

#navul li ul li {
	display: block;
	width: 138px;
	height: 40px;
	position: relative;
	line-height: 40px;
	border-top: 1px #be162d solid;
	font-size: 16px;
	overflow: hidden;
	text-align: center;
}

#navul li.navmoon {
	background: #cc1e36;
	border: #b7142b 1px solid;
	width: 140px;
	height: 45px;
	line-height: 45px;
}

#navul li.navmoon a {
	color: #faff78;
}

#navul li.navhome a:hover {
	color: #FCFF00;
}

#navul li.navmoon ul {
	display: block;
}

#navul li.navmoon ul a {
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
}

#navul li.navmoon ul a:hover {
	color: #fff;
	background: #880c1d;
}
/*导航menu*/

.nav-box {
	height: 47px;
	border-left: 0;
	border-right: 0;
}

.nav-list {
	zoom: 1;
	height: 47px;
}

.nav-list li {
	float: left;
	width: 140px;
	height: 47px;
}

.focusa{
	background: #cc1e36;
	border: #b7142b 1px solid;
	width: 140px;
	height: 45px;
	line-height: 45px;
}

.m-top {
	/*border-left: 1px solid #adadad;*/
}

.m-top a:hover {
	background: #cc1e36;
}

.active-er {
	background: #cc1e36;
}

.nav-list li a {
	display: block;
	height: 47px;
	line-height: 47px;
	text-align: center;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #fff;
	font-weight: 500;
	letter-spacing: 2px;
}

.nav-list li a:hover {
	color: #faff78;
}


.menu {
	height: 47px;
	line-height: 47px;
}

.menu li {
	float: left;
	position: relative;
	z-index: 999;
}

.menu li a {
	display: block;
	height: 47px;
	line-height: 47px;
}

.menu li ul {
	position: absolute;
	left: -1px;
	background: #cc1e36;
	width: 140px;
	display: none;
	z-index: 999;
}

.menu li ul a {
	width: 139px;
}

.one {
	top: 45px;
	border-bottom: 0px;
}

.one li {
	border-bottom: 1px solid #be162d;
}

.one li a:hover {
	background: #880c1d;
}

.menu li ul.two {
	left: 139px;
	top: -1px;
}

.two li {
	border-top: 0px;
}

/*内容*/

.clear {
	margin: 0px auto;
	width: 100%;
	height: 1px;
	font-size: 1px;
	clear: both;
	background: none;
	overflow: hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
}

.bg_b {
	width: 100%;
	min-width: 960px;
	background: url(../img/bg_a.jpg) repeat-x;
}

.pst {
	width: 960px;
	height: 60px;
	line-height: 50px;
	padding-top: 15px;
	text-align: right;
	margin: 0 auto;
}

.space_hx {
	clear: both;
	width: 100%;
	height: 20px;
	font-size: 1px;
	overflow: hidden;
}

.space_zx {
	float: left;
	width: 10px;
	font-size: 1px;
	overflow: hidden;
}

.scd {
	width: 960px;
	min-height: 500px;
	margin: 0 auto;
}

.scd .scd_l {
	width: 180px;
	float: left;
	position: relative;
	z-index: 9;
	margin-top: -50px;
}

.scd .scd_r {
	width: 740px;
	float: right;
}

.scd .scd_bb {}

.scd_bb .r_top {
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-top: 15px;
	border-bottom: 1px solid #ddd;
}

.scd_bb .r_top span {
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #a09f9f;
	border-bottom: 2px solid #cc1e36;
	font-family: "微软雅黑";
}

.scd_bb .r_top span b {
	font-weight: bold;
	font-weight: 30px;
	color: #cc1e36;
	padding: 5px;
}

.scd_bb .r_top span strong {
	font-weight: 700;
	font-weight: 30px;
	color: #cc1e36;
	padding: 5px;
}

.scd_bb .scd_m {
	width: 100%;
	padding: 10px 0;
	text-align: left;
	font-size: 14px;
	line-height: 180%;
}

.scd_bb .scd_m img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.scd .scdbox {
	width: 960px;
	margin: 0 auto;
}

.scdbox .r_top {
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-top: 15px;
	border-bottom: 1px solid #ddd;
}

.scdbox .r_top span {
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #cc1e36;
	border-bottom: 2px solid #cc1e36;
	font-family: "微软雅黑";
}

.scdbox .scd_m {
	width: 100%;
	padding: 10px 0;
	text-align: left;
	font-size: 14px;
	line-height: 180%;
}

.scdbox .scd_m img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.scd_m .dyam dd {
	width: 770px !important;
	float: right;
}

.scd_l .l_name {
	width: 180px;
	height: 80px;
	background: url(../img/bg_c.jpg) no-repeat;
	position: relative;
	text-align: center;
	line-height: 80px;
}

.scd_l .l_name h1 {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	font-size: 24px;
	color: #fff;
	font-family: "微软雅黑";
}

.scd_l .l_name i {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../img/bg_b.png) no-repeat;
	position: absolute;
	right: -30px;
	bottom: 0;
}

.arr-w img{
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.s_nav {
	width: 100%;
	background: #EEEEEE;
	padding: 0 4px 4px;
}

.s_nav li,
.s_nav li a {
	width: 100%;
	text-align: center;
	background: #FFF;
}

.s_nav li a {
	font-size: 16px;
	font-family: "微软雅黑";
	height: 50px;
	line-height: 50px;
}

.s_nav li.on a {
	color: #cc1e36;
}

.scd_r .r_top {
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-top: 15px;
	border-bottom: 1px solid #ddd;
}

.scd_r .r_top span {
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #cc1e36;
	border-bottom: 2px solid #cc1e36;
	font-family: "微软雅黑";
}

.scd_r .scd_m {
	width: 100%;
	padding: 10px 0;
	text-align: left;
	font-size: 14px;
	line-height: 180%;
}

.scd_r .scd_m img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.scd_m .news {
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}

.scd_m .news dt {
	width: 170px;
	height: 130px;
	float: left;
	border: 1px solid #ddd;
	overflow: hidden;
}

.scd_m .news dt img {
	width: 170px;
	height: 130px;
	vertical-align: top;
}

.scd_m .news dd {
	width: 550px;
	float: right;
}

.scd_m .news dd .title {
	width: 100%;
	height: 35px;
	position: relative;
	line-height: 35px;
}

.scd_m .news dd .title span {
	display: block;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
}

.scd_m .news dd .title p {
	width: 600px;
	height: 35px;
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	font-family: "微软雅黑";
}

.scd_m .news dd .title p a {
	color: #333;
}

.scd_m .news dd .des {
	width: 100%;
	height: 70px;
	text-indent: 1em;
	font-size: 13px;
	overflow: hidden;
	line-height: 180%;
	color: #777;
	font-family: "微软雅黑";
}

.scd_m .news dd .more {
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-align: right;
	font-size: 14px;
	color: #808080;
	font-family: "微软雅黑";
}

.scd_m .news dd .more a {
	font-size: 14px;
	color: #235FB1;
}

.scd_m dl:last-child {
	border: 0;
}

.pages {
	width: 100%;
	text-align: center;
	padding-bottom: 15px;
}

.pages a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 25px;
	line-height: 20px;
	border: 2px solid #eee;
	padding: 0 7px;
	font-size: 13px;
}

.pages a.cur {
	background: #cc1e36;
	color: #fff;
	border: 2px solid #cc1e36;
}

.scd_m .video {
	width: 100%;
	padding-top: 20px;
}

.scd_m .video li {
	width: 200px;
	height: 130px;
	float: left;
	margin-right: 45px;
	margin-bottom: 20px;
	position: relative;
}

.scd_m .video li img {
	width: 200px;
	height: 130px;
	vertical-align: top;
}

.scd_m .video li p {
	width: 100%;
	height: 30px;
	line-height: 30px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	padding: 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #FFF;
	background: #333;
	opacity: 0.6;
}

.scd_m .video li em {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../img/icon-vido.png) no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 9;
	margin-top: -20px;
	margin-left: -20px;
}

.scmter .news {
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}

.scmter .news dt {
	font-size: 14px;
	font-family: "微软雅黑";
	float: right;
	margin-right: 15px;
	color: #808080;
}

.scmter .news dd {}

.scmter .news dd .title {
	width: 100%;
	height: 35px;
	position: relative;
	line-height: 35px;
}


/*.scmter .news dd .title span {
	display: block;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
}*/

.scmter .news dd .title p {
	width: 600px;
	height: 35px;
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	font-family: "微软雅黑";
}

.scmter .news dd .title p a {
	color: #333;
}

.scmter .news dd .title p span {
	text-align: left;
}

.scmter .news dd .des {
	width: 100%;
	height: 50px;
	text-indent: 1em;
	font-size: 13px;
	overflow: hidden;
	line-height: 180%;
	color: #777;
	font-family: "微软雅黑";
}

.scmter .news dd .more a {
	font-size: 14px;
	color: #235FB1;
}

.scmter dl:last-child {
	border: 0;
}

.contact {
	width: 100%;
	padding-top: 20px;
}

.contact dt,
.contact dt img {
	width: 495px;
	height: 310px;
	float: right;
	vertical-align: top;
}

.contact dd {
	width: 425px;
	float: left;
	text-align: left;
}

.contact dd p {
	padding: 7px 0;
	line-height: 175%;
}

.contact dd p span {
	color: #333;
}

.contact dd h1 {
	font-size: 22px;
	color: #266FBF;
	margin-bottom: 15px;
}

.list {
	width: 100%;
	margin-bottom: 10px;
}

.list li {
	width: 100%;
	height: 75px;
	line-height: 75px;
	white-space: nowrap;
	overflow: hidden;
	text-ovwerflow: ellipsis;
	border-bottom: 1px solid #ddd;
	padding: 0 10px 0 20px;
}

.bg_c {
	width: 100%;
	min-width: 1200px;
	background: #F4F4F4;
	padding: 20px 0 40px;
	border-bottom: 1px solid #ddd;
}

.pro {
	width: 1200px;
	margin: 0 auto;
}

.pro .title {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	color: #216BB3;
}

.pro .pro_l {
	width: 100%;
}

.pro .pro_l dl {
	width: 570px;
	float: left;
	margin-right: 60px;
	margin-top: 15px;
}

.pro .pro_l dl dt,
.pro .pro_l dl dt img {
	width: 210px;
	height: 150px;
	float: left;
	vertical-align: top;
}

.pro .pro_l dl dd {
	width: 340px;
	float: right;
	text-align: left;
}

.pro .pro_l dl dd .name {
	width: 100%;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pro .pro_l dl dd .name a,
.pro .pro_l dl dd .more a {
	color: #0062CC;
}

.pro .pro_l dl dd .des {
	width: 100%;
	height: 71px;
	font-size: 14px;
	color: #666;
	line-height: 185%;
	overflow: hidden;
}

.pro .pro_l dl dd .more {
	width: 100%;
	height: 35px;
	line-height: 35px;
}

.pro_d {
	width: 100%;
}

.pro_d h2 {
	width: 100%;
	line-height: 150%;
	text-align: center;
	padding: 20px 0;
	border-bottom: 1px dashed #ddd;
	font-size: 20px;
	color: #333;
	font-weight: normal;
}

.pro_d .ctn {
	width: 100%;
	text-align: left;
}

.pro_d .ctn span {
	font-size: 14px;
	font-family: "微软雅黑";
	text-indent: 10px;
	margin-left: 20px;
}

.pro_d .ctn p {
	font-size: 14px;
	font-family: "微软雅黑";
	font-weight: bold;
}

.hibx {
	float: left;
	margin-top: 20px;
}

.list_img {
	width: 160px;
	text-align: center;
	float: left;
	font-size: 14px;
	font-family: "微软雅黑";
	margin-right: 24px;
}

.list_img a {
	display: block;
	width: 160px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.list_img a img {
	width: 160px;
	height: 150px !important;
}

.info_basic {
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 45px;
	color: #9D9D9D;
}

.bb-cent {
	padding-top: 30px;
	clear: both;
}

.bb-cent p {
	text-align: center;
}

.scd_r .talbor {
	width: 100%;
	padding: 10px 0;
	text-align: left;
	font-size: 14px;
	line-height: 180%;
}

.talbor .news {
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}

.talbor .news dt {
	width: 150px;
	height: 65px;
	float: left;
	border: 1px solid #ddd;
	overflow: hidden;
}

.talbor .news dt img {
	width: 150px;
	height: 65px;
	vertical-align: top;
}

.scd_r .talbor img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.talbor .news dd {
	width: 550px;
	float: right;
}

.talbor .news dd .title {
	width: 100%;
	height: 35px;
	position: relative;
	line-height: 35px;
}

.talbor .news dd .title p {
	width: 600px;
	height: 35px;
	line-height: 35px;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	font-family: 苹方;
	overflow: hidden;
}

.talbor .news dd .title p a {
	color: #333;
}

.wefont {
	font-size: 14px;
	font-family: "微软雅黑";
	display: inline-block;
	line-height: 60px;
}

.s_nava li a {
	text-align: left;
	padding-left: 20px;
}

.s_nava li .er {
	width: 100%;
	display: none;
}

.s_nava li .er li a {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #666;
	padding-left: 40px;
}

.s_nava li .er li a:hover {
	color: #216BB3;
}

.s_nava li.on .er {
	display: block;
}


/*新闻详情*/

.list-cnt {
	min-height: 500px;
	margin-top: 12px;
	margin-bottom: 38px;
	border: 1px solid #e8e8e8;
	border-top: 5px solid #C10303;
	margin-top: 20px;
}

.p-cnt {
	width: 960px;
	margin: 20px auto;
}

.list-content {
	width: 100%;
	float: right;
	background-color: #ffffff;
	text-align: left;
	padding-bottom: 20px;
}

.p-nav {
	height: 38px;
	line-height: 38px;
	margin-left: 20px;
	margin-right: 40px;
	border-bottom: 1px solid #6c6c6b;
	text-align: left;
	font-size: 14px;
	font-family: "微软雅黑";
}

.p-nav a {
	font-size: 14px;
	color: #666666;
	font-family: "微软雅黑";
}

.nav-gt {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666666;
}

.info-content,
.content {
	line-height: 30px;
	padding: 20px 25px;
}

.detail-subject {
	font-size: 20px;
	line-height: 60px;
	color: #2A2A2A;
	text-align: center;
}

.info_basic {
	line-height: 45px;
	color: #9D9D9D;
	font-size: 14px;
	font-family: "微软雅黑";
}

.MsoNormal {
	font-size: 14px;
	font-family: "微软雅黑";
	text-indent: 32.0pt;
}

/*总分馆*/

.info-top {
	width: 520px;
	margin: 0px auto;
	margin-top: 45px;
}
.info-top-line {
	background: #ccc;
	height: 4px;
	width: 180px;
	display: block;
	float: left;
}
.info-top-font {
	float: left;
	display: block;
	font-size: 30px;
	color: #c10303;
	margin: -20px 15px 0px 15px;
}
.info-top-line {
	background: #ccc;
	height: 4px;
	width: 180px;
	display: block;
	float: left;
}
.b-botbox{
	padding: 0px 30px;
	float: left;
	margin-top: 30px;
}

.bot_img{
	width: 260px;
	text-align: center;
	float: left;
	margin-right: 25px;
	background: #FFFFFF;
	box-shadow: 0px 4px 8px #e2e2e2;
	margin-bottom: 20px;
}

.bot_img a{
	display: block;
	width: 260px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.img_tit{
	height: 40px;
	line-height: 40px;
}
