/* top start*/
*,*::before,*::after{
	box-sizing: border-box;
}
body,td,th {
	font-size: 14px;
}
body, div, p,img,dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote {
	padding:0;
	margin:0;
}
input,textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-radius:8px;
}
.FontRed{
	color:#FF0000;
}
h3{
	font-size:14px;
}
li{
	list-style-type:none;
}
img{
	border:0;
	border-radius:12px;
}
.gray{
	color:#666666;
}
a{color:#333333;text-decoration:none;}
a:hover {text-decoration:underline;color:#005bac;}
a:active{text-decoration:underline;}
.LineLink a{text-decoration:underline;}
.LineLink a:hover {text-decoration:none;color:#005bac;}
.ColorLink a {color:#005bac;}
.ColorLink a:hover {color:#005bac;}
.WidthTab{
	width:10px;
	height:1px;
	float:left;
}
.WidthTab2{
	width:20px;
	height:1px;
	float:left;
}
.HeightTab{
	height:10px;
	width:1px;
	overflow:hidden;
}
.HeightTab2{
	height:20px;
	width:1px;
	overflow:hidden;
}
p{
	line-height:180%;
}
.ListDate{
	color:#666666;
}
body{
	font-family:"Microsoft Yahei",Arial, Helvetica, sans-serif;
	width:100%;
	background-color:#f7f8fa;
}
#wrapper{
	width:100%;
	max-width:100%;
	margin:auto;
}
#wrapper #head{
	width:100%;
	background: #ffffff;
	border-radius:20px;
	box-shadow:0 2px 12px rgba(0,0,0,0.07);
	overflow: visible;
}
#wrapper #head .top{
	width:100%;
	height:110px;
	font-size:14px;
}
#wrapper #head .top .TopInfo{
	margin:auto;
	width:1410px;
	max-width:100%;
}
#wrapper #head .link{
	text-align:center;
	font-size:12px;
}
#wrapper #head .link a{
	color:#005bac;
}
#wrapper #head .top .TopLogo{
	margin:auto;
	width:1410px;
	max-width:100%;
	padding-top:7px;
}
#wrapper #head .top .TopLogo .logo{
	float:left;
	padding-top:5px;
	height:80px;
}
#wrapper #head .top .TopLogo .tel{
	float:right;
	height:80px;
	width:350px;
}
#wrapper #head .top .TopLogo .tel .telW{
	padding-left:0;
	padding-top:5px;
	color:#005bac;
	font-size:12px;
}
#wrapper #head .top .TopLogo .tel .telN{
	padding-left:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:36px;
	color:#F90;
	line-height:100%;
}
 
#wrapper #head #NavLink{
	width:100%;
}
#wrapper #head #NavLink .NavBG{
	width:100%;
	background: #005bac;
	border-radius:0; 
	overflow: visible;
	display:flex;
	align-items:center;
	min-height:60px; 
}
#wrapper #head #NavLink #sddm{
	width:1410px;
	max-width:100%;
	margin:0 auto;
	display:flex;
	justify-content:flex-start; 
	align-items:center;
	flex-wrap:wrap;
	position:relative;
	z-index:30;
	gap:12px;  
}
#wrapper #head #NavLink #sddm li{
	flex:0 0 auto;
	font-weight:bold;
}
#wrapper #head #NavLink #sddm .CurrentLi a{
	background:none;
}
#wrapper #head #NavLink #sddm li a{
	display: flex;
	justify-content:center;
	align-items:center;
	width: 130px;
	color: #FFF;
	text-transform:uppercase;
	background: #005bac;
	border-radius:8px;
	min-height:48px;  
	padding:0 10px;
	text-decoration:none;
	font-size:16px;  
}
#wrapper #head #NavLink #sddm li P{
	font-size:10px;
	font-weight:normal;
	color:#4f0713;
	text-transform:uppercase;
}
#wrapper #head #NavLink #sddm li a:hover{
	text-decoration:none;
	background: #022f57;
	border-radius:8px;
}
#wrapper #head #NavLink #sddm div{
	position: absolute;
	visibility: hidden;
	background: #808080;
	padding:0;
	opacity:0.85;
 
	border-radius:0 0 20px 20px;
	overflow:hidden;
	box-shadow:0 4px 14px rgba(0,0,0,0.12);
}
#wrapper #head #NavLink #sddm div a{
	position: relative;
	width:160px;
	padding: 0 10px;
	display:flex;
	justify-content:center;
	align-items:center;
	background:#005bac;
	color: #FFFFFF;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	min-height:30px;
	border-bottom:1px solid #fff;
	border-radius:0;  
	text-transform:capitalize; 
}
#wrapper #head #NavLink #sddm div a:hover{
	background: #022f57;
	color:#FFF;
	font-weight:bold;
	border-bottom:1px solid #fff;
	border-radius:0;  
	text-transform:capitalize; 
}
#wrapper #body{
	width:1410px;
	max-width:100%;
	margin:auto;
	border-radius:20px;
	box-shadow:0 2px 12px rgba(0,0,0,0.07);
	background:#ffffff;
	overflow: visible;
}
 
.album-wrap{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
	gap:24px;
	margin:20px 0;
	box-sizing: border-box;
}
.albumblock{
	float:none;
	display: flex;
	flex-direction:column;
	width:100%;
	max-width:100%;
	box-sizing: border-box;
	border-radius:20px;
	overflow:hidden;
	background:#fff;
	box-shadow:0 2px 10px rgba(0,0,0,0.06);
	transition:transform 0.25s ease,box-shadow 0.25s ease;
}
.albumblock:hover{
	transform:translateY(-4px);
	box-shadow:0 6px 18px rgba(0,0,0,0.10);
}
.albumblock .inner{
	display:flex;
	flex-direction:column;
	flex-grow:1;
	width:100%;
	box-sizing: border-box;
	overflow:hidden;
}
.albumblock .inner img{
	width:100%;
	aspect-ratio:1/1;
	object-fit:cover;
	display:block;
	border-radius:12px;
}
.albumblock .inner .albumtitle{
	width:100%;
	box-sizing: border-box;
	border-radius:0 0 20px 20px;
	padding:10px 8px;
	text-align:center;
	background:#005bac;
	color:#ffffff;
	margin-top:auto;
}
.albumblock .inner .albumtitle span{
	font-weight:normal;
	font-size:14px;
}
.albumblock .inner  a:hover{
	text-decoration:none;
}
.albumblock .inner  a:visited{
	text-decoration:none;
}
/*footer*/
#footer{
	width:100%;
	height:100%;
	padding-bottom:50px;
	font-size:14px;
	color:#191919;
	border-radius:20px;
	overflow:hidden;
	box-shadow:0 2px 12px rgba(0,0,0,0.07);
	background:#fff;
}
#footer a{
	color:#191919;
}
#footer .inner{
	margin:auto;
	width:100%;
	padding-top:10px;
	text-align:center;
}
#footer .inner p{
	line-height:25px;
}
#footer .inner .BottomNav{
	width:100%;
	margin:auto;
	height:36px;
	line-height:36px;
	color:#FFF;
	background-color:#083243;
	text-transform:uppercase;
	border-radius:20px;
}
#footer .inner .BottomNav a{
	color:#FFFFFF;
	padding:0 10px;
}
#wrapper  .t_page{
	padding:10px;
	text-align:center;
	font-size:14px;
	line-height:25px;
	border-radius:12px;
	box-shadow:0 1px 6px rgba(0,0,0,0.06);
	background:#fff;
}
#wrapper  .t_page a{
	padding:2px 5px;
	border:1px solid #DEDEDC;
	margin:0 3px;
	border-radius:6px;
}
/* date css*/
.header {
	font: 14px Arial, Tahoma !important;
	font-weight: bold !important;
	font: 11px Arial, Tahoma;
	font-weight: bold;
	color: #154BA0;
	background:#C2DEED;
	height: 25px;
	padding-left: 10px;
	border-radius:8px;
	box-shadow:0 1px 4px rgba(0,0,0,0.05);
}
.header td {padding-left: 10px;}
.header a {color: #154BA0;}
.header input {background:none;vertical-align: middle;height: 16px;}
.category {
	font: 14px Arial, Tahoma !important;
	font: 11px Arial, Tahoma;
	color: #92A05A;
	height:20px;
	background-color: #FFFFD9;
	border-radius:8px;
	box-shadow:0 1px 4px rgba(0,0,0,0.05);
}
.category td {border-bottom: 1px solid #DEDEB8;}
.expire, .expire a:link, .expire a:visited {color: #999999;}
.default, .default a:link, .default a:visited {color: #000000;}
.checked, .checked a:link, .checked a:visited {color: #FF0000;}
.today, .today a:link, .today a:visited {color: #00BB00;}
#calendar_year {
	display: none;
	line-height: 130%;
	background: #FFFFFF;
	position: absolute;
	z-index: 10;
	border-radius:12px;
	box-shadow:0 4px 14px rgba(0,0,0,0.12);
}
#calendar_year .col {
	float: left;
	background: #FFFFFF;
	margin-left: 1px;
	border: 1px solid #86B9D6;
	padding: 4px;
	border-radius:8px;
}
#calendar_month {
	display: none;
	background: #FFFFFF;
	line-height: 130%;
	border: 1px solid #86B9D6;
	padding: 4px;
	position: absolute;
	z-index: 11;
	border-radius:12px;
	box-shadow:0 4px 14px rgba(0,0,0,0.12);
}
#year,#month{padding:0 10px;background:#fff;}
/* SearchBar */
.SearchBar {
	padding:10px 10px 0 13px;
	border-radius:20px;
	box-shadow:0 2px 8px rgba(0,0,0,0.06);
	background:#fff;
}
.SearchBar #search-text {
	width: 140px;
	max-width:100%;
	padding:0 5px;
	border: 1px solid #005bac;
	margin:0;
	color:#999999;
	height:23px;
	line-height:23px;
	font-size:14px;
	border-radius:8px;
}
.SearchBar #search-submit {
	border:none;
	background: #005bac;
	font-size:14px;
	color: #FFFFFF;
	height:25px;
	margin:0;
	cursor:pointer;
	padding:0;
	line-height:25px;
	border-radius:8px;
}
/* search content */
#search_content .searchtip{
	line-height:25px;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
	border-bottom: #023848 1px solid;
	padding-top:10px;
	border-radius:8px;
	box-shadow:0 1px 4px rgba(0,0,0,0.05);
	background:#fff;
}
#search_content .result_list{
	padding:10px 10px;
	width:100%;
	border-radius:20px;
	box-shadow:0 2px 10px rgba(0,0,0,0.06);
	background:#fff;
}
#search_content .result_list dt{
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
	line-height:25px;
	font-family:Microsoft Yahei;
}
#search_content .result_list dd{
	padding:0 0 5px 0;
	margin:0;
	line-height:20px;
}
#search_content .result_list .line {
	border-bottom: #E9E8E8 1px dashed;
}
#search_content .result_list .line a{
	padding-right:20px;
}
#search_content .result_list .line a:hover{
	text-decoration:none;
}
#search_content .search_welcome{
	line-height:25px;
	text-align:center;
	border-radius:12px;
	box-shadow:0 1px 6px rgba(0,0,0,0.06);
	background:#fff;
}
#search_content .search_welcome p{
	text-align:center;
}
#search_content .result_page{
	text-align:center;
	font-size:13px;
	padding:10px;
	border-radius:12px;
	box-shadow:0 1px 6px rgba(0,0,0,0.06);
	background:#fff;
}
#search_content .result_page span{
	font-size:14px;
	font-family:arial;
	padding:0 5px;
}
#dark_footer .box_240px_left {
	width:143px;
	max-width:100%;
	padding-right: 42px;
	padding-top: 0;
	background-image: none;
	padding-bottom:0;
	float:left;
}
#dark_footer .box_240px_left h2{
	font-size:14px;
	border-bottom:1px dotted #999;
	color:#FFF;
	padding-bottom:10px;
}
#dark_footer .box_240px_left li{
	line-height:250%;
	font-size:14px;
}
#dark_footer .box_240px_middle {
	padding: 0 42px;
	background-image: none;
}
#dark_footer .box_240px_right {
	padding-left: 42px;
	padding-top: 0;
	background-image: none;
}
#dark_footer_wrap {
	background-color:#005bac;
	overflow: hidden;
	padding:20px 0;
	border-radius:20px;
	box-shadow:0 -2px 12px rgba(0,0,0,0.07);
}
#dark_footer {
	width: 940px;
	max-width:100%;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	color:#FFF;
	border-radius:20px;
}
#light_footer_wrapper {
	font-size:14px;
	padding:10px;
	height:100px;
}
.box_240px_right li {
	display: inline;
}
#dark_footer li a{
	color:#FFF;
}
/*backtotop*/
.backToTop {
 display: none;
 width: 50px;
 height:50px;
 line-height: 1.2;
 background:url("/images/hituxblue/back_top.png") left top;
 color: #fff;
 font-size: 14px;
 text-align: center;
 position: fixed;
 right: 10px;
 bottom: 100px;
 cursor: pointer;
 opacity: .6;
 border-radius:50%;
 box-shadow:0 3px 10px rgba(0,0,0,0.12);
}
/* open div*/
#popupMask {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9990;
	background-color:#000;
	opacity:0.70;
}
#popupContainer {
	position: absolute;
	z-index: 9991;
	top: 0;
	left: 0;
	display:none;
	padding: 0;
}
#popupInner {
	border: 10px solid #4791ce;
	background-color: #FFFFFF;
	border-radius:20px;
	overflow:hidden;
	box-shadow:0 6px 20px rgba(0,0,0,0.15);
}
#popupTitleBar {
	background:url("/images/hituxblue/box_bg1.jpg") repeat-x left top;
	color: #005bac;
	font-weight: bold;
	height: 1.3em;
	padding: 5px;
	z-index: 9992;
	text-align:center;
	border-radius:12px 12px 0 0;
}
#popupTitle {
	float:left;
	font-size: 1.1em;
}
#popupControls {
	float: right;
	cursor: pointer;
}
#popupControls a span {
	display: block;
	height: 15px;
	width: 15px;
	text-indent: -9000px;
	background: url('/images/hituxblue/close.gif') no-repeat;
	border-radius:4px;
}
/* clearfix */
.clearfix:after{
	content:" ";
	display:block;
	visibility:hidden;
	height:0;
	clear:both;
}
.clearfix {
	clear:both;
}
.clearbox {
	clear:both;
	width:996px;
	max-width:100%;
	margin:0 auto;
	height:0;
	overflow:hidden;
}
.clear {
	height:1%;
	overflow:hidden;
}
img{
	max-width:100%;
	height:auto;
	border-radius:12px;
}
 
@media (max-width:768px){
	#wrapper #head{
		border-radius:12px;
		box-shadow:0 2px 8px rgba(0,0,0,0.06);
	}
	#wrapper #head .top{
		height:auto;
		padding:10px 0;
	}
	#wrapper #head .top .TopLogo{
		width:100%;
		padding:0 8px;
	}
	#wrapper #head .top .TopLogo .logo{
		float:none;
		text-align:center;
		height:auto;
	}
 
	#wrapper #head .top .TopLogo .logo img{
		display:block;
		margin:0 auto;
	}
	#wrapper #head .top .TopLogo .tel{
		float:none;
		width:100%;
		height:auto;
		text-align:center;
		margin-top:10px;
	}
	#wrapper #head #NavLink .NavBG{
		position:relative;
		height:auto;
		border-radius:0;
		align-items:center;
		min-height:auto;
		flex-wrap:wrap;
	}
	#wrapper #head #NavLink #sddm{
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:center;
		align-items:center;
		width:100%;
		max-width:100%;
		gap:4px;
	}
 
	#wrapper #head #NavLink #sddm li{
		flex:0 0 calc(25% - 4px);
		width:auto;
	}
	#wrapper #head #NavLink #sddm li a{
		width:100%;
		border-radius:6px;
		min-height:42px;
		font-size:14px;
		padding:0 4px;
	}
 
	#wrapper #head #NavLink #sddm div{
		position:absolute;
		left:0 !important;
		right:0 !important;
		top:100% !important;
		width:100% !important;
		border-radius:0 0 12px 12px;
	}
	#wrapper #head #NavLink #sddm div a{
		width:100%;
	}
	#wrapper #body{
		width:100%;
		padding:0 8px;
		border-radius:12px;
		box-shadow:0 2px 8px rgba(0,0,0,0.06);
	}
 
	.album-wrap{
		grid-template-columns:1fr;
		gap:16px;
	}
	.albumblock{
		border-radius:12px;
	}
	.albumblock .inner{
		border-radius:12px;
	}
	#dark_footer_wrap{
		border-radius:12px;
		box-shadow:0 -2px 8px rgba(0,0,0,0.06);
	}
	#dark_footer{
		width:100%;
		padding:10px;
		border-radius:12px;
	}
	#dark_footer .box_240px_left{
		float:none;
		width:100%;
		padding:10px 0;
	}
	.SearchBar{
		padding:10px;
		border-radius:12px;
		box-shadow:0 2px 6px rgba(0,0,0,0.05);
	}
	#footer{
		border-radius:12px;
		box-shadow:0 2px 8px rgba(0,0,0,0.06);
	}
	#footer .inner{
		padding:0 8px;
	}
	#popupInner{
		border-radius:12px;
		box-shadow:0 4px 14px rgba(0,0,0,0.10);
	}
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}