/*
    重新定义bootstrap
*/
.panel {
	border: none;
	border-radius: 2px;
}
.panel-heading {
	border-color: #eff2f7;
	font-size: 14px;
	font-weight: 300;
	padding: 15px 20px;
	border: 0;
	border-bottom: 1px solid #EEEFF1;
}
.panel-heading select, .panel-heading input {
	height: 30px;
}
.panel-footer {
	background-color: transparent;
	border: none;
}
.panel>.table+.panel-body {
	border-top: none;
}
.bm0 {
	border-bottom: 0 !important;
}
.mr0 {
	margin: 0 !important;
}
#panel-bodys {
	padding: 0
}
.help-block {
	line-height: 34px;
	margin: 0;
	color: #b2b2b2;
}
.nav-tabs>li>a {
	border-radius: 0;
	border-top: 1px solid transparent;
	background-color: #f2f2f2;
	color: #666;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 2px solid #3B4658;
}
.nav-tabs>li>a:hover {
	border-color: #dfdfdf #dfdfdf #dfdfdf;
	background-color: #dfdfdf;
}
.panel .panel-body {
	padding: 20px;
}
.table>tbody>tr>td, .table>thead>tr>th {
	padding: 10px 20px;
}
.panel .panel-body .table, .panel .panel-body .table-responsive {
	margin-bottom: 0;
}
.panel .panel-body .table>tbody>tr>td a.menunamea {
	color: #797979;
}
.panel .panel-body .table>tbody>tr>td a:hover.menunamea, .table>tbody>tr>td a:hover.menunamea i {
	color: #337ab7;
}
.modal-title {
	font-size: 16px;
}
.panel-title {
	color: #2A3542;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 0;
}
.btn {
	padding: 7px 12px;
}
.btn-default {
	background-color: #fff;
	border-color: #ddd;
	color: #727272;
	border-radius: 2px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	background-color: #3498DB;
	border-color: #3498DB;
	color: #fff;
}
.btn-primary {
	background-color: #1ABC9C;
	border-color: #1ABC9C;
	color: #FFFFFF;
	border-radius: 2px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-color: #17B092;
	border-color: #16A286;
	color: #FFFFFF;
}
.btn-success {
	background-color: #2DCB73;
	border-color: #2DCB73;
	color: #FFFFFF;
	border-radius: 2px;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
	background-color: #2BC16E;
	border-color: #23AD61;
	color: #FFFFFF;
}
.btn-info {
	background-color: #3498db;
	border-color: #3498db;
	color: #FFFFFF;
	border-radius: 2px;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
	background-color: #308CCA;
	border-color: #247EBC;
	color: #FFFFFF;
}
.btn-warning {
	background-color: #F39C12;
	border-color: #F39C12;
	color: #FFFFFF;
	border-radius: 2px;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
	background-color: #E89512;
	border-color: #D58A13;
	color: #FFFFFF;
}
.btn-danger {
	background-color: #ff6c60;
	border-color: #ff6c60;
	color: #FFFFFF;
	border-radius: 2px;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
	background-color: #ec6459;
	border-color: #ec6459;
	color: #FFFFFF;
}
.btn-inverse {
	background-color: #34495E;
	border-color: #34495E;
	color: #FFFFFF;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .open .dropdown-toggle.btn-inverse {
	background-color: #293B4E;
	border-color: #293B4E;
	color: #FFFFFF;
}
.btn-white {
	box-shadow: none !important;
	border-radius: 0px;
	background-clip: padding-box;
	background-color: #FFFFFF;
	border-color: rgba(150,160,180,0.3);
	box-shadow: 0 -1px 1px rgba(0,0,0,0.05) inset;
	padding: 4px 12px;
}
/*Rounded Button*/
.btn-round {
	border-radius: 30px;
	-webkit-border-radius: 30px;
}
/*shadow button*/
.btn-shadow.btn-default {
	box-shadow: 0 4px #9EA3A8;
}
.btn-shadow.btn-primary {
	box-shadow: 0 4px #0A9F82;
}
.btn-shadow.btn-success {
	box-shadow: 0 4px #13B25A;
}
.btn-shadow.btn-info {
	box-shadow: 0 4px #277EB9;
}
.btn-shadow.btn-warning {
	box-shadow: 0 4px #D99120;
}
.btn-shadow.btn-danger {
	box-shadow: 0 4px #d1595a;
}
.btn-shadow.btn-inverse {
	box-shadow: 0 4px #1D2E40;
}
/*text border-top: 1px dotted #F9F4F4; vertical-align: middle;background-color: #F9F9FB; input*/
.form-control {
	box-shadow: none;
	border-radius: 0;
	border: 1px solid #E2E2E4;
	padding: 4px;
	font-size: 12px;
}
.form-horizontal .control-label {
	font-weight: 300;
	font-size: 14px;
	text-align: left;
}
/*.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
	padding-top: 0px;
	line-height: 22px;
}*/
input, textarea, select, button {
	outline: none !important;
}
.m-bot15 {
	margin-bottom: 15px;
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #F9F9FB;
}
.table>tbody>tr>td i {
	margin: 0 0 0 5px;
	font-size: 14px;/*color: #BCBFC9;*/
}
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
	background-color: #FCFFE9;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	border-top: 1px dotted #EAEAEA;
	vertical-align: middle;
}
.input-group-addon, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	border-radius: 0px;
}
.table>thead>tr>th {
	border-bottom: 1px solid #eaeaea;
}
.label {
	font-size: 12px;
	font-weight: normal;
}
.tablehead {
	background-color: #fafafa;
}
.formwarning {
	color: #FF6C60;
	margin-top: 4px;
	position: absolute;
}
.formwarning i, .formsuccess i {
	font-size: 14px;
}
.formsuccess {
	color: #2DCB73;
	margin-top: 4px;
	position: absolute;
}
.frominputwarning {
	border-color: #EC7876;
	box-shadow: 0 0 0 2px rgba(236, 89, 86, 0.35);
	border: #EC7876 1px dotted !important;
}
.frominputsuccess {
	border-color: #2DCB73;
	box-shadow: 0 0 0 2px rgba(45, 203, 115, 0.27);
	border: #2DCB73 1px dotted !important;
}
input[type="text"], input[type="password"], input[type="email"], input.text, input.email, input.password, textarea.form-control {
	font-size: 13px;
	color: #777;
	background-color: #FFF;
	vertical-align: middle;
	display: inline-block;
	padding: 6px;
	border: solid 1px #E2E2E4;
	outline: 0 none;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input.text:focus, input.email:focus, input.password:focus, textarea:focus, .form-control:focus {
	color: #333;
	border-color: #75B9F0;
	box-shadow: 0 0 0 2px rgba(82, 168, 236, 0.15);
	outline: 0 none;
}
.form-control {
	height: 36px;
}
textarea.form-control {
	height: auto;
}
.form-group input::-webkit-input-placeholder {
color:#ccc;
}
:-moz-placeholder {
color:#ccc;
}
::-moz-placeholder {
color:#ccc;
}
:-ms-input-placeholder {
color:#ccc;
}
.pagination>li>a:hover, .pagination>li>span:hover {
	color: #9F7012;
	background-color: #fdeaa6;
	border-color: #f7bf4f;
}
.pagination>li>a:focus, .pagination>li>span:focus, .pagination>li> .active, .pagination>li> .active:hover {
	color: #9F7012;
	background-color: #fdeaa6;
	border-color: #f7bf4f;
}
.pagination>li>a, .pagination>li>span {
	box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
	margin: 5px;
	color: #727272;
}
.tablewarnings {
	color: #a0a0a0;
	display: inline-block;
	margin-top: 10px;
}
.btn-icon {
	border-radius: 3px;
	padding: 1px 5px 1px 0px;
}
pre {
	border-radius: 0px;
	margin: 0;
}
#contenttable>tbody>tr>td {
	border-top: none
}
#contenttable>tbody>tr:hover>td {
	background-color: #FCFCFD;
}
.form-inline {
	font-size: 12px;
}
.check-tips {
	display: block;
	padding: 2px;
}
/*!
 * Copyright 2017 Yovae.
 * Email yovae@qq.com
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-family: 'Microsoft YaHei', '微软雅黑', "Helvetica Neue", sans-seri;
	font-size: 12px;
}
a {
	color: #555555;
	text-decoration: none;
}
a:hover, a:active {
	color: #333333;
}
.fl {
	float: left!important;
}
.fr {
	float: right !important;
}
.indent {
	text-indent: 2em;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.loading span {
	display: block;
	text-align: center;
	color: #999999;
}
.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}
.hide {
	display: none;
}
.inline {
	display: inline !important;
}
.block {
	display: block !important;
}
.pull-block {
	display: block;
	width: 100%;
}
ul, li, dl, dt, dd, ol {
	list-style: none;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}
.wrap {
	margin: 0 auto;
}
.icon-dot {
	width: 20px;
	height: 18px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: top;
 *vertical-align: middle;
	background: url(../images/dot_3px.png) no-repeat center center;
}
.btn-ok {
	height: 42px;
	line-height: 36px;
	padding-left: 45px;
	padding-right: 20px;
	border: none;
	background: #ed000b url(../images/icon_g.png) no-repeat 20px center;
	color: #fff;
	font-size: 15px;
}
.btn-primary-outline {
	color: #fff;
	background: #0F820C;
}
.btn-primary-outline:hover {
	background: #329d15;
	color: #FEFEFE;
}
.top-head {
	background: #f5f5f5;
}
.top-head .navbar {
	height: 30px;
	min-height: 30px;
	margin-bottom: 0;
	border: none;
	background: #f5f5f5;
}
.top-head .navbar-nav>li>a {
	padding-top: 5px;
	padding-bottom: 5px;
}
.header a.logo{  width:100%; height:55px; line-height:55px; display: table-cell;vertical-align:middle;}
.header .search-box{ width:100%; height:55px; line-height:55px; display: table-cell;vertical-align:middle;}
.header .nav {
	border-top: 1px solid #CCC;
	border-bottom: 3px solid #f6092c;
	background: #fff;
}
.header .nav .nav-ul ul {
	margin-top: 10px;
	margin-bottom: 0px;
	float:right;
}
.header .nav .nav-ul ul li {
	float: left;
	font-size: 16px;
	line-height: 54px;
	text-align: center;
}

.header .nav .nav-ul ul li .active, .header .nav .nav-ul ul li.current ,.header .nav .nav-ul ul li:hover{
	
}

.header .nav .nav-ul ul li a {
	color: #333;
	display: block;
	text-align: center;
	width: 100%;
	margin-right: 20px;
}
.header .nav .nav-ul ul li.current>a,.header .nav .nav-ul ul li:hover>a{
	color:#666;
}
.header  .nav .nav-ul .dropdown-menu{
	top:40px;
	border-radius: 0;
}
.header  .nav .nav-ul .dropdown-menu>li{
	float: none;
	font-size: 14px;
	line-height: 34px;
	text-align: center;
}
.header  .nav .nav-ul .dropdown-menu>li:hover{
	border:none;
}
.header  .nav .nav-ul .dropdown-menu>li>a {
	color: #333;
    display: block;
    padding: 8px 15px;
    margin-right: 0;
    text-align: left;
    cursor: pointer;
    font-size: 13px;
}
.header  .dropdown-menu > li > a:hover {
    background: #F2F2F2 none repeat scroll 0% 0%;
    text-indent: 5px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.box {
 *zoom: 1;
}
.box:before, .box:after {
	content: " ";
	display: table;
}
.box:after {
	clear: both;
}
.box .hd {
	border-bottom: 1px solid #e8e8e8;
	height: 40px;
	line-height: 40px;
	margin-bottom: 1px;
}
.box .hd h2 {
	color: #555555;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	padding-left: 20px;
	background: url(../images/dot_6px.png) no-repeat 0 center;
	border-top: 1px solid #fff;
	font-weight: normal;
}
.box .hd h2 .en {
	height: 15px;
	font-size: 14px;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #e4e4e4;
	line-height: 19px;
}
.box .hd .more {
	width: 20px;
	height: 40px;
	float: right;
	display: block;
	background: url(../images/dot_g_3px.png) repeat-x 0 center;
}
.box .hd-tabs {
	height: 40px;
	position: relative;
	z-index: 1;
}
.box .hd-tabs h2 {
	display: block;
 *display: inline;
 *zoom: 1;
	float: left;
	padding-right: 15px;
	background: none;
	border-bottom: 1px solid #e8e8e8;
	height: 40px;
	line-height: 40px;
}
.box .hd-tabs h2 .more {
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}
.box .hd-tabs h2.one {
	background: url(../images/dot_6px.png) no-repeat 0 center;
	border-left: none;
	background-color: #fff;
}
.box .hd-tabs .current {
	border-top: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	border-bottom: 1px solid #fff;
	background: #fff;
}
.box .hd-tabs .current .more {
	display: block;
}
.box-row-2 {
 *zoom: 1;
}
.box-row-2:before, .box-row-2:after {
	content: " ";
	display: table;
}
.box-row-2:after {
	clear: both;
}
.box-col-1 {
	width: 510px;
	float: left;
}
.box-col-2 {
	width: 500px;
	float: right;
}
.box-row-3 {
 *zoom: 1;
}
.box-row-3:before, .box-row-3:after {
	content: " ";
	display: table;
}
.box-row-3:after {
	clear: both;
}
.box-row-3 .box-col-1, .box-row-3 .box-col-2, .box-row-3 .box-col-3 {
	width: 350px;
	height: 236px;
	float: left;
	overflow: hidden;
}
.box-row-3 .bd, .box-row-3 .bd, .box-row-3 .bd {
	padding: 17px 0;
}
.box-row-3 .box-col-2 {
	width: 368px;
	margin: 0 16px;
}
.box-row-3 .box-col-3 {
	width: 350px;
}
.logo-list {
	padding: 20px 0;
	overflow: hidden;
 *zoom: 1;
	background: #fff;
}
.logo-list li {
	float: left;
	height: 140px;
	text-align: center;
}
.logo-list li a, .logo-list li span {
	display: block;
}
.news-list {
	padding: 20px 0;
	min-height: 130px;
 *height: 130px;
}
.news-list li.pic {
	width: 198px;
	height: 130px;
	overflow: hidden;
	float: left;
	margin-top: 4px;
	margin-right: 24px;
}
.news-list li.pic img{ max-height:100%; max-width:100%;}
.news-list li {
	line-height: 30px;
	border-bottom:#efefef dotted 1px;
}
.news-list li a.tit {
	padding-left: 13px;
	background: url(../images/dot_g_3px.png) no-repeat 2px center;
}
.news-list li:hover{
	background:#666;

}
.news-list li:hover a,.news-list li:hover em{
	background:#666;
	color:#fff;
}
.news-list li .en {
	color: #999;
	padding:0 5px;
}
.container {
	padding: 0;
}
.mar-top5 {
	margin-top: 5px;
}
.mar-top10 {
	margin-top: 10px;
}
.mar-top20 {
	margin-top: 20px;
}
.mar-top30 {
	margin-top: 30px;
}
.mar-bot10 {
	margin-bottom: 10px;
}
.pad-bot10 {
	padding-bottom: 10px;
}
.pad-bot30 {
	padding-bottom: 30px;
}
.box-scroll {
	padding: 20px;
	position: relative;
	z-index: 1;
}
.box-scroll .btn-prev, .box-scroll .btn-next {
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 50%;
	background: url(../images/icons.png) no-repeat 0 -46px;
	z-index: 1;
	text-indent: -999em;
	margin-top: -10px;
}
.box-scroll .btn-prev {
	left: 0;
}
.box-scroll .btn-prev:hover {
	background-position: 0 -66px;
}
.box-scroll .btn-next {
	background-position: -20px -46px;
	right: 0;
}
.box-scroll .btn-next:hover {
	background-position: -20px -66px;
}
.box-scroll-wrap {
	width: 976px;
	height: 185px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.box-scroll-wrap ul {
	width: 999em;
}
.box-scroll-wrap li {
	width: 129px;
	height: 185px;
	float: left;
	margin: 0 5px;
	overflow: hidden;
	position: relative;
}
.box-scroll-wrap li img {
	width: 129px;
	height: 185px;
}
.box-scroll-wrap li z-index:1 .pic {
 width: 129px;
 height: 185px;
 display: block;
}
.box-scroll-wrap li .detail {
	width: 380px;
	height: 185px;
	padding: 20px;
	position: absolute;
	left: 129px;
	top: 0;
	background: #f7f7f7;
}
.box-scroll-wrap li .detail p {
	line-height: 21px;
	color: #666;
}
.box-scroll-wrap li .detail p a {
	color: #f00;
	text-decoration: underline;
	background: url(../images/arrow_red.png) no-repeat right center;
	padding-right: 10px;
}
.box-scroll-wrap li .detail h3 {
	font-size: 15px;
	color: #666;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 6px;
	padding-bottom: 5px;
}
.box-scroll-wrap li.open {
	width: 549px;
}
.icon-nav {
	width: 1050px;
	margin:50px auto 40px auto;
	height: 110px;
	clear: both;
	overflow: hidden;
    *zoom: 1;
}
.icon-nav a {
	display: block;
	width: 160px;
	float: left;
	text-align: center;
	border-right: 1px solid #e0e0e0;
}
.icon-nav a i {
	width: 100%;
	height: 66px;
	display: block;
	margin-bottom: 20px;
	background: url(../images/nav_icon.png) no-repeat center 0;
}
.icon-nav a.nav-first {
	width: 120px;
	text-align: left;
}
.icon-nav a.nav-base i{
	background-position: left 0;
}

.icon-nav a.nav-mail i {
	background-position: center -64px;
}
.icon-nav a.nav-adm i {
	background-position: center -128px;
}
.icon-nav a.nav-member i {
	background-position: center -192px;
}
.icon-nav a.nav-esys i {
	background-position: center -260px;
}
.icon-nav a.nav-post i {
	background-position: center -328px;
}
.icon-nav a.nav-qrcode i {
	background-position: right -398px;
}
.icon-nav a.nav-weixin i {
	background-position: right -482px;
}
.icon-nav a.nav-last{
	width: 128px;
    text-align: right;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}
.icon-nav a.nav {
	width: 120px;
	border: none;
	text-align: right;
}

.tab-content {
	padding-top: 20px;
}
.tab-content .tabs-nav {
	width: 226px;
	height: 275px;
	overflow: hidden;
	float: left;
}
.tab-content .tab-nav {
	height: 91px;
	background: url(../images/tab_nav.png) no-repeat;
	text-indent: -999em;
	cursor: pointer;
}
.tab-content .tab-nav.nav2 {
	background-position: 0 -91px;
}
.tab-content .tab-nav.nav3 {
	background-position: 0 -182px;
}
.tab-content .tab-nav.nav1.current {
	background-position: -227px 0;
}
.tab-content .tab-nav.nav2.current {
	background-position: -227px -92px;
}
.tab-content .tab-nav.nav3.current {
	background-position: -227px -184px;
}
.tab-content .tab-plane {
	width: 872px;
	height: 275px;
	background: #f8f8f8;
	float: left;
}
.tab-content .tab-plane .news-list {
	padding: 30px 0 0 50px;
}
.tab-content .tab-plane .news-list li {
	width: 170px;
	overflow: hidden;
	line-height: 30px;
	float: left;
}
.tab-content .tab-plane .news-list li a {
	white-space: nowrap;
}
.tab-content .tab-plane .news-list.col-6 li {
	width: 150px;
}
.friend-link {
	height: 34px;
	line-height: 34px;
	padding: 0 180px;
}
.friend-link .dot {
	padding: 17px 20px;
	background: url(../images/dot_3px.png) no-repeat center center;
}
.logo-link {
	padding: 16px 0;
}
.logo-link a {
	margin-right: 20px;
}
.news-calendar, .daily-calendar {
	position: relative;
	z-index: 1;
}
.news-calendar .calendar-wrap, .daily-calendar .calendar-wrap {
	padding: 20px 0;
	width: 930px;
	height: 32px;
	line-height: 30px;
	margin: 0 auto;
	overflow: hidden;
}
.news-calendar .calendar-items, .daily-calendar .calendar-items {
	font-size: 13px;
	white-space: nowrap;
}
.news-calendar .calendar-items strong, .daily-calendar .calendar-items strong, .news-calendar .calendar-items a, .daily-calendar .calendar-items a, .news-calendar .calendar-items span, .daily-calendar .calendar-items span {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
.news-calendar .calendar-items strong, .daily-calendar .calendar-items strong {
	color: #666;
	width: 60px;
}
.news-calendar .calendar-items a, .daily-calendar .calendar-items a, .news-calendar .calendar-items span, .daily-calendar .calendar-items span {
	color: #333;
	margin: 0 10px;
	text-decoration: none;
}
.news-calendar .calendar-items a:hover, .daily-calendar .calendar-items a:hover, .news-calendar .calendar-items a.cur, .daily-calendar .calendar-items a.cur, .news-calendar .calendar-items span.cur, .daily-calendar .calendar-items span.cur {
	border-bottom: 2px solid #f00;
	color: #ed000b;
}
.news-calendar .prev, .daily-calendar .prev, .news-calendar .next, .daily-calendar .next {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 20px;
	background: url(../images/arrow_30px.png) no-repeat;
}
.news-calendar .prev, .daily-calendar .prev {
	left: 20px;
}
.news-calendar .prev:hover, .daily-calendar .prev:hover {
	background-position: 0 -30px;
}
.news-calendar .next, .daily-calendar .next {
	right: 20px;
	background-position: -30px 0;
}
.news-calendar .next:hover, .daily-calendar .next:hover {
	background-position: -30px -30px;
}
.daily-calendar {
	background: #f7f7f7;
}
.color-red {
	color: #ed000b;
}
.red-date, .wh-date {
	width: 129px;
	height: 185px;
	position: relative;
}
.red-date div, .wh-date div {
	    width: 115px;
	height: 35px;
	position: absolute;
	left: 7px;
	top: 12px;
	font-family: "Times New Roman", Georgia, Serif;
	font-size: 20px;
	line-height: 35px;
	padding-left: 60px;
}
.wh-date img {
	width: 129px;
	height: 185px;
}
.red-date div {
	background: url(../images/reddate.png);
	color: #fff;
}
.wh-date div {
	background: url(../images/whdate.png);
	color: #000;
	text-align: center;
}
.bgred-date {
	width: 298px;
	height: 409px;
	position: relative;
}
.bgred-date div {
	width: 120px;
	height: 75px;
	background: url(../images/bbg.png);
	position: absolute;
	left: 17px;
	top: 20px;
	font-family: "Times New Roman", Georgia, Serif;
	font-size: 48px;
	line-height: 75px;
	padding-left: 155px;
	color: #fff;
}
.page-container {
	padding: 0 0 20px 0;
	min-height: 600px;
	margin: 0 auto;
	font-size: 13px;
}
/**列表**/
.box-list .list-item {
	padding: 10px 0px 10px 0px;
	border-bottom: 1px dotted #ddd;
}
.list-item .item-l {
	float: left;
	width: 200px;
	margin: 5px 15px 5px 0;
}
.list-item .cover-img {
	height: 100px;
	overflow: hidden;
	background: #eee;
	padding: 2px;
	position: relative;
	border: 2px solid #eee;
	text-align: center;
}
.list-item .cover-img img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	margin: 0 auto;
}
.list-item .item-r {
	padding: 5px 0;
}
.list-item .tn-tp {
	padding-bottom: 1px;
}
.list-item .tn-tp a {
	color: #565656;
	font-size: 14px;
}
.list-item .tn-tp .text-bold {
	font-weight: bold;
}
.list-item .tn-tp .color-red {
	color: #941206;
}
.list-item .tn-dn {
	color: #a0a0a0;
}
.list-item .tn-time {
	padding: 5px 0px;
}
.list-item .tn-time .tn-dn {
	color: #656262;
}
.list-item .text-detailed {
	color: #666;
}
.detail-box {
	position: relative;
	z-index: 1;
}
.detail-title {
	text-align: center;
	border-bottom: 1px dotted #ddd;
}
.detail-title h1 {
	font-size: 26px;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	margin-top: 20px;
	margin-bottom: 10px;
}
.detail-box p {
	margin: 0 0 10px;
}
.span-label {
	color: #666;
}
.ml25 {
	margin-left: 25px;
}
img {
	vertical-align: middle;
}
.detail-slider {
	width: 100%;
	height: 490px;
	overflow: hidden;
	position: relative;
	padding: 10px 0;
	margin: 0 auto;
	background: #000;
}
.detail-slider .img-wrap {
	width: 80%;
	height: 490px;
	table-layout: auto;
	color: #F2F2F2;
	text-align: center;
	overflow: hidden;
	display: table;
	margin: 0 auto;
}
.detail-slider .img-cell {
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	width: 80%;
	height: 490px;
	line-height: 490px;
	font-size: 490px;
}
.detail-slider .img-cell img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	margin: 0 auto;
}
.detail-table {
	padding: 2%;
	background: #eee;
	margin: 10px auto;
}
.detail-table table {
	width: 100%;
	margin: 0 0;
	border-collapse: collapse;
	font-size: 13px;
	table-layout: fixed;
	border: 1px dashed #dddddd;
	background: #ffffff;
	text-align: center;
}
.detail-table th {
	width: 12%;
	font-weight: bold;
	text-align: center;
}
.detail-table th, .detail-table td {
	line-height: 30px;
	height: auto;
	border: 1px dashed #dddddd;
}
.detail-table .col {
	width: 38%;
}
.detail-table td {
	padding: 0 10px;
}
.detail-table td span {
	font-weight: bold
}
.detail-content {
	width: auto;
	height: auto;
	overflow: hidden;
	padding: 10px 20px 30px 20px;
	font-size: 14px;
	line-height: 160%;
	text-indent: 2em;
	color: #333;
	position: relative;
	text-align: justify;
}
/*page*/
.page {
	margin: 15px auto;
 *zoom: 1;
text-align: center;
	clear: both;
}
.page:before, .page:after {
	display: table;
	content: "";
}
.page:after {
	clear: both;
}
.page a, .page span {
	float: left;
	margin: 0 0 5px -1px;
	padding: 0 14px;
	height: 30px;
	line-height: 30px;
	color: #000;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.page a:hover {
	text-decoration: none;
	background-color: #387c0b;
}
.page.page-sm a, .page.page-sm span {
	padding: 0 10px
}
.page .current,.page .current a{

	background-color: #999;
	border-color: #27ae60;
	color: #fff;
}
.page .next, .page .prev {
	font-family: "宋体";
	font-weight: bold;
}
.page .rows {
	border-right: 1px solid #ccc;
}
.page a, .page span {
	color: #686868;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.page a:hover {
	background: #E1E1E1;
}
/*extend*/
.main {
	padding: 20px 0;
}
.main .container {
	background: #fff;
}
.padding5 {
	padding-left: 5px;
	padding-right: 5px;
}
.mar-top5 {
	margin-top: 5px;
}
.mar-top10 {
	margin-top: 10px;
}
.mar-top20 {
	margin-top: 20px;
}
.mar-top30 {
	margin-top: 30px;
}
.mar-bot10 {
	margin-bottom: 10px;
}
.pad-bot10 {
	padding-bottom: 10px;
}
.pad-bot30 {
	padding-bottom: 30px;
}
.tn-item {
	overflow: hidden;
}
.tn-item .text-bold {
	font-size: 18px;
}
.xs-pic {
	width: 100%;
}
.xs-pic img {
	max-width: 99%;
	margin: 0 auto;
}
.tn-item .picbox {
	display: table-cell;
	width: 100%;
	height: 100px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	line-height: 100px;
	font-size: 0;
	background: #efefef;
}
.tn-item .picbox img {
	max-width: 100%;
}
.tn-item .tn-tp {
	padding-bottom: 10px;
}
.tn-item .tn-tp a {
	color: #000;
}
.tn-item .tn-tp .color-red {
	color: #941206;
}
.tn-item .tn-dn {
	color: #a0a0a0;
}
.tn-item .tn-time {
	padding: 10px 0px 10px 0px;
}
.tn-item .tn-time .tn-dn {
	color: #656262;
}
.bor-bot {
	border-bottom: 1px dashed #CCC;
}
.main-cen-news ul li {
	line-height: 30px;
	overflow: hidden;
	list-style: inside;
	color: #848484;
}
.main-video-news ul li {
	line-height: 29px;
}
.main-video-news ul li span {
	padding-right: 10px;
	font-size: 12px;
}
.sider-bar .rw-pic {
	padding: 10px;
}
.sider-bar .rw-name {
	color: #FFF;
	padding: 10px 10px 0px 10px;
}
.sider-bar .rw-text {
	color: #9f9f9f;
	padding: 0px 10px 30px 10px;
}
.sider-bar ul li {
	line-height: 30px;
}
.text-detailed a {
	color: #941206;
	padding: 0px 10px 0px 10px;
}
.text-detailed {
	color: #941206;
	padding: 0px 10px 0px 10px;
}
.text-yspl {
	border-top: 2px solid #941206;
}
.text-yspl a {
	font-size: 22px;
	color: #941206;
	display: inline-block;
	padding: 10px 0px 10px 15px;
}
.suggest-tit {
	border-top: 2px solid #000;
}
.suggest-tit a {
	font-size: 22px;
	color: #000;
	display: inline-block;
	padding: 10px 0px 5px 10px;
}
.bg-white {
	background: #FFF;
}
.bg-black {
	background: #E4E4E4;
}
.video-name {
	text-align: center;
	color: #000;
	padding: 10px 0px 10px 0px;
}
.letter-bg {
	background: #656565;
	padding: 10px 0px 10px 0px;
}
.letter-bg .text-xhhy {
	color: #941206;
	font-size: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #941206;
}
.letter-ul ul li {
	float: left;
	padding: 3px 10px 3px 10px;
	color: #fff;
}
.letter-ul ul .active {
	background: #999;
}
.swiper-container3 {
	margin-left: 15px;
	margin-right: 15px;
}
.sider-bar h {
	padding: 10px 0px 0px 10px;
}
.sider-bar h3 {
	margin-top: 0;
	padding: 10px 0px 10px 10px;
	border-bottom: 1px dashed #CCCCCC;
}
.sider-bar h4 {
	text-align: center;
}
.sider-bar h4 a {
	margin-top: 0;
	color: #941206;
}
.sider-bar ul li {
	padding: 0px 0px 0px 10px;
}
.notice-text {
	padding: 0px 0px 0px 10px;
	line-height: 160%;
	height: 120px;
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: hidden;
}
.main1 .tn-item, .main2 .tn-item {
	margin: 10px 0px 10px 0px;
}
.main .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	margin-top: 20px;
}
.main4 .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	margin-top: 20px;
}
.main .swiper-pagination-bullet-active {
	opacity: 1;
	background: #8C0F26;
}
.main4 .swiper-pagination-bullet-active {
	opacity: 1;
	background: #8C0F26;
}
.main1 .mar-top30, .main2 .mar-top30 {
	margin-top: 30px;
}
.tr-box {
	padding-bottom: 18px;
}
.thr-item {
	margin: 10px 0;
	background: #f8f8f8;
}
.bt-1px {
	border-bottom: #efefef dotted 1px;
}
.thr-pic {
	width: 100%;
	height: 90px;
	overflow: hidden;
}
.thr-title {
	height: 60px;
	vertical-align: middle;
}
.exhibition-pic {
	padding: 40px 20px 40px 20px;
	background: #D2D2D2;
}
.exhibition-pic img {
	width: 215px;
	height: 150px;
}
.exhi-all .exhi-ptop {
	padding: 10px 0px 10px 0px;
	color: #000;
}
.exhi-all p {
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
.leader-link {
	text-decoration: none;
}
.leader-pic {
	width: 150px;
	height: 150px;
	overflow: hidden;
}
.leader-pic img {
	max-width: 98%;
}
.hhh {
	background: #E2E2E2;
}
.bbb {
	background: #fff;
}
.main-cen-news ul li a {
	color: #999;
}
.main-video-news ul li a {
	color: #333;
}
.letter-ul li a {
	color: #333;
}
.bg-hhh {
	background: #D2D2D2;
	padding: 20px 0px;
}
.general .pagination {
	float: right;
}
.nopad-left {
	padding-left: 0px;
}
/*general.html*/
.general-main .general {
	background: #FFF;
}
.breadcrumb-box {
	/*border-top: 2px solid #555;*/
	margin: 0 0px 20px 0px;
	background-color: #f5f5f5;
	height:38px;
}
.breadcrumb-box .search-box{
	height:36px;
	padding:2px;
	text-align:right;
}
.breadcrumb-box .breadcrumb {
    border-radius: 0px;
	margin-bottom: 0px;
}
.general-mbx .breadcrumb {
	margin-bottom: 0px;
}
.general-main .general .tn-item {
	border-bottom: 1px dashed #999999;
	padding: 10px 0px 10px 0px;
}
.general .text-bold {
	font-size: 16px;
}
.nopad-right {
	padding-right: 0px;
}
.nopad-left {
	padding-left: 0px;
}
.nomar-bot {
	margin-bottom: 0px;
}
.main-list-news ul li {
	line-height: 30px;
	list-style: inside;
}
.main-list-news ul li a {
	color: #333;
}
.tn-item .tn-show {
	padding: 10px 0px 0px 0px;
}
.exbihition-box {
	margin-bottom: 20px;
	padding-right: 0;
	padding-left: 0;
}
.exbihition-box:hover {
	background: #efefef;
}
.exbihition-title {
	width: 100%;
	height: 25px;
	overflow: hidden;
	font-size: 15px;
}
.exbihition-title a {
	display: block;
	width: 100%;
	white-space: normal;
}
.left-side {
	border-right: solid 1px #f5f5f5;
}
.left-side .box {
	border-top: 2px solid #f5f5f5;
}
.category-list {
	padding: 0;
}
.category-list li a span {
	padding: 0px 5px 0px 0px;
}
.sider-bar .category-list li {
	margin: 10px 0;
	padding: 0;
}
.category-list li a {
	padding-left: 10px;
	color: #666;
	display: block;
	height: 36px;
	line-height: 36px;
	background: #f1f1f1;
	position: relative;
	font-size: 14px;
}
.category-list li.active a {
	background: #555;
	color: #fff;
}
.general-main .pagination>li>a, .pagination>li>span, .general .pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #941206;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.sider-bar .gen-text {
	border-bottom: 1px solid #999;
	padding: 10px 0px 10px 0px;
	text-align: center;
	font-size: 20px;
	color: #000;
	font-weight: bold;
}
.sider-bar .gen-text span {
	font-size: 14px;
}
/*details.html*/
.details .details-bor {
	border-bottom: 1px dashed #999999;
	padding-bottom: 10px;
	color: #666;
}
.details h3 {
	padding-bottom: 10px;
}
.details p {
	line-height: 30px;
}
.details .details-text {
	text-align: left;
	text-indent: 2em;
}
/*show.html*/
.show-main .general {
	background: #FFF;
}
.show-main .tn-item {
	border: 1px solid #DEDEDE;
	padding: 10px;
}
/*info.html*/
.info-title {
	border: 1px solid #999;
	text-align: center;
	height: 40px;
	line-height: 40px;
	margin-top: 30px;
	background: #ccc;
}
.info-table {
	background: #EFEFEF;
}
.info-table .table-striped tbody tr:nth-child(even) {
	background-color: #f2f2f2;
}
.info-name ul {
	margin-bottom: 0px;
}
.info-name ul li {
	float: left;
	padding-right: 20px;
}
.name-bold {
	font-weight: bold;
}
.info-p {
	line-height: 25px;
}
/*contact.html*/
.contact-h {
	background: #EAEAEA;
	border-radius: 5px;
}
.contact-h h4 {
	margin-bottom: 0px;
	padding: 10px 0px 10px 10px;
}
.ml10 {
	margin-left: 10px;
}
.label-ul ul li {
	float: left;
	padding: 0px 5px 10px 0px;
}
.label-ul ul li a {
	color: #941206;
}
.pic-title {
	display: inline-block;
	padding: 10px 0px 40px 10px;
	background: #333;
	color: #FFF;
	width: 100%;
	opacity: 0.7;
}
.posi-r {
	position: relative;
}
.posi-a {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.yovae-editor {
	width: auto;
	height: auto;
	overflow: hidden;
	padding: 10px 20px 30px 20px;
	font-size: 14px;
	line-height: 160%;
	text-align: left;
	font-family: "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, Tahoma, Arial, STXihei, sans-serif;
}
/*时间轴*/
.timeline-all {
	height: 265px;
	overflow: scroll;
	padding: 20px 2px;
}
ul.timeline {
	list-style-type: none;
	background: url("../images/version_line.png") repeat-y scroll 10px 0 transparent;
	margin: 10px 0;
	padding: 0;
}
ul.timeline li {
	position: relative;
	margin-bottom: 10px;
}
ul.timeline li .time {
	position: absolute;
	text-align: right;
	left: 0;
	top: 10px;
	color: #999;
}
ul.timeline li .number {
	position: absolute;
	background: url("../images/version_dot.png") no-repeat scroll 0 0 transparent;
	width: 29px;
	height: 29px;
	left: 0px;
	line-height: 56px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}
ul.timeline li.alt .number {
	background-image: url("../images/version_dot_alt.png");
}
ul.timeline li .content {
	margin-left: 35px;
}
ul.timeline li .content span {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	border-radius: 4px;
	background-color: #3c7d12;
	padding: 5px;
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	border: 1px solid #3c7d12;
	box-shadow: 2px 2px 2px #3c7d12;
 bo
}
ul.timeline li.alt .content span {
	background-color: #43B1F1;
}
.g-search-btn {
	background-color: #eee;
}
.g-search-btn span {
	margin-right: 5px;
}
/*--------------------exhibition---------------------- */
.bg-gray{
	background: #f5f5f5;
}
.bg-light{
	background: #fefefe;
}
.bg-white{
	background: #ffffff;
}
.exbihition-info-box{
	background: #fefefe;
	height:360px;
	padding:10px;
	border-bottom:#f5f5f5 solid 1px;
}
.exbihition-cover-box{
	background: #f5f5f5;
	padding:5px;
	height:349px;
}
.exbihition-cover-box img{ max-height:100%; max-width:100%;}
.exbihition-list {
	margin-left: -15px;
}
.exbihition-list  .bg-gray{
background: #f5f5f5;
height:258px;
position: relative;
}
.exbihition-list .item {
	height: 260px;
	padding: 0;
	margin: 5px 15px 20px 0;
	border: 1px solid #eee;
	color: #888;
	position:relative;
}
.exbihition-list .item .readmore{
	position:absolute;
	right:5px;
	color:#333;
}
.exbihition-list .item .readmore span{ margin-right:5px;}
.exbihition-list .item:hover {
	border: 1px solid #eee;
	background: #fefefe;
	-moz-transition: box-shadow, 0.2s;
	-webkit-transition: box-shadow, 0.2s;
	-o-transition: box-shadow, 0.2s;
	-ms-transition: box-shadow, 0.2s;
	transition: box-shadow, 0.2s;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.exbihition-list .item .cover-img {
	height: 200px;
	overflow: hidden;
	padding:5px 0;
	position: relative;
	text-align: center;
	vertical-align: middle;
	display:table-cell;
	width:100%;
}
.exbihition-list .item .cover-img img {
	max-width: 100%;
	max-height: 200px;
	vertical-align: middle;
    margin: 0 auto;
}
.exbihition-list .item h4 {
	padding: 10px 0;
	text-align: center;
	position:absolute;
	bottom:0;
	font-weight:bold;
}
.exbihition-list .item .info-box {
	padding-left: 10px;
}
.exbihition-list .item .info-box h3 {
	height: 40px;
	display: block;
	overflow: hidden;
	font-size: 15px;
	color: #333;
	line-height: 40px;
}
.exbihition-list .item .info-box ul {
	margin-top: 10px;
	display: block;
	height: 80px;
}
.exbihition-list .item .info-box li {
	font-size: 13px;
	line-height: 20px;
	color: #555;
}
.exbihition-list .item .abstract {
	height: 110px;
	line-height: 160%;
	overflow:hidden;
	font-size: 13px;
	padding: 10px 0;
}
.sep5 {
	margin: 0 5px;
	font-weight: bold;
}
/*slider*/
.slider-box {
	width: 99%;
	height: 420px;
	overflow: hidden;
	position: relative;
	background: #efefef;
	padding: 5px 0;
}
.slider-box.swiper-container {
	position: relative;
	text-align: center;
}
.slider-box .swiper-slide {
	text-align: center;
}
.slider-box .swiper-title {
	position: absolute;
	bottom: 0px;
	left: 0px;
	line-height: 50px;
	width: 100%;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	color: #FEFEFE;
	padding-left: 15px;
	text-align: left;
}
.slider-box img {
	max-width: 99%;
	margin: 0 auto;
	max-height: 420px;
}
.slider-box .swiper-pagination-index {
	width: 96%;
	padding-right: 4%;
	height: 20px;
	overflow: hidden;
	position: absolute;
	right: 13px;
	bottom: 12px;
	z-index: 2;
	text-align: right;
}
.slider-box .swiper-pagination-index .swiper-pagination-bullet {
	border-radius: 0;
	margin-right: 4px;
	width: 16px;
	height: 16px;
	background: #FFF;
	opacity: 0.8;
	filter: alpha(opacity=80);
	text-align: center;
	cursor: pointer;
}
.slider-box .swiper-pagination-index .swiper-pagination-bullet-active {
	background: #0F820C;
}
/*footer*/
.footer {
	border-top: 1px solid #d9d9d9;
	background-color: #f7f7f7;
}
.footer .wrap {
	position: relative;
	z-index: 1;
}
.footer .bdsharebuttonbox {
	position: absolute;
	top: 20px;
	right: 0;
}
.footer.theme-a {
	background: #fff;
}
.copyright {
	padding: 16px 0;
}
.copyright p {
	color: #999;
	margin: 0 0 5px 0;
}
.copyright a {
	color: #999;
}
.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #f5f5f5;
}
.jumbotron .container {
	background: #f5f5f5;
}
.yovae-editor .pager li>a,.yovae-editor .pager li>span{
	    max-width: 300px;
    overflow: hidden;
}
.artwork-search-box{
	margin:100px auto 30px auto;
	max-width:600px;

}
.artwork-search-box h1{
	color:#666;
	font-size:20px;
	margin:20px auto;
	text-align:center;
}
.user-center-nav{
border-right: #ddd solid 1px;
}
.user-side-nav li ul.navside-second  li {
    display: block;
    height: 25px;
    line-height: 25px;
    position: relative;
    text-align: left;
    margin-bottom: 20px;
}
.user-side-nav li span.nav-label{
	font-weight:bold;
	    color: #666;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 1.8px;
    display: inline-block;

}
.user-side-nav li ul.navside-second{
	padding-left:20px;
}
.user-side-nav li ul.navside-second span.nav-label{
	font-weight:normal;
}


    .slider-box{
		height:360px;
		
	}
  	.swiper-container {
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: none;;
		background: #e4e4e4 url(static/images/banner_bg.png) repeat-x;
        text-align: center;
        
    }
    .swiper-slide img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute;
      left: 50%;
      top: 50%;
    }
	.msearch{ padding:10px; text-align:center;}
	.msearch .search-box{
		width:60%;
		margin:0 auto;
	}
	.msearch h3{    color: #555555;
    font-size: 16px; margin-bottom:10px;}
	
	.msearch  .tag-list{
		width:53%;
		margin:20px auto 10px auto;
	}
	.msearch  .tag-list a{
		width:50%;
		height:20px;
		margin-bottom:8px;
		display:block;
		float:left;
		font-size:14px;
	}
	.msearch  .tag-list a:hover,.artist-list a:hover{
		/*background:#666;*/
		color:#000;
	}
	.artist-list{ width:100%; margin:10px auto;}
	.artist-list a{
		float:left;
		font-size:14px;
		width:106px;
		padding:5px 5px 5px 20px;
		height:30px;
		overflow:hidden;
		text-align:left;
		
	}
	
	#rocket-to-top div {
	    left:0;
	    margin:0;
	    overflow:hidden;
	    padding:0;
	    position:absolute;
	    top:0;
	    width:88px;
	    background: red;
	}
	#rocket-to-top .level-2 {
	    background:url("/static/images/rocket_button_up.png") no-repeat scroll -88px 0 transparent;
	    display:none;
	    height:200px;
	    opacity:0;
	    z-index:1;
	}
	#rocket-to-top .level-3 {
	    background:none repeat scroll 0 0 transparent;
	    cursor:pointer;
	    display:block;
	    height:150px;
	    z-index:2;
	}
	#rocket-to-top {
	    background:url("/static/images/rocket_button_up.png") no-repeat scroll 0 0 transparent;
	    cursor:default;
	    display:block;
	    height:200px;
	    margin:-25px 0 0;
	    overflow:hidden;
	    padding:0;
	    position:fixed;
	    right:0;
	    top:70%;
	    width:88px;
	    z-index:11;
	}
	@media (max-width: 768px) {
	    .returntop {
	        display: none;
	    }
	}
	
	.txtcont{line-height: 160%;font-size: 15px;}
	.txtcont p{margin-bottom: 10px;}
	.txtcont img{max-width: 850px;height:auto;margin:10px 0;}