html, body {
	margin: 0;
	padding: 0;
	font: 14px/1.5 "microsoft yahei", Helvetica, Tahoma, Arial, "Microsoft jhengHei", sans-serif;
	color:#404040;
	background-color:#fff;
}
body, p, pre, blockquote,  h1, h2, h3, h4, h5, h6,  dl, dt, dd, ul, ol, li,  form, fieldset, legend, select,  input, textarea, button,  table, caption, tr, th, td {
	margin:0;
	padding:0;
}
ol, ul {
	list-style:none;
}
fieldset, img {
	border:0 none;
}
img {
	max-width: 100%;
}
a {
	color: #666;
	text-decoration:none;
}
input, button, textarea, select, option {
	font-family:inherit;
	font-size:100%;
	outline: 0;
}
textarea {
	overflow: auto;
	resize: none;
}
.clearfix:before,  .clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}
.arrow-right {
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: red;
	border-right-width: 0;
	border-style: dashed;
	border-left-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
}
body {
/* background: url(../images/index_bg.jpeg) no-repeat center top;
	background-size:100%; */
}
.header, .main-body{
	width:1000px; padding:0px; margin:0 auto;
}
.main-body {
	margin-top:10px;
}
.header .top-box {
	position:relative;
}
.header .top-box .search-box {
	position:absolute;
	right:10px;
}
.header .top-box .search-box .keyword {
	width:180px;
	height:24px;
	display: inline-block;
	vertical-align: middle;
	outline:none;
	border-radius:0;
	border:1px solid #ccc;
	border-right:none;
}
#top_search_btn {
	height:26px;
	vertical-align: middle;
	cursor:pointer;
	margin-left:-4px;
}
.dsfrw{
	width:100%; margin-top:20px; margin-bottom:15px; margin-left:5px;
	}
.dsfrw li{
	float:left; width:90px; margin-right:10px; margin-bottom:5px;
	}
.dsfrw .dsfrw-pic img{
	width:100%; height:120px;}
.dsfrw .dsfrw-name{
	width:100%;
	text-align:center;
	}
.navbar {
	margin-top: 10px;
	padding: 8px 0;
	background: #f1f1f1;
}
.navbar .nav-item {
	position:relative;
	display:inline-block;
}
.navbar .nav-item a {
	color:#990000;
	font-size:16px;
	font-weight:bold;
	padding:6px 6px;
}
.navbar .nav-item a:hover {
	background:#990000;
	color:#ffffff;
}
 .navbar .nav-item:not(:last-child)::after {
 content:"|";
 margin:0px 12.5px;
 font-size: 14px;
 color: #cccccc;
}
.sub-nav-list {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 25px;
	min-width:135px;
	display: none;
	text-align: left;
	background: #fff;
	border: solid 2px #990000;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	height: auto;
	padding: 10px 10px;
}
.sub-nav-list .sub-nav-item {
	display:table;
	margin-bottom:8px;
}
#index-swiper, #index-swiper img {
	height:360px; width:1000px;
	padding-left:0px; margin-left:0px; 
}
.box-img {
	width:320px;
	height:230px;
	position:absolute;
	margin-top:5px;
}
.box-imgtit {
	position:inherit;
	width:100%;
	margin-top:200px;
	height:30px;
	line-height:30px;
	background-color:#666;
	opacity: 0.8;
	color:#FFF;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box-imgtit a {
	width:95%;
	margin-left:6px;
	color:#FFF;
}
.box-title {
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	border-bottom: 4px solid #a0a0a0;
	overflow: visible;
}
.box-title .name {
	float: left;
	font-weight: bold;
	border-bottom: 4px solid #990000;
}
.box-title .name a {
	color: #990000;
}
.box-title .space {
	float: left;
	width: 2px;
	height: 26px;
	border-bottom: 4px solid #FFF;
}
.box-title .r_box {
	float: right;
	text-align: right;
	font-size: 12px;
}
.box-title .r_box .more {
	line-height: 26px;
	color: #a0a0a0;
	margin-right: 10px;
	padding-right: 15px;
	background: url(../images/more.png) no-repeat right center;
}
.box-title .r_box .box-title-tabs {
	margin: 0 20px;
}
.box-title .r_box .box-title-tabs .tab {
	height: 19px;
	display: inline-block;
	padding: 2px 5px;
	margin: 0 2px;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	background: #a8a8a8;
	color: #FFF;
	cursor: pointer;
}
.box-title .r_box .box-title-tabs .hover {
	background: #990000;
}
.box-title .r_box .box-title-tabs a {
	color: #FFF;
}
.news-container {
	margin-top:20px;
}
.news-box-left, .news-box-right {
	width:49%;
}
.news-box-left {
	float:left;
}
.news-box-right {
	float:right;
}
.news-item-list .news-item {
	padding: 15px 0;
}
 .news-item-list .news-item:not(:last-child) {
 border-bottom: 1px dashed #333333;
}
.news-item .news-item-img {
	display:inline-block;
	width:110px;
	height: 110px;
}
.news-item .news-item-img img {
	height:100%;
}
.news-item-words {
	width: 75%;
	float: right;
	overflow: hidden;
}
.news-item-words .news-item-title-box {
	margin-bottom:10px;
}
.news-item-words .news-item-title {
	font-size:14px;
	font-weight:bold;
	color: #333;
}
.news-item-words .news-item-citation {
	margin-top:3px;
	font-size:12px;
	font-weight:600;
}
.news-item-words .news-item-desc {
	color: #5f5f5f;
	font-size: 12px;
	height:54px;
	overflow:hidden;
}
.rw-box-left,.rw-box-center,.rw-box-right {
	width:30%;
}
.rw-box-left {
	float:left;
}
.rw-box-center{ float:left; margin-left:5%;}
.rw-box-right {
	float:right;
}
.rw-item-list .rw-item {
	padding: 15px 0;
}
 .rw-item-list .rw-item:not(:last-child) {
 border-bottom: 1px dashed #333333;
}
.rw-item .rw-item-img {
	display:inline-block;
	overflow:hidden;
	width:100px;
	height: 110px;
}
.rw-item .rw-item-img img {
	width:auto;
	height: 100%;
}
.rw-item-words {
	width: 65%;
	float: right;
	overflow: hidden;
}
.rw-item-words .rw-item-title-box {
	margin-bottom:10px;
}
.rw-item-words .rw-item-title {
	font-size:14px;
	font-weight:bold;
	color: #333;
}
.rw-item-words .rw-item-citation {
	margin-top:3px;
	font-size:12px;
	font-weight:600;
}
.rw-item-words .rw-item-desc {
	color: #5f5f5f;
	font-size: 12px;
	height:54px;
	overflow:hidden;
}
.person-panel {
	margin-top:10px;
	overflow:hidden;
}
.main-person {
	width:100px;
	overflow:hidden;
	float:left;
}
.main-person .person-name{ width:85px; text-align:center; color:#404040;}
.main-person .person-box {
	float:left;
	padding-right:10px;
}
#person-pic-round {
	position: relative;
	height: 157px;
	overflow: hidden;
	width:700px;
	float:right;
}
#person-pic-round ul {
	position: absolute;
}
#person-pic-round ul li {
	float: left;
	padding-right: 10px;
}
.person-pic {
	height: 120px;
	width: 90px;
}
.person-name {
	text-align: center;
	padding:8px 0;
}
.person-pic img {
	height:100%;
	border: none;
}
.container {
	margin-top:20px;
}
.showroom-box {
	overflow:hidden;
	margin: 10px -8px 0;
}
.showroom-item {
	width: 25%;
	float: left;
	padding: 2px 8px;
	box-sizing: border-box;
}
.showroom-item .showroom-picture img {
	width: 100%;
	height: 190px;
}
.showroom-item .showroom-title {
	text-align:center;
	padding:2px 0 6px;
}
.publication-box {
	overflow:hidden;
	margin: 10px -10px;
}
.publication-item {
	width: 20%;
	padding: 10px;
	float: left;
	box-sizing: border-box;
}
.publication-item .publication-picture {
	position: relative;
}
.publication-item .publication-picture img {
	width: 100%;
	height: 240px;
}
.publication-item .publication-picture .title_bg {
	width: 100%;
	height: 40px;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	position: absolute;
	bottom: 0;
	left: 0;
}
.publication-item .publication-picture .title {
	height: 28px;
	line-height: 14px;
	position: absolute;
	bottom: 5px;
	left: 0;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
}
.publication-item .publication-picture .title a {
	color:#ffffff;
}
.publication-item .publication-picture .number {
	height: 20px;
	line-height: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
}
.footer {
	color: #FFFFFF;
	background: url(../images/endbg.jpg) center bottom no-repeat;
	font-size: 13px;
	height:200px;
	overflow:hidden;
}
.footer .con-panel {
	overflow:hidden;
	width:760px;
	margin:40px auto 0 auto;
}
.footer .con-panel .qr {
	float:left;
}
.footer .con-panel .qr img {
	width:120px;
	height:120px;
}
.footer .con-panel .text-box {
	float:left;
	text-align:left;
	width:620px;
	margin-left:20px;
	padding-top:22px;
}
.page_l {
	float: left;
	width: 21%;
}
.page_r {
	float: right;
	width: 76%;
}
.page_l h2 {
	height: 38px;
	margin-bottom: 10px;
	line-height: 38px;
	font-size: 15px;
	font-family: '寰蒋闆呴粦';
	background: #990000;
	padding-left: 24px;
	color: #fff;
}
.page_l h2 a {
	color:#fff;
}
.leftbox {
	padding: 4px 0 0 0;
	margin-top: 10px;
	max-height: 500px;
	overflow: hidden;
}
.leftbox li {
	margin-bottom: 10px;
	overflow: hidden;
}
.leftbox li a {
	padding: 10px 10px;
	color: #666;
	display: block;
	background: #f1f1f1;
}
.leftbox .select a {
	background: #d4d0d0;
	color: #000;
	font-weight: bold;
}
.page_r h3, h3.sosuo {
	color: #990000;
	font-size: 16px;
	font-family: '寰蒋闆呴粦';
	height: 34px;
	line-height: 34px;
	margin-bottom: 5px;
	padding-left: 10px;
	border: solid 1px #ddd;
	border-top: solid 2px #990000;
	background: #f1f1f1;
}
.news_lines {
	overflow:hidden;
}
.news_lines li {
	line-height: 40px;
	border-bottom: 1px dotted #ddd;
	float: left;
	width: 100%;
}
.news_lines li a {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: left;
}
.news_lines li a:hover {
	color:#f60;
	text-decoration:underline;
}
.news_lines li span {
	color: #bbb;
	float: right;
}
#paging {
	margin-top:20px;
}
#paging .pages {
	float: right;
	display: block;
	border: none;
	text-transform: uppercase;
	font-size: 10px;
	margin: 3px 0px;
	height: 24px;
	padding: 0;
}
#paging .pages li {
	list-style: none;
	float: left;
	border: 1px solid #ccc;
	text-decoration: none;
	margin: 0 6px 0 0;
	color: rgb(102, 102, 102);
	padding: 0px 3px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
}
#paging .pages .active:hover {
	cursor:pointer;
	background:#ab0000;
	border: 1px solid #ab0000;
}
#paging .pages .active:hover a {
	color:#fff;
}
#paging .pages .disabled {
	border: 1px solid #eee;
	color: #eee;
}
.page_r h4 {
	color: #ab0000;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
}
.laiyuan {
	color: #999;
	text-align: center;
	line-height: 30px;
}
.page_r p {
	line-height: 2;
	color: #666;
}
.page_r .search-form {
	margin-bottom:20px;
}
.page_r .search-form input {
	height:22px;
	margin-right:10px;
}
.page_r .search-form button {
	padding:1px 10px;
	cursor:pointer;
}
.page_r .error-box {
	color:red;
}
.page_r .query_result table {
	border-collapse: collapse;
	border-spacing: 0;
}
 .page_r .query_result table tr:nth-of-type(odd) {
 background-color: #f9f9f9;
}
.page_r .query_result table td {
	border: 1px solid #ddd;
	padding: 8px 20px;
	height: 19px;
	line-height: 19px;
	font-weight: 400;
}
.article_content {
	color:#333;
	font-size:15px;
	line-height:28px;
	padding-top:25px;
}
.article_content p, .article_content a {
	color:#333;
	font-size:15px;
}
.article_content img,.article_content p img{ width:100% !important; max-width: 100% !important; min-width: 100% !important; height:auto;}
.article_content video,.article_content p video{ width:100% !important; max-width: 100% !important; min-width: 100% !important; height:auto;}
#article_detail_content a:visited {
	color: #771caa;
}
#article_detail_content a {
	color: #2440b3;
	text-decoration: underline;
}
.mc-search-panel {
	margin-top:20px;
}
.first-program {
	display: flex;
	justify-content:space-between;
}
.first-program .program-box {
	width:320px;
}
.program-item-list {
	width:100%;
	position:relative;
	margin-top:245px;
}
 .program-item-list .program-item{
 border-bottom: 1px dashed #333333;
}
.program-item-list .program-item {
	display: flex;
	padding: 15px 0;
	width:320px;
}
.program-item .program-item-img {
	display: inline-block;
	width: 110px;
	height: 130px;
}
.program-item-words {
	flex:1;
	margin-left:10px;
	overflow: hidden;
}
.program-item-words .program-item-title-box {
	margin-bottom: 10px;
}
.program-item-words .program-item-title {
	width:300px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.program-item-words .program-item-desc {
	color: #5f5f5f;
	font-size: 12px;
	height: 54px;
	overflow: hidden;
}
#image-slider {
	width: 1000px;
	height: 90px;
	position: relative;
	overflow: hidden;
}
#image-slider img {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}
#image-slider img.active {
	opacity: 1;
}
